Home
last modified time | relevance | path

Searched refs:create_button_box (Results 1 – 16 of 16) sorted by relevance

/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/demos/gtk-demo/
H A Dexample_buttonbox.cc16 Gtk::Frame* create_button_box(bool horizontal, const Glib::ustring& title,
45 m_VBox.pack_start( *(create_button_box(true, "Spread", 40, Gtk::BUTTONBOX_SPREAD)) ); in Example_ButtonBox()
46 m_VBox.pack_start( *(create_button_box(true, "Edge", 40, Gtk::BUTTONBOX_EDGE)) ); in Example_ButtonBox()
47 m_VBox.pack_start( *(create_button_box(true, "Start", 40, Gtk::BUTTONBOX_START)) ); in Example_ButtonBox()
48 m_VBox.pack_start( *(create_button_box(true, "End", 40, Gtk::BUTTONBOX_END)) ); in Example_ButtonBox()
55 m_HBox.pack_start( *(create_button_box(false, "Spread", 30, Gtk::BUTTONBOX_SPREAD)) ); in Example_ButtonBox()
56 m_HBox.pack_start( *(create_button_box(false, "Edge", 30, Gtk::BUTTONBOX_EDGE)) ); in Example_ButtonBox()
57 m_HBox.pack_start( *(create_button_box(false, "Start", 30, Gtk::BUTTONBOX_START)) ); in Example_ButtonBox()
58 m_HBox.pack_start( *(create_button_box(false, "End", 30, Gtk::BUTTONBOX_END)) ); in Example_ButtonBox()
67 Gtk::Frame* Example_ButtonBox::create_button_box(bool horizontal, const Glib::ustring& title, gint … in create_button_box() function in Example_ButtonBox
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/demos/gtk-demo/
H A Dexample_buttonbox.cc16 Gtk::Frame* create_button_box(bool horizontal, const Glib::ustring& title,
48 m_VBox.pack_start( *(create_button_box(true, "Spread", 40, Gtk::BUTTONBOX_SPREAD)) ); in Example_ButtonBox()
49 m_VBox.pack_start( *(create_button_box(true, "Edge", 40, Gtk::BUTTONBOX_EDGE)) ); in Example_ButtonBox()
50 m_VBox.pack_start( *(create_button_box(true, "Start", 40, Gtk::BUTTONBOX_START)) ); in Example_ButtonBox()
51 m_VBox.pack_start( *(create_button_box(true, "End", 40, Gtk::BUTTONBOX_END)) ); in Example_ButtonBox()
58 m_HBox.pack_start( *(create_button_box(false, "Spread", 30, Gtk::BUTTONBOX_SPREAD)) ); in Example_ButtonBox()
59 m_HBox.pack_start( *(create_button_box(false, "Edge", 30, Gtk::BUTTONBOX_EDGE)) ); in Example_ButtonBox()
60 m_HBox.pack_start( *(create_button_box(false, "Start", 30, Gtk::BUTTONBOX_START)) ); in Example_ButtonBox()
61 m_HBox.pack_start( *(create_button_box(false, "End", 30, Gtk::BUTTONBOX_END)) ); in Example_ButtonBox()
70 Gtk::Frame* Example_ButtonBox::create_button_box(bool horizontal, const Glib::ustring& title, gint … in create_button_box() function in Example_ButtonBox
/dports/deskutils/calibre/calibre-src-5.34.0/src/pyj/read_book/prefs/
H A Dutils.pyj11 def create_button_box(restore_defaults_func, apply_func, cancel_func):
H A Dfonts.pyj11 from read_book.prefs.utils import create_button_box
102 container.appendChild(create_button_box(restore_defaults, apply_func, cancel_func))
H A Dmisc.pyj11 from read_book.prefs.utils import create_button_box
80 container.appendChild(create_button_box(restore_defaults, apply_func, cancel_func))
H A Dscrolling.pyj10 from read_book.prefs.utils import create_button_box
129 container.appendChild(create_button_box(restore_defaults, apply_func, cancel_func))
H A Duser_stylesheet.pyj11 from read_book.prefs.utils import create_button_box
119 …container.appendChild(E.div(style='margin: 1rem', create_button_box(restore_defaults, apply_func, …
H A Dhead_foot.pyj10 from read_book.prefs.utils import create_button_box
130 …container.appendChild(E.div(style='margin: 1rem', create_button_box(restore_defaults, apply_func, …
H A Dlayout.pyj10 from read_book.prefs.utils import create_button_box
115 …container.appendChild(E.div(style='margin: 1rem', create_button_box(restore_defaults, apply_func, …
H A Dselection.pyj13 from read_book.prefs.utils import create_button_box
191 container.appendChild(create_button_box(restore_defaults, apply_func, cancel_func))
H A Dcolors.pyj16 from read_book.prefs.utils import create_button_box
290 …container.appendChild(E.div(style='margin: 1rem', create_button_box(None, apply_func, cancel_func)…
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/dialogs/
H A Dsearch.py73 def create_button_box(self): function
287 l.addWidget(create_button_box(self))
/dports/graphics/dia/dia-0.97.3/app/
H A Dlayer_dialog.c182 create_button_box(GtkWidget *parent, gboolean show_labels) in create_button_box() function
335 button_box = create_button_box(vbox, FALSE); in create_layer_view_widget()
437 button_box = create_button_box(dialog, TRUE); in create_layer_dialog()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/tests/
H A Dtestgtk.c1050 create_button_box (GtkWidget *widget) in create_button_box() function
9711 { "button box", create_button_box },
/dports/x11-toolkits/gtk20/gtk+-2.24.33/tests/
H A Dtestgtk.c1180 create_button_box (GtkWidget *widget) in create_button_box() function
13332 { "button box", create_button_box },
/dports/graphics/dia/dia-0.97.3/
H A DChangeLog.pre-git7606 * app/layer_dialog.c (create_button_box): Use stock icons instead
23857 * app/layer_dialog.c (create_button_box): fixed a warning.