public double dx;
public double dy;
public int8 n_fingers;
- public Gdk.TouchpadGesturePhase phase;
+ public int8 phase;
public double scale;
public int8 send_event;
public Gdk.ModifierType state;
public double dx;
public double dy;
public int8 n_fingers;
- public Gdk.TouchpadGesturePhase phase;
+ public int8 phase;
public int8 send_event;
public Gdk.ModifierType state;
public uint32 time;
[Version (since = "3.8")]
public int64 get_history_start ();
[Version (since = "3.8")]
- public void get_refresh_info (int64 base_time, int64 refresh_interval_return, int64 presentation_time_return);
+ public void get_refresh_info (int64 base_time, out int64 refresh_interval_return, out int64 presentation_time_return);
[Version (since = "3.8")]
public Gdk.FrameTimings? get_timings (int64 frame_counter);
[Version (since = "3.8")]
public unowned Gtk.Widget get_action_area ();
public unowned Gtk.Container get_content_area ();
public Gtk.MessageType get_message_type ();
+ public bool get_revealed ();
public bool get_show_close_button ();
public void set_default_response (int response_id);
public void set_message_type (Gtk.MessageType message_type);
public void set_response_sensitive (int response_id, bool setting);
+ public void set_revealed (bool revealed);
public void set_show_close_button (bool setting);
[CCode (has_construct_function = false, type = "GtkWidget*")]
public InfoBar.with_buttons (...);
public Gtk.MessageType message_type { get; set construct; }
+ public bool revealed { get; set; }
public bool show_close_button { get; set construct; }
public virtual signal void close ();
[HasEmitter]
<parameter name="info_bar" type="GtkInfoBar*"/>
</parameters>
</method>
+ <method name="get_revealed" symbol="gtk_info_bar_get_revealed">
+ <return-type type="gboolean"/>
+ <parameters>
+ <parameter name="info_bar" type="GtkInfoBar*"/>
+ </parameters>
+ </method>
<method name="get_show_close_button" symbol="gtk_info_bar_get_show_close_button">
<return-type type="gboolean"/>
<parameters>
<parameter name="setting" type="gboolean"/>
</parameters>
</method>
+ <method name="set_revealed" symbol="gtk_info_bar_set_revealed">
+ <return-type type="void"/>
+ <parameters>
+ <parameter name="info_bar" type="GtkInfoBar*"/>
+ <parameter name="revealed" type="gboolean"/>
+ </parameters>
+ </method>
<method name="set_show_close_button" symbol="gtk_info_bar_set_show_close_button">
<return-type type="void"/>
<parameters>
</parameters>
</method>
<property name="message-type" type="GtkMessageType" readable="1" writable="1" construct="1" construct-only="0"/>
+ <property name="revealed" type="gboolean" readable="1" writable="1" construct="0" construct-only="0"/>
<property name="show-close-button" type="gboolean" readable="1" writable="1" construct="1" construct-only="0"/>
<signal name="close" when="LAST">
<return-type type="void"/>
</parameters>
</vfunc>
</interface>
- <constant name="GTK_BINARY_AGE" type="int" value="2227"/>
+ <constant name="GTK_BINARY_AGE" type="int" value="2229"/>
<constant name="GTK_INPUT_ERROR" type="int" value="-1"/>
- <constant name="GTK_INTERFACE_AGE" type="int" value="27"/>
+ <constant name="GTK_INTERFACE_AGE" type="int" value="29"/>
<constant name="GTK_LEVEL_BAR_OFFSET_FULL" type="char*" value="full"/>
<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="27"/>
+ <constant name="GTK_MICRO_VERSION" type="int" value="29"/>
<constant name="GTK_MINOR_VERSION" type="int" value="22"/>
<constant name="GTK_PAPER_NAME_A3" type="char*" value="iso_a3"/>
<constant name="GTK_PAPER_NAME_A4" type="char*" value="iso_a4"/>