public class GestureLongPress : Gtk.GestureSingle {
[CCode (has_construct_function = false, type = "GtkGesture*")]
public GestureLongPress (Gtk.Widget widget);
+ [NoAccessorMethod]
+ public double delay_factor { get; set; }
public virtual signal void cancelled ();
public virtual signal void pressed (double p0, double p1);
}
public bool get_pointing_to (out Gdk.Rectangle rect);
public Gtk.PositionType get_position ();
public unowned Gtk.Widget get_relative_to ();
+ public bool get_transitions_enabled ();
public void set_modal (bool modal);
public void set_pointing_to (Gdk.Rectangle rect);
public void set_position (Gtk.PositionType position);
public void set_relative_to (Gtk.Widget relative_to);
+ public void set_transitions_enabled (bool transitions_enabled);
public bool modal { get; set; }
public Cairo.RectangleInt pointing_to { get; set; }
public Gtk.PositionType position { get; set construct; }
public Gtk.Widget relative_to { get; set; }
+ public bool transitions_enabled { get; set; }
public virtual signal void closed ();
}
[CCode (cheader_filename = "gtk/gtk.h,gtk/gtk-a11y.h", type_id = "gtk_popover_accessible_get_type ()")]
[CCode (cheader_filename = "gtk/gtk.h", instance_pos = 2.9)]
public delegate int KeySnoopFunc (Gtk.Widget grab_widget, Gdk.EventKey event);
[CCode (cheader_filename = "gtk/gtk.h")]
- public delegate Gtk.Widget ListBoxCreateWidgetFunc (void* item);
+ public delegate Gtk.Widget ListBoxCreateWidgetFunc (GLib.Object item);
[CCode (cheader_filename = "gtk/gtk.h")]
public delegate bool ListBoxFilterFunc (Gtk.ListBoxRow row);
[CCode (cheader_filename = "gtk/gtk.h")]
<parameter name="widget" type="GtkWidget*"/>
</parameters>
</constructor>
+ <property name="delay-factor" type="gdouble" readable="1" writable="1" construct="0" construct-only="0"/>
<signal name="cancelled" when="LAST">
<return-type type="void"/>
<parameters>
<parameter name="popover" type="GtkPopover*"/>
</parameters>
</method>
+ <method name="get_transitions_enabled" symbol="gtk_popover_get_transitions_enabled">
+ <return-type type="gboolean"/>
+ <parameters>
+ <parameter name="popover" type="GtkPopover*"/>
+ </parameters>
+ </method>
<constructor name="new" symbol="gtk_popover_new">
<return-type type="GtkWidget*"/>
<parameters>
<parameter name="relative_to" type="GtkWidget*"/>
</parameters>
</method>
+ <method name="set_transitions_enabled" symbol="gtk_popover_set_transitions_enabled">
+ <return-type type="void"/>
+ <parameters>
+ <parameter name="popover" type="GtkPopover*"/>
+ <parameter name="transitions_enabled" type="gboolean"/>
+ </parameters>
+ </method>
<property name="modal" type="gboolean" readable="1" writable="1" construct="0" construct-only="0"/>
<property name="pointing-to" type="cairo_rectangle_int_t*" readable="1" writable="1" construct="0" construct-only="0"/>
<property name="position" type="GtkPositionType" readable="1" writable="1" construct="1" construct-only="0"/>
<property name="relative-to" type="GtkWidget*" readable="1" writable="1" construct="0" construct-only="0"/>
+ <property name="transitions-enabled" type="gboolean" readable="1" writable="1" construct="0" construct-only="0"/>
<signal name="closed" when="LAST">
<return-type type="void"/>
<parameters>
</parameters>
</vfunc>
</interface>
- <constant name="GTK_BINARY_AGE" type="int" value="1507"/>
+ <constant name="GTK_BINARY_AGE" type="int" value="1509"/>
<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="7"/>
+ <constant name="GTK_MICRO_VERSION" type="int" value="9"/>
<constant name="GTK_MINOR_VERSION" type="int" value="15"/>
<constant name="GTK_PAPER_NAME_A3" type="char*" value="iso_a3"/>
<constant name="GTK_PAPER_NAME_A4" type="char*" value="iso_a4"/>
GtkListBox::row_selected.row nullable="1"
GtkListBox::unselect_all has_emitter="1"
GtkListBoxCreateWidgetFunc transfer_ownership="1"
+GtkListBoxCreateWidgetFunc.item type_name="GLib.Object"
gtk_list_store_new ellipsis="1" sentinel="-1"
gtk_list_store_newv.n_columns hidden="1"
gtk_list_store_newv.types array_length_pos="0.9"