[CCode (has_construct_function = false, type = "GtkWidget*")]
public ListBoxRow ();
public void changed ();
+ public bool get_activatable ();
public unowned Gtk.Widget get_header ();
public int get_index ();
+ public bool get_selectable ();
public bool is_selected ();
+ public void set_activatable (bool activatable);
public void set_header (Gtk.Widget? header);
+ public void set_selectable (bool selectable);
+ public bool activatable { get; set; }
+ public bool selectable { get; set; }
public virtual signal void activate ();
}
[CCode (cheader_filename = "gtk/gtk.h")]
public GLib.Type iter_get_object_type (int pos);
public uint iter_get_sibling_index (int pos);
public unowned Gtk.WidgetPath iter_get_siblings (int pos);
+ public Gtk.StateFlags iter_get_state (int pos);
public bool iter_has_class (int pos, string name);
public bool iter_has_name (int pos, string name);
public bool iter_has_qclass (int pos, GLib.Quark qname);
public void iter_remove_region (int pos, string name);
public void iter_set_name (int pos, string name);
public void iter_set_object_type (int pos, GLib.Type type);
+ public void iter_set_state (int pos, Gtk.StateFlags state);
public int length ();
public void prepend_type (GLib.Type type);
public unowned string to_string ();
<parameter name="pos" type="gint"/>
</parameters>
</method>
+ <method name="iter_get_state" symbol="gtk_widget_path_iter_get_state">
+ <return-type type="GtkStateFlags"/>
+ <parameters>
+ <parameter name="path" type="GtkWidgetPath*"/>
+ <parameter name="pos" type="gint"/>
+ </parameters>
+ </method>
<method name="iter_has_class" symbol="gtk_widget_path_iter_has_class">
<return-type type="gboolean"/>
<parameters>
<parameter name="type" type="GType"/>
</parameters>
</method>
+ <method name="iter_set_state" symbol="gtk_widget_path_iter_set_state">
+ <return-type type="void"/>
+ <parameters>
+ <parameter name="path" type="GtkWidgetPath*"/>
+ <parameter name="pos" type="gint"/>
+ <parameter name="state" type="GtkStateFlags"/>
+ </parameters>
+ </method>
<method name="length" symbol="gtk_widget_path_length">
<return-type type="gint"/>
<parameters>
<parameter name="row" type="GtkListBoxRow*"/>
</parameters>
</method>
+ <method name="get_activatable" symbol="gtk_list_box_row_get_activatable">
+ <return-type type="gboolean"/>
+ <parameters>
+ <parameter name="row" type="GtkListBoxRow*"/>
+ </parameters>
+ </method>
<method name="get_header" symbol="gtk_list_box_row_get_header">
<return-type type="GtkWidget*"/>
<parameters>
<parameter name="row" type="GtkListBoxRow*"/>
</parameters>
</method>
+ <method name="get_selectable" symbol="gtk_list_box_row_get_selectable">
+ <return-type type="gboolean"/>
+ <parameters>
+ <parameter name="row" type="GtkListBoxRow*"/>
+ </parameters>
+ </method>
<method name="is_selected" symbol="gtk_list_box_row_is_selected">
<return-type type="gboolean"/>
<parameters>
<constructor name="new" symbol="gtk_list_box_row_new">
<return-type type="GtkWidget*"/>
</constructor>
+ <method name="set_activatable" symbol="gtk_list_box_row_set_activatable">
+ <return-type type="void"/>
+ <parameters>
+ <parameter name="row" type="GtkListBoxRow*"/>
+ <parameter name="activatable" type="gboolean"/>
+ </parameters>
+ </method>
<method name="set_header" symbol="gtk_list_box_row_set_header">
<return-type type="void"/>
<parameters>
<parameter name="header" type="GtkWidget*"/>
</parameters>
</method>
+ <method name="set_selectable" symbol="gtk_list_box_row_set_selectable">
+ <return-type type="void"/>
+ <parameters>
+ <parameter name="row" type="GtkListBoxRow*"/>
+ <parameter name="selectable" type="gboolean"/>
+ </parameters>
+ </method>
+ <property name="activatable" type="gboolean" readable="1" writable="1" construct="0" construct-only="0"/>
+ <property name="selectable" type="gboolean" readable="1" writable="1" construct="0" construct-only="0"/>
<signal name="activate" when="FIRST">
<return-type type="void"/>
<parameters>
</parameters>
</vfunc>
</interface>
- <constant name="GTK_BINARY_AGE" type="int" value="1304"/>
+ <constant name="GTK_BINARY_AGE" type="int" value="1305"/>
<constant name="GTK_INPUT_ERROR" type="int" value="-1"/>
<constant name="GTK_INTERFACE_AGE" type="int" value="0"/>
<constant name="GTK_LEVEL_BAR_OFFSET_HIGH" type="char*" value="high"/>
<constant name="GTK_LEVEL_BAR_OFFSET_LOW" type="char*" value="low"/>
<constant name="GTK_MAJOR_VERSION" type="int" value="3"/>
<constant name="GTK_MAX_COMPOSE_LEN" type="int" value="7"/>
- <constant name="GTK_MICRO_VERSION" type="int" value="4"/>
+ <constant name="GTK_MICRO_VERSION" type="int" value="5"/>
<constant name="GTK_MINOR_VERSION" type="int" value="13"/>
<constant name="GTK_PAPER_NAME_A3" type="char*" value="iso_a3"/>
<constant name="GTK_PAPER_NAME_A4" type="char*" value="iso_a4"/>