Home
last modified time | relevance | path

Searched refs:hexpand_p (Results 1 – 25 of 26) sorted by relevance

12

/dports/x11-toolkits/libadwaita/libadwaita-8442d6097b36c17e87582525ceab3ce3d5bccd48/src/
H A Dadw-widget-utils-private.h35 gboolean *hexpand_p,
39 gboolean *hexpand_p,
H A Dadw-widget-utils.c480 gboolean *hexpand_p, in adw_widget_compute_expand() argument
494 *hexpand_p = hexpand; in adw_widget_compute_expand()
500 gboolean *hexpand_p, in adw_widget_compute_expand_horizontal_only() argument
511 *hexpand_p = hexpand; in adw_widget_compute_expand_horizontal_only()
/dports/www/castor/castor-0.8.16/cargo-crates/gtk-0.8.0/src/subclass/
H A Dwidget.rs78 fn compute_expand(&self, widget: &Widget, hexpand_p: &mut bool, vexpand_p: &mut bool) { in compute_expand()
79 self.parent_compute_expand(widget, hexpand_p, vexpand_p) in compute_expand()
219 fn parent_compute_expand(&self, widget: &Widget, hexpand_p: &mut bool, vexpand_p: &mut bool); in parent_compute_expand()
409 fn parent_compute_expand(&self, widget: &Widget, hexpand_p: &mut bool, vexpand_p: &mut bool) { in parent_compute_expand()
414 let mut h: i32 = hexpand_p.to_glib(); in parent_compute_expand()
417 *hexpand_p = from_glib(h); in parent_compute_expand()
422 *hexpand_p = widget.get_hexpand(); in parent_compute_expand()
878 let mut hexpand_p: bool = from_glib(*hexpand_ptr); in widget_compute_expand() localVariable
881 imp.compute_expand(&wrap, &mut hexpand_p, &mut vexpand_p); in widget_compute_expand()
882 *hexpand_ptr = hexpand_p.to_glib(); in widget_compute_expand()
/dports/net-im/fractal/fractal-4.4.0/vendor/gtk/src/subclass/
H A Dwidget.rs82 fn compute_expand(&self, widget: &Widget, hexpand_p: &mut bool, vexpand_p: &mut bool) { in compute_expand()
83 self.parent_compute_expand(widget, hexpand_p, vexpand_p) in compute_expand()
243 fn parent_compute_expand(&self, widget: &Widget, hexpand_p: &mut bool, vexpand_p: &mut bool); in parent_compute_expand()
438 fn parent_compute_expand(&self, widget: &Widget, hexpand_p: &mut bool, vexpand_p: &mut bool) { in parent_compute_expand()
443 let mut h: i32 = hexpand_p.to_glib(); in parent_compute_expand()
446 *hexpand_p = from_glib(h); in parent_compute_expand()
451 *hexpand_p = widget.get_hexpand(); in parent_compute_expand()
987 let mut hexpand_p: bool = from_glib(*hexpand_ptr); in widget_compute_expand() localVariable
990 imp.compute_expand(&wrap, &mut hexpand_p, &mut vexpand_p); in widget_compute_expand()
991 *hexpand_ptr = hexpand_p.to_glib(); in widget_compute_expand()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkfixed.c90 gboolean *hexpand_p, in G_DEFINE_TYPE_WITH_CODE()
105 *hexpand_p = hexpand; in G_DEFINE_TYPE_WITH_CODE()
H A Dgtkbox.c173 gboolean *hexpand_p, in gtk_box_compute_expand() argument
188 *hexpand_p = hexpand; in gtk_box_compute_expand()
H A Dgtkgrid.c348 gboolean *hexpand_p, in gtk_grid_compute_expand() argument
363 *hexpand_p = hexpand; in gtk_grid_compute_expand()
H A Dgtkwidget.h244 gboolean *hexpand_p,
H A Dgtkstack.c2120 gboolean *hexpand_p, in gtk_stack_compute_expand() argument
2149 *hexpand_p = hexpand; in gtk_stack_compute_expand()
H A Dgtklistbox.c2433 gboolean *hexpand_p, in gtk_list_box_compute_expand() argument
2448 *hexpand_p = hexpand; in gtk_list_box_compute_expand()
H A Dgtkflowbox.c3559 gboolean *hexpand_p, in gtk_flow_box_compute_expand() argument
3574 *hexpand_p = hexpand; in gtk_flow_box_compute_expand()
H A Dgtknotebook.c1060 gboolean *hexpand_p, in gtk_notebook_compute_expand() argument
1086 *hexpand_p = hexpand; in gtk_notebook_compute_expand()
/dports/deskutils/gnome-todo/gnome-todo-41.0/subprojects/libadwaita/src/
H A Dadw-squeezer.c741 gboolean *hexpand_p, in adw_squeezer_compute_expand() argument
768 *hexpand_p = hexpand; in adw_squeezer_compute_expand()
/dports/sysutils/gnome-control-center/gnome-control-center-41.2/subprojects/libhandy/src/
H A Dhdy-squeezer.c643 gboolean *hexpand_p,
670 *hexpand_p = hexpand;
/dports/x11-toolkits/libhandy0/libhandy-7a193d7692c9c76a1a94f17c4d30b585f77d177c/src/
H A Dhdy-squeezer.c640 gboolean *hexpand_p, in hdy_squeezer_compute_expand() argument
668 *hexpand_p = hexpand; in hdy_squeezer_compute_expand()
/dports/x11-toolkits/libhandy/libhandy-1.4.0/src/
H A Dhdy-squeezer.c643 gboolean *hexpand_p, in hdy_squeezer_compute_expand() argument
670 *hexpand_p = hexpand; in hdy_squeezer_compute_expand()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkcontainer.c338 gboolean *hexpand_p,
2659 gboolean *hexpand_p, in gtk_container_compute_expand() argument
2671 *hexpand_p = data.hexpand; in gtk_container_compute_expand()
H A Dgtkstack.c1917 gboolean *hexpand_p, in gtk_stack_compute_expand() argument
1946 *hexpand_p = hexpand; in gtk_stack_compute_expand()
H A Dgtkwidget.h569 gboolean *hexpand_p,
H A Dgtknotebook.c669 gboolean *hexpand_p, in gtk_notebook_compute_expand() argument
696 *hexpand_p = hexpand; in gtk_notebook_compute_expand()
/dports/lang/vala/vala-0.48.18/vapi/
H A Dgtk+-3.0.vapi9377 public virtual void compute_expand_internal (out bool hexpand_p, out bool vexpand_p);
H A Dgtk4.vapi12043 public virtual void compute_expand_internal (out bool hexpand_p, out bool vexpand_p);
/dports/editors/lazarus/lazarus/lcl/interfaces/gtk3/gtk3bindings/
H A Dlazgtk3.pas2108 … compute_expand: procedure(widget: PGtkWidget; hexpand_p: Pgboolean; vexpand_p: Pgboolean); cdecl;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk3/gtk3bindings/
H A Dlazgtk3.pas2122 … compute_expand: procedure(widget: PGtkWidget; hexpand_p: Pgboolean; vexpand_p: Pgboolean); cdecl;
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/gtk3/gtk3bindings/
H A Dlazgtk3.pas2108 … compute_expand: procedure(widget: PGtkWidget; hexpand_p: Pgboolean; vexpand_p: Pgboolean); cdecl;

12