Home
last modified time | relevance | path

Searched refs:attach_widget (Results 1 – 25 of 137) sorted by relevance

123456

/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/xs/
H A DGtkMenu.xs105 gtk2perl_menu_detach_func (GtkWidget *attach_widget, in gtk2perl_menu_detach_func() argument
110 callback = g_object_get_data (G_OBJECT (attach_widget), in gtk2perl_menu_detach_func()
114 gperl_callback_invoke (callback, NULL, attach_widget, menu); in gtk2perl_menu_detach_func()
117 g_object_set_data (G_OBJECT (attach_widget), in gtk2perl_menu_detach_func()
214 Attach C<$menu> to C<$attach_widget>. C<$menu> must not be currently
221 &$detach_func ($attach_widget, $menu)
224 gtk_menu_attach_to_widget (menu, attach_widget, detach_func)
226 GtkWidget *attach_widget
233 g_object_set_data_full (G_OBJECT (attach_widget),
239 attach_widget,
/dports/russian/xruskb/xruskb-1.15.4/
H A DXrus.ad186 *props*locker_test.rightAttachment: attach_widget
191 *props*locker.bottomAttachment: attach_widget
196 *props*locker_label.bottomAttachment: attach_widget
216 *props*allow_locker.bottomAttachment: attach_widget
220 *props*autolock_delay.leftAttachment: attach_widget
235 *props*frame2.topAttachment: attach_widget
255 *props*switch_keys.topAttachment: attach_widget
268 *props*to_lat_keys.topAttachment: attach_widget
281 *props*to_rus_keys.topAttachment: attach_widget
301 *props*switch_keys_def.topAttachment: attach_widget
[all …]
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gtk-0.7.0/src/auto/
H A Drecent_chooser_menu.rs67 attach_widget: Option<Widget>, field
125 attach_widget: None, in new()
194 if let Some(ref attach_widget) = self.attach_widget { in build()
195 properties.push(("attach-widget", attach_widget)); in build()
364 pub fn attach_widget(mut self, attach_widget: &Widget) -> Self { in attach_widget() method
365 self.attach_widget = Some(attach_widget.clone()); in attach_widget()
H A Dmenu.rs80 attach_widget: Option<Widget>, field
137 attach_widget: None, in new()
203 if let Some(ref attach_widget) = self.attach_widget { in build()
204 properties.push(("attach-widget", attach_widget)); in build()
368 pub fn attach_widget(mut self, attach_widget: &Widget) -> Self { in attach_widget() method
369 self.attach_widget = Some(attach_widget.clone()); in attach_widget()
666 fn set_property_attach_widget(&self, attach_widget: Option<&Widget>); in set_property_attach_widget()
980 fn set_property_attach_widget(&self, attach_widget: Option<&Widget>) { in set_property_attach_widget()
985 Value::from(attach_widget).to_glib_none().0, in set_property_attach_widget()
/dports/www/castor/castor-0.8.16/cargo-crates/gtk-0.8.0/src/auto/
H A Drecent_chooser_menu.rs70 attach_widget: Option<Widget>, field
153 if let Some(ref attach_widget) = self.attach_widget { in build()
154 properties.push(("attach-widget", attach_widget)); in build()
353 pub fn attach_widget<P: IsA<Widget>>(mut self, attach_widget: &P) -> Self { in attach_widget() method
354 self.attach_widget = Some(attach_widget.clone().upcast()); in attach_widget()
H A Dmenu.rs82 attach_widget: Option<Widget>, field
152 if let Some(ref attach_widget) = self.attach_widget { in build()
153 properties.push(("attach-widget", attach_widget)); in build()
317 pub fn attach_widget<P: IsA<Widget>>(mut self, attach_widget: &P) -> Self { in attach_widget() method
318 self.attach_widget = Some(attach_widget.clone().upcast()); in attach_widget()
617 attach_widget: Option<&P>, in set_property_attach_widget()
937 attach_widget: Option<&P>, in set_property_attach_widget()
943 Value::from(attach_widget).to_glib_none().0, in set_property_attach_widget()
/dports/net-im/fractal/fractal-4.4.0/vendor/gtk/src/auto/
H A Drecent_chooser_menu.rs70 attach_widget: Option<Widget>, field
153 if let Some(ref attach_widget) = self.attach_widget { in build()
154 properties.push(("attach-widget", attach_widget)); in build()
353 pub fn attach_widget<P: IsA<Widget>>(mut self, attach_widget: &P) -> Self { in attach_widget() method
354 self.attach_widget = Some(attach_widget.clone().upcast()); in attach_widget()
H A Dmenu.rs82 attach_widget: Option<Widget>, field
152 if let Some(ref attach_widget) = self.attach_widget { in build()
153 properties.push(("attach-widget", attach_widget)); in build()
317 pub fn attach_widget<P: IsA<Widget>>(mut self, attach_widget: &P) -> Self { in attach_widget() method
318 self.attach_widget = Some(attach_widget.clone().upcast()); in attach_widget()
617 attach_widget: Option<&P>, in set_property_attach_widget()
937 attach_widget: Option<&P>, in set_property_attach_widget()
943 Value::from(attach_widget).to_glib_none().0, in set_property_attach_widget()
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/gtkmm/
H A Dmenu.h471 typedef void (*GtkMenuDetachFunc) (GtkWidget *attach_widget, GtkMenu *menu);
473 void attach_to_widget(Widget& attach_widget, GtkMenuDetachFunc detacher);
482 void attach_to_widget(Widget& attach_widget);
H A Dmenu.cc97 void Menu::attach_to_widget(Widget& attach_widget) in attach_to_widget() argument
99 gtk_menu_attach_to_widget(gobj(), (attach_widget).gobj(), 0 /* allowed by the C docs. */); in attach_to_widget()
326 void Menu::attach_to_widget(Widget& attach_widget, GtkMenuDetachFunc detacher) in attach_to_widget() argument
328 gtk_menu_attach_to_widget(gobj(), (attach_widget).gobj(), detacher); in attach_to_widget()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gtk-0.14.1/src/auto/
H A Drecent_chooser_menu.rs84 attach_widget: Option<Widget>, field
173 if let Some(ref attach_widget) = self.attach_widget { in build()
174 properties.push(("attach-widget", attach_widget)); in build()
364 pub fn attach_widget<P: IsA<Widget>>(mut self, attach_widget: &P) -> Self { in attach_widget() method
365 self.attach_widget = Some(attach_widget.clone().upcast()); in attach_widget()
H A Dmenu.rs92 attach_widget: Option<Widget>, field
168 if let Some(ref attach_widget) = self.attach_widget { in build()
169 properties.push(("attach-widget", attach_widget)); in build()
323 pub fn attach_widget<P: IsA<Widget>>(mut self, attach_widget: &P) -> Self { in attach_widget() method
324 self.attach_widget = Some(attach_widget.clone().upcast()); in attach_widget()
575 fn attach_widget(&self) -> Option<Widget>; in attach_widget() method
664 fn set_attach_widget<P: IsA<Widget>>(&self, attach_widget: Option<&P>); in set_attach_widget()
816 fn attach_widget(&self) -> Option<Widget> { in attach_widget() method
1003 fn set_attach_widget<P: IsA<Widget>>(&self, attach_widget: Option<&P>) { in set_attach_widget()
1008 attach_widget.to_value().to_glib_none().0, in set_attach_widget()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gtk-0.14.3/src/auto/
H A Drecent_chooser_menu.rs84 attach_widget: Option<Widget>, field
173 if let Some(ref attach_widget) = self.attach_widget { in build()
174 properties.push(("attach-widget", attach_widget)); in build()
364 pub fn attach_widget<P: IsA<Widget>>(mut self, attach_widget: &P) -> Self { in attach_widget() method
365 self.attach_widget = Some(attach_widget.clone().upcast()); in attach_widget()
H A Dmenu.rs92 attach_widget: Option<Widget>, field
168 if let Some(ref attach_widget) = self.attach_widget { in build()
169 properties.push(("attach-widget", attach_widget)); in build()
323 pub fn attach_widget<P: IsA<Widget>>(mut self, attach_widget: &P) -> Self { in attach_widget() method
324 self.attach_widget = Some(attach_widget.clone().upcast()); in attach_widget()
575 fn attach_widget(&self) -> Option<Widget>; in attach_widget() method
664 fn set_attach_widget<P: IsA<Widget>>(&self, attach_widget: Option<&P>); in set_attach_widget()
816 fn attach_widget(&self) -> Option<Widget> { in attach_widget() method
1003 fn set_attach_widget<P: IsA<Widget>>(&self, attach_widget: Option<&P>) { in set_attach_widget()
1008 attach_widget.to_value().to_glib_none().0, in set_attach_widget()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gtk-0.14.3/src/auto/
H A Drecent_chooser_menu.rs84 attach_widget: Option<Widget>, field
173 if let Some(ref attach_widget) = self.attach_widget { in build()
174 properties.push(("attach-widget", attach_widget)); in build()
364 pub fn attach_widget<P: IsA<Widget>>(mut self, attach_widget: &P) -> Self { in attach_widget() method
365 self.attach_widget = Some(attach_widget.clone().upcast()); in attach_widget()
H A Dmenu.rs92 attach_widget: Option<Widget>, field
168 if let Some(ref attach_widget) = self.attach_widget { in build()
169 properties.push(("attach-widget", attach_widget)); in build()
323 pub fn attach_widget<P: IsA<Widget>>(mut self, attach_widget: &P) -> Self { in attach_widget() method
324 self.attach_widget = Some(attach_widget.clone().upcast()); in attach_widget()
575 fn attach_widget(&self) -> Option<Widget>; in attach_widget() method
664 fn set_attach_widget<P: IsA<Widget>>(&self, attach_widget: Option<&P>); in set_attach_widget()
816 fn attach_widget(&self) -> Option<Widget> { in attach_widget() method
1003 fn set_attach_widget<P: IsA<Widget>>(&self, attach_widget: Option<&P>) { in set_attach_widget()
1008 attach_widget.to_value().to_glib_none().0, in set_attach_widget()
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gtk-0.14.3/src/auto/
H A Drecent_chooser_menu.rs84 attach_widget: Option<Widget>, field
173 if let Some(ref attach_widget) = self.attach_widget { in build()
174 properties.push(("attach-widget", attach_widget)); in build()
364 pub fn attach_widget<P: IsA<Widget>>(mut self, attach_widget: &P) -> Self { in attach_widget() method
365 self.attach_widget = Some(attach_widget.clone().upcast()); in attach_widget()
H A Dmenu.rs92 attach_widget: Option<Widget>, field
168 if let Some(ref attach_widget) = self.attach_widget { in build()
169 properties.push(("attach-widget", attach_widget)); in build()
323 pub fn attach_widget<P: IsA<Widget>>(mut self, attach_widget: &P) -> Self { in attach_widget() method
324 self.attach_widget = Some(attach_widget.clone().upcast()); in attach_widget()
575 fn attach_widget(&self) -> Option<Widget>; in attach_widget() method
664 fn set_attach_widget<P: IsA<Widget>>(&self, attach_widget: Option<&P>); in set_attach_widget()
816 fn attach_widget(&self) -> Option<Widget> { in attach_widget() method
1003 fn set_attach_widget<P: IsA<Widget>>(&self, attach_widget: Option<&P>) { in set_attach_widget()
1008 attach_widget.to_value().to_glib_none().0, in set_attach_widget()
/dports/devel/notify-sharp/notify-sharp-3.0.3/src/
H A DNotification.cs97 private Gtk.Widget attach_widget = null; field in Notifications.Notification
227 return attach_widget;
274 attach_widget = widget; in AttachToWidget()
294 attach_widget = null; in AttachToStatusIcon()
/dports/science/chemtool/chemtool-1.6.14/
H A Dgtkmenu.h56 typedef void (*GtkMenuDetachFunc) (GtkWidget *attach_widget,
150 GtkWidget *attach_widget,
/dports/science/chemtool-devel/chemtool-1.7alpha15/
H A Dgtkmenu.h56 typedef void (*GtkMenuDetachFunc) (GtkWidget *attach_widget,
150 GtkWidget *attach_widget,
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/gtkmm/
H A Dmenu.h546 void attach_to_widget(Widget& attach_widget);
948 typedef void (*GtkMenuDetachFunc) (GtkWidget *attach_widget, GtkMenu *menu);
963 void attach_to_widget(Widget& attach_widget, GtkMenuDetachFunc detacher);
/dports/x11-wm/xfce4-panel/xfce4-panel-4.16.3/libxfce4panel/
H A Dxfce-panel-plugin.c2660 g_return_if_fail (attach_widget == NULL || GTK_IS_WIDGET (attach_widget)); in xfce_panel_plugin_position_widget()
2664 if (attach_widget == NULL) in xfce_panel_plugin_position_widget()
2665 attach_widget = GTK_WIDGET (plugin); in xfce_panel_plugin_position_widget()
2672 if (!gtk_widget_get_realized (attach_widget)) in xfce_panel_plugin_position_widget()
2673 gtk_widget_realize (attach_widget); in xfce_panel_plugin_position_widget()
2679 toplevel = gtk_widget_get_toplevel (attach_widget); in xfce_panel_plugin_position_widget()
2683 plug = gtk_widget_get_ancestor (attach_widget, GTK_TYPE_PLUG); in xfce_panel_plugin_position_widget()
2713 gtk_widget_get_allocation (attach_widget, &alloc); in xfce_panel_plugin_position_widget()
2737 screen = gtk_widget_get_screen (attach_widget); in xfce_panel_plugin_position_widget()
2803 GtkWidget *attach_widget; in xfce_panel_plugin_position_menu() local
[all …]
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkmenu.c165 GtkWidget *attach_widget; member
1501 if (gtk_widget_has_screen (attach_widget) && in attach_widget_screen_changed()
1557 data->attach_widget = attach_widget; in gtk_menu_attach_to_widget()
1602 return data->attach_widget; in gtk_menu_get_attach_widget()
1648 data->detacher (data->attach_widget, menu); in gtk_menu_detach()
1969 if (attach_widget) in gtk_menu_popup_internal()
2906 GtkWidget *attach_widget; in gtk_menu_update_title() local
2914 if (GTK_IS_MENU_ITEM (attach_widget)) in gtk_menu_update_title()
5234 GtkWidget *attach_widget; in gtk_menu_position() local
5246 if (grab_device && attach_widget) in gtk_menu_position()
[all …]
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/src/
H A Dmenu.hg138 typedef void (*GtkMenuDetachFunc) (GtkWidget *attach_widget, GtkMenu *menu);
139 …_WRAP_METHOD(void attach_to_widget(Widget& attach_widget, GtkMenuDetachFunc detacher), gtk_menu_at…
144 * param @attach_widget: the Widget that the menu will be attached to.
148 void attach_to_widget(Widget& attach_widget);

123456