Home
last modified time | relevance | path

Searched refs:get_expand (Results 1 – 25 of 85) sorted by relevance

1234

/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/t/
H A DGtkToolItem.t23 ok ($tool_item->get_expand);
26 ok (!$tool_item->get_expand);
H A DGtkToolPalette.t16 ok ($palette->get_expand ($group));
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk2/src/gtk+/gtk/
H A Dgtkpreview.inc61 function get_expand(var a : TGtkPreview) : guint; overload;
135 function get_expand(var a : TGtkPreview) : guint;
137 get_expand:=(a.flag0 and bm_TGtkPreview_expand) shr bp_TGtkPreview_expand;
/dports/x11-toolkits/fpc-gtk2/fpc-3.2.2/packages/gtk2/src/gtk+/gtk/
H A Dgtkpreview.inc61 function get_expand(var a : TGtkPreview) : guint; overload;
135 function get_expand(var a : TGtkPreview) : guint;
137 get_expand:=(a.flag0 and bm_TGtkPreview_expand) shr bp_TGtkPreview_expand;
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkcenterlayout.c102 get_expand (GtkWidget *widget, in get_expand() function
151 center_expand = get_expand (self->center_widget, self->orientation); in gtk_center_layout_distribute()
158 start_expand = get_expand (self->start_widget, self->orientation); in gtk_center_layout_distribute()
165 end_expand = get_expand (self->end_widget, self->orientation); in gtk_center_layout_distribute()
/dports/devel/godot-tools/godot-3.2.3-stable/scene/gui/
H A Dtexture_button.h86 bool get_expand() const;
H A Dtexture_button.cpp251 ClassDB::bind_method(D_METHOD("get_expand"), &TextureButton::get_expand); in _bind_methods()
332 bool TextureButton::get_expand() const { in get_expand() function in TextureButton
/dports/devel/godot/godot-3.2.3-stable/scene/gui/
H A Dtexture_button.h86 bool get_expand() const;
H A Dtexture_button.cpp251 ClassDB::bind_method(D_METHOD("get_expand"), &TextureButton::get_expand); in _bind_methods()
332 bool TextureButton::get_expand() const { in get_expand() function in TextureButton
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Dlayout.hxx147 return rWindow.get_expand() || rWindow.get_vexpand(); in getPrimaryDimensionChildExpand()
186 return rWindow.get_expand() || rWindow.get_hexpand(); in getPrimaryDimensionChildExpand()
262 return rWindow.get_expand() || rWindow.get_vexpand(); in getPrimaryDimensionChildExpand()
301 return rWindow.get_expand() || rWindow.get_hexpand(); in getPrimaryDimensionChildExpand()
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/gtkmm/
H A Dtoolitem.h177 bool get_expand() const;
H A Dtoolpalette.h270 bool get_expand(ToolItemGroup& group) const;
H A Dtoolpalette.cc188 bool ToolPalette::get_expand(ToolItemGroup& group) const in get_expand() function in Gtk::ToolPalette
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/gtkmm/
H A Dtoolitem.h155 bool get_expand() const;
H A Dtoolpalette.h253 bool get_expand(ToolItemGroup& group) const;
H A Dtoolpalette.cc176 bool ToolPalette::get_expand(ToolItemGroup& group) const in get_expand() function in Gtk::ToolPalette
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/
H A Dlayout.hxx155 return rWindow.get_expand() || rWindow.get_vexpand(); in getPrimaryDimensionChildExpand()
194 return rWindow.get_expand() || rWindow.get_hexpand(); in getPrimaryDimensionChildExpand()
270 return rWindow.get_expand() || rWindow.get_vexpand(); in getPrimaryDimensionChildExpand()
309 return rWindow.get_expand() || rWindow.get_hexpand(); in getPrimaryDimensionChildExpand()
/dports/devel/godot2/godot-2.1.6-stable/scene/resources/
H A Dstyle_box.h175 bool get_expand() const;
H A Dstyle_box.cpp380 ObjectTypeDB::bind_method(_MD("get_expand"), &StyleBoxImageMask::get_expand); in _bind_methods()
464 bool StyleBoxImageMask::get_expand() const { in get_expand() function in StyleBoxImageMask
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/resources/
H A Dstyle_box.h175 bool get_expand() const;
H A Dstyle_box.cpp380 ObjectTypeDB::bind_method(_MD("get_expand"), &StyleBoxImageMask::get_expand); in _bind_methods()
464 bool StyleBoxImageMask::get_expand() const { in get_expand() function in StyleBoxImageMask
/dports/graphics/cluttermm/cluttermm-1.17.3/clutter/cluttermm/
H A Dbox-layout.h325 bool get_expand(const Glib::RefPtr<Actor>& child) const;
/dports/devel/libical/libical-3.0.8/src/java/
H A DICalProperty.java290 public int get_expand() {return 0;} // @-@:p0 TMA TODO in get_expand() method in ICalProperty
/dports/x11-toolkits/p5-Gtk2-Ex-FormFactory/Gtk2-Ex-FormFactory-0.67/lib/Gtk2/Ex/FormFactory/
H A DLayout.pm1013 $gtk_vbox->pack_start($gtk_widget, $widget->get_expand, 1, 0);
1031 $gtk_hbox->pack_start($gtk_widget, $widget->get_expand, 1, 0);
1083 $widget->get_expand, 1, 0
/dports/www/castor/castor-0.8.16/cargo-crates/gtk-0.8.0/src/auto/
H A Dtool_item.rs422 fn get_expand(&self) -> bool; in get_expand() method
500 fn get_expand(&self) -> bool { in get_expand() method

1234