public virtual void adjust_size_request (Gtk.Orientation orientation, ref int minimum_size, ref int natural_size);
public bool child_focus (Gtk.DirectionType direction);
public void class_path (out uint path_length, out unowned string path, out unowned string path_reversed);
- public virtual void compute_expand (Gtk.Orientation orientation);
+ public virtual bool compute_expand (Gtk.Orientation orientation);
+ [CCode (vfunc_name = "compute_expand")]
+ public virtual void compute_expand_internal (out bool hexpand, out bool vexpand);
public Pango.Context create_pango_context ();
public Pango.Layout create_pango_layout (string? text);
public void destroyed (out unowned Gtk.Widget widget_pointer);
[CCode (has_new_function = false, construct_function = "gtk_widget_new")]
public extern Widget (...);
public class uint activate_signal;
+ [CCode (vfunc_name = "compute_expand")]
+ public virtual void compute_expand_internal (out bool hexpand, out bool vexpand);
}
public interface Editable {
gtk_widget_class_path.path_length is_out="1"
gtk_widget_class_path.path is_out="1"
gtk_widget_class_path.path_reversed is_out="1"
+gtk_widget_compute_expand type_name="bool"
gtk_widget_create_pango_context transfer_ownership="1"
gtk_widget_create_pango_layout transfer_ownership="1"
gtk_widget_create_pango_layout.text nullable="1"