public unowned Gtk.RcStyle get_modifier_style ();
public bool get_no_show_all ();
public unowned Pango.Context get_pango_context ();
- public unowned Gtk.Widget get_parent ();
+ [CCode (type = "GtkWidget*")]
+ public unowned Gtk.Container? get_parent ();
public unowned Gdk.Window get_parent_window ();
public void get_pointer (out int x, out int y);
public bool get_realized ();
public void set_has_window (bool has_window);
public void set_mapped (bool mapped);
public void set_no_show_all (bool no_show_all);
- public void set_parent (Gtk.Widget parent);
+ public void set_parent ([CCode (type = "GtkWidget*")] Gtk.Container parent);
public void set_parent_window (Gdk.Window parent_window);
public void set_realized (bool realized);
public void set_receives_default (bool receives_default);
public bool get_no_show_all ();
public double get_opacity ();
public unowned Pango.Context get_pango_context ();
- public unowned Gtk.Widget get_parent ();
+ [CCode (type = "GtkWidget*")]
+ public unowned Gtk.Container? get_parent ();
public unowned Gdk.Window get_parent_window ();
public unowned Gtk.WidgetPath get_path ();
[Deprecated (replacement = "Gdk.Window.get_device_position", since = "3.4")]
public void set_margin_top (int margin);
public void set_no_show_all (bool no_show_all);
public void set_opacity (double opacity);
- public void set_parent (Gtk.Widget parent);
+ public void set_parent ([CCode (type = "GtkWidget*")] Gtk.Container parent);
public void set_parent_window (Gdk.Window parent_window);
public void set_realized (bool realized);
public void set_receives_default (bool receives_default);
gtk_widget_get_composite_name transfer_ownership="1"
gtk_widget_get_requisition.requisition hidden="1"
gtk_widget_get_requisition type_name="Gtk.Requisition"
+gtk_widget_get_parent type_name="Gtk.Container" ctype="GtkWidget*" nullable="1"
gtk_widget_get_pointer.x is_out="1"
gtk_widget_get_pointer.y is_out="1"
gtk_widget_get_size_request.width is_out="1"
gtk_widget_render_icon.detail nullable="1"
gtk_widget_render_icon nullable="1"
gtk_widget_render_icon transfer_ownership="1"
+gtk_widget_set_parent.parent type_name="Gtk.Container" ctype="GtkWidget*"
gtk_widget_set_scroll_adjustments.hadjustment nullable="1"
gtk_widget_set_scroll_adjustments.vadjustment nullable="1"
gtk_widget_set_style.style nullable="1"
gtk_widget_get_requisition deprecated_since="3.0"
gtk_widget_get_requisition.requisition hidden="1"
gtk_widget_get_requisition type_name="Gtk.Requisition"
+gtk_widget_get_parent type_name="Gtk.Container" ctype="GtkWidget*" nullable="1"
gtk_widget_get_pointer deprecated_since="3.4" replacement="Gdk.Window.get_device_position"
gtk_widget_get_pointer.x is_out="1"
gtk_widget_get_pointer.y is_out="1"
gtk_widget_render_icon transfer_ownership="1"
gtk_widget_render_icon_pixbuf transfer_ownership="1"
gtk_widget_reset_rc_styles deprecated_since="3.0" replacement="reset_style"
+gtk_widget_set_parent.parent type_name="Gtk.Container" ctype="GtkWidget*"
gtk_widget_set_scroll_adjustments.hadjustment nullable="1"
gtk_widget_set_scroll_adjustments.vadjustment nullable="1"
gtk_widget_set_state deprecated_since="3.0" replacement="set_state_flags"