Home
last modified time | relevance | path

Searched refs:handlebox (Results 1 – 25 of 816) sorted by relevance

12345678910>>...33

/dports/finance/py-backtrader/backtrader-1.9.74.123/backtrader/plot/
H A Dfinance.py105 x0 = handlebox.xdescent
106 y0 = handlebox.ydescent
108 height = handlebox.height
292 x0 = handlebox.xdescent
293 y0 = handlebox.ydescent
295 height = handlebox.height
407 x0 = handlebox.xdescent
408 y0 = handlebox.ydescent
410 height = handlebox.height
544 x0 = handlebox.xdescent
[all …]
/dports/x11-toolkits/guile-gnome-platform/guile-gnome-platform-2.16.5/gtk/doc/gtk/
H A Dsection-gtkhandlebox.xml.texi12 widget. A thin @dfn{ghost} is drawn in the original location of the handlebox.
21 To make detaching and reattaching the handlebox as minimally confusing as
23 does not move when the handlebox is deattached. For instance, if the handlebox
24 is packed at the bottom of a VBox, then when the handlebox is detached, the
25 bottom edge of the handlebox's allocation will remain fixed as the height of the
26 handlebox shrinks, so the snap edge should be set to @samp{GTK_POS_BOTTOM}.
H A Ddefuns-gtkhandlebox.xml.texi20 Side of the handlebox that's lined up with the docking point to dock the
21 handlebox
32 This signal is emitted when the contents of the handlebox are reattached to the
38 This signal is emitted when the contents of the handlebox are detached from the
71 Sets the side of the handlebox where the handle is drawn.
78 the side of the handlebox where the handle should be drawn.
86 Sets the snap edge of a handlebox. The snap edge is the edge of the detached
90 the handlebox is torn off.
/dports/science/gabedit/GabeditSrc251_300720/src/Display/
H A DColorMap.c538 color_map_hide(handlebox); in reset_colorMap()
539 color_map_refresh(handlebox); in reset_colorMap()
540 color_map_show(handlebox); in reset_colorMap()
682 GtkWidget *handlebox; in create_color_map_show() local
691 handlebox = gtk_handle_box_new (); in create_color_map_show()
694 gtk_widget_show (handlebox); in create_color_map_show()
763 return handlebox; in create_color_map_show()
766 void color_map_show(GtkWidget* handlebox) in color_map_show() argument
794 gtk_widget_show_all(handlebox); in color_map_show()
803 void color_map_hide(GtkWidget* handlebox) in color_map_hide() argument
[all …]
H A DStatusOrb.c324 GtkWidget *handlebox; in create_status_bar_orb() local
332 handlebox = gtk_handle_box_new (); in create_status_bar_orb()
333 gtk_handle_box_set_shadow_type(GTK_HANDLE_BOX(handlebox),GTK_SHADOW_NONE); in create_status_bar_orb()
334 gtk_handle_box_set_handle_position (GTK_HANDLE_BOX(handlebox),GTK_POS_LEFT); in create_status_bar_orb()
335 gtk_widget_show (handlebox); in create_status_bar_orb()
336 gtk_box_pack_start (GTK_BOX (box), handlebox, FALSE, FALSE, 0); in create_status_bar_orb()
339 gtk_container_add (GTK_CONTAINER (handlebox), table); in create_status_bar_orb()
357 handleboxStatus = handlebox; in create_status_bar_orb()
H A DColorMap.h51 void color_map_show(GtkWidget* handlebox);
52 void color_map_refresh(GtkWidget* handlebox);
53 void color_map_hide(GtkWidget* handlebox);
/dports/x11-themes/chicago95/Chicago95-2.0.1-81-gd1c86db/Theme/Chicago95/gtk-2.0/
H A Dmenubar.rc55 style "handlebox" = "default"
64 overlay_file = "toolbar/handlebox-v.png"
73 overlay_file = "toolbar/handlebox-h.png"
81 #widget_class "*HandleBox" style "handlebox"
82 class "*HandleBox" style "handlebox"
/dports/math/py-matplotlib2/matplotlib-2.2.4/tutorials/intermediate/
H A Dlegend_guide.py245 def legend_artist(self, legend, orig_handle, fontsize, handlebox): argument
246 x0, y0 = handlebox.xdescent, handlebox.ydescent
247 width, height = handlebox.width, handlebox.height
250 transform=handlebox.get_transform())
251 handlebox.add_artist(patch)
/dports/math/py-matplotlib/matplotlib-3.4.3/tutorials/intermediate/
H A Dlegend_guide.py247 def legend_artist(self, legend, orig_handle, fontsize, handlebox): argument
248 x0, y0 = handlebox.xdescent, handlebox.ydescent
249 width, height = handlebox.width, handlebox.height
252 transform=handlebox.get_transform())
253 handlebox.add_artist(patch)
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/gtk-0.15.5/Graphics/UI/Gtk/Misc/
H A DHandleBox.chs34 -- widget. A thin ghost is drawn in the original location of the handlebox. By
43 -- To make detaching and reattaching the handlebox as minimally confusing as
45 -- edge does not move when the handlebox is deattached. For instance, if the
46 -- handlebox is packed at the bottom of a VBox, then when the handlebox is
47 -- detached, the bottom edge of the handlebox's allocation will remain fixed as
48 -- the height of the handlebox shrinks, so the snap edge should be set to
139 -- | Sets the side of the handlebox where the handle is drawn.
142 -> PositionType -- ^ @position@ - the side of the handlebox where the handle
164 -- place on the screen when the handlebox is torn off.
210 -- handlebox.
[all …]
/dports/x11/conlecterm/conlecterm-1.4.3.0/_cabal_deps/gtk3-0.15.5/Graphics/UI/Gtk/Misc/
H A DHandleBox.chs34 -- widget. A thin ghost is drawn in the original location of the handlebox. By
43 -- To make detaching and reattaching the handlebox as minimally confusing as
45 -- edge does not move when the handlebox is deattached. For instance, if the
46 -- handlebox is packed at the bottom of a VBox, then when the handlebox is
47 -- detached, the bottom edge of the handlebox's allocation will remain fixed as
48 -- the height of the handlebox shrinks, so the snap edge should be set to
139 -- | Sets the side of the handlebox where the handle is drawn.
142 -> PositionType -- ^ @position@ - the side of the handlebox where the handle
164 -- place on the screen when the handlebox is torn off.
210 -- handlebox.
[all …]
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/src/
H A Dhandlebox.hg1 /* $Id: handlebox.hg,v 1.1 2003/01/21 13:40:26 murrayc Exp $ */
3 /* handlebox.h
40 …the child widget. A thin ghost is drawn in the original location of the handlebox. By dragging the…
42 …e handlebox as minimally confusing as possible to the user, it is important to set the snap edge s…
43handlebox is packed at the bottom of a VBox, then when the handlebox is detached, the bottom edge …
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/src/
H A Dhandlebox.hg36 …the child widget. A thin ghost is drawn in the original location of the handlebox. By dragging the…
38 …e handlebox as minimally confusing as possible to the user, it is important to set the snap edge s…
39handlebox is packed at the bottom of a VBox, then when the handlebox is detached, the bottom edge …
/dports/lang/lafontaine/lafontaine-0.4/src/
H A Dinterface.c66 *handlebox, in create_main_window() local
116 handlebox = create_handlebox(); in create_main_window()
118 gtk_widget_set_size_request(handlebox, -1, 55); in create_main_window()
119 gtk_box_pack_start(GTK_BOX(vbox1), handlebox, FALSE, FALSE, 1); in create_main_window()
120 gtk_widget_show(handlebox); in create_main_window()
530 GtkWidget *handlebox, *hbox, *button, *separator, *pixmap; in create_handlebox() local
532 handlebox = gtk_handle_box_new(); in create_handlebox()
533 gtk_widget_set_usize(handlebox, -1, 55); in create_handlebox()
535 gtk_container_set_border_width(GTK_CONTAINER(handlebox), 2); in create_handlebox()
539 gtk_container_add(GTK_CONTAINER(handlebox), hbox); in create_handlebox()
[all …]
/dports/www/bluefish/bluefish-2.2.12/src/plugin_htmlbar/
H A Dhtmlbar.c97 DEBUG_MSG("handlebox=%p\n",hbw->handlebox); in htmlbar_sidepanel_initgui()
98 if (hbw->handlebox) { in htmlbar_sidepanel_initgui()
99 DEBUG_MSG("htmlbar_sidepanel_initgui, destroy hbw->handlebox %p\n",hbw->handlebox); in htmlbar_sidepanel_initgui()
100 gtk_widget_destroy(hbw->handlebox); in htmlbar_sidepanel_initgui()
101 hbw->handlebox = NULL; in htmlbar_sidepanel_initgui()
H A Dhtmlbar_uimanager.c803 if (hbw->handlebox) { in htmlbar_toolbar_show()
804 gtk_widget_show(hbw->handlebox); in htmlbar_toolbar_show()
811 hbw->handlebox = gtk_event_box_new(); in htmlbar_toolbar_show()
813 gtk_container_add(GTK_CONTAINER(hbw->handlebox),html_notebook); in htmlbar_toolbar_show()
814 gtk_container_add(GTK_CONTAINER(hbw->bfwin->toolbarbox),hbw->handlebox); in htmlbar_toolbar_show()
815 gtk_widget_show_all(hbw->handlebox); in htmlbar_toolbar_show()
817 hbw->handlebox = gtk_handle_box_new(); in htmlbar_toolbar_show()
818 gtk_container_add(GTK_CONTAINER(hbw->handlebox), html_notebook); in htmlbar_toolbar_show()
821 gtk_widget_show_all(hbw->handlebox); in htmlbar_toolbar_show()
826 if (hbw->handlebox) in htmlbar_toolbar_show()
[all …]
H A Dhtmlbar.h45 GtkWidget *handlebox; /* if top toolbar */ member
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/
H A Dlegend_handler.py92 fontsize, handlebox): argument
114 handlebox.xdescent, handlebox.ydescent,
115 handlebox.width, handlebox.height,
119 fontsize, handlebox.get_transform())
123 handlebox.add_artist(a)
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/
H A Dlegend_handler.py89 fontsize, handlebox): argument
111 handlebox.xdescent, handlebox.ydescent,
112 handlebox.width, handlebox.height,
116 fontsize, handlebox.get_transform())
120 handlebox.add_artist(a)
/dports/cad/geda/geda-gaf-1.8.2/gschem/src/
H A Dx_window.c257 GtkWidget *handlebox=NULL; in x_window_create_main() local
293 handlebox = gtk_handle_box_new (); in x_window_create_main()
294 gtk_box_pack_start(GTK_BOX(main_box), handlebox, FALSE, FALSE, 0); in x_window_create_main()
295 gtk_container_add (GTK_CONTAINER (handlebox), menubar); in x_window_create_main()
304 handlebox = gtk_handle_box_new (); in x_window_create_main()
305 gtk_box_pack_start (GTK_BOX (main_box), handlebox, FALSE, FALSE, 0); in x_window_create_main()
315 gtk_container_add (GTK_CONTAINER (handlebox), toolbar); in x_window_create_main()
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk1/examples/
H A Dtoolbar.pp145 { Here is our main window (a dialog) and a handle for the handlebox }
147 handlebox : PGtkWidget;
179 handlebox := gtk_handle_box_new ();
181 handlebox, FALSE, FALSE, 5 );
194 * we'll also put it into our handlebox }
199 gtk_container_add ( GTK_CONTAINER ( handlebox ) , toolbar );
320 gtk_widget_show (handlebox);
/dports/science/gabedit/GabeditSrc251_300720/src/Common/
H A DMenuToolBar.c720 GtkWidget *handlebox; in add_widget() local
722 handlebox =gtk_handle_box_new (); in add_widget()
723 g_object_ref (handlebox); in add_widget()
724 gtk_handle_box_set_shadow_type(GTK_HANDLE_BOX(handlebox),GTK_SHADOW_NONE); in add_widget()
725 gtk_box_pack_start (GTK_BOX (container), handlebox, FALSE, FALSE, 0); in add_widget()
735 handleBoxToolBar = handlebox; in add_widget()
738 gtk_container_add (GTK_CONTAINER (handlebox), widget); in add_widget()
/dports/sysutils/gtk-imonc/gtk-imonc-0.6.4.1/src/
H A Dcallbacks.h169 on_handlebox_child_detached (GtkHandleBox *handlebox,
174 on_handlebox_child_attached (GtkHandleBox *handlebox,
/dports/x11-themes/mint-themes/mint-themes-41cf70d/usr/share/themes/Mint-X/gtk-2.0/styles/
H A Dhandlebox.rc1 style "handlebox"
/dports/korean/nabi/nabi-f08d7d3/src/
H A Dui.c1380 GtkWidget* handlebox; in nabi_app_create_palette() local
1395 handlebox = nabi_handle_box_new(); in nabi_app_create_palette()
1396 nabi_palette->widget = handlebox; in nabi_app_create_palette()
1397 gtk_window_move(GTK_WINDOW(handlebox), nabi->config->x, nabi->config->y); in nabi_app_create_palette()
1398 gtk_window_set_keep_above(GTK_WINDOW(handlebox), TRUE); in nabi_app_create_palette()
1399 gtk_window_stick(GTK_WINDOW(handlebox)); in nabi_app_create_palette()
1400 gtk_window_set_accept_focus(GTK_WINDOW(handlebox), FALSE); in nabi_app_create_palette()
1401 g_signal_connect_after(G_OBJECT(handlebox), "realize", in nabi_app_create_palette()
1403 g_signal_connect(G_OBJECT(handlebox), "destroy", in nabi_app_create_palette()
1407 gtk_container_add(GTK_CONTAINER(handlebox), hbox); in nabi_app_create_palette()
[all …]

12345678910>>...33