Home
last modified time | relevance | path

Searched refs:WButton (Results 1 – 25 of 41) sorted by relevance

12

/dports/x11-clocks/buici-clock/buici/xo/
H A Dwbutton.cxx52 { ButtonPress, (PFNEvent) &WButton::buttondown },
53 { ButtonRelease, (PFNEvent) &WButton::buttonup },
54 { Expose, (PFNEvent) &WButton::expose },
56 { EnterNotify, (PFNEvent) &WButton::enter },
57 { LeaveNotify, (PFNEvent) &WButton::leave },
61 void WButton::buttondown (XButtonEvent* pEvent) in buttondown()
69 void WButton::buttonup (XButtonEvent* pEvent) in buttonup()
83 void WButton::enter (XEnterWindowEvent* pEvent) in enter()
92 void WButton::leave (XLeaveWindowEvent* pEvent) in leave()
101 void WButton::expose (XExposeEvent* pEvent) in expose()
[all …]
H A Dwbutton.h41 class WButton : public LWindow {
60 WButton (LDisplay* pDisplay) : LWindow (pDisplay) { in WButton() function
62 WButton (LWindow* pWindow) : LWindow (pWindow) {} in WButton() function
63 ~WButton () { in ~WButton()
H A Dwdialog.cxx152 WButton* pWindow = new WButton (m_pDisplay->find_template ("button")); in create_pushbutton()
H A Dclasses.cxx144 WButton::register_template (pDisplay); in register_base_classes()
/dports/misc/mc-nox11/mc-4.8.27/lib/widget/
H A Dbutton.h11 #define BUTTON(x) ((WButton *)(x))
13 struct WButton;
17 typedef int (*bcback_fn) (struct WButton * button, int action);
31 typedef struct WButton struct
40 } WButton; typedef
46 WButton *button_new (int y, int x, int action, button_flags_t flags, const char *text,
48 char *button_get_text (const WButton * b);
49 void button_set_text (WButton * b, const char *text);
50 int button_get_len (const WButton * b);
H A Dbutton.c64 WButton *b = BUTTON (w); in button_default_callback()
206 WButton *
209 WButton *b; in button_new()
212 b = g_new (WButton, 1); in button_new()
230 button_get_text (const WButton * b) in button_get_text()
238 button_set_text (WButton * b, const char *text) in button_set_text()
260 button_get_len (const WButton * b) in button_get_len()
H A Dwtools.c277 WButton *button; in query_dialog()
316 WButton *defbutton = NULL; in query_dialog()
/dports/misc/mc/mc-4.8.27/lib/widget/
H A Dbutton.h11 #define BUTTON(x) ((WButton *)(x))
13 struct WButton;
17 typedef int (*bcback_fn) (struct WButton * button, int action);
31 typedef struct WButton struct
40 } WButton; argument
46 WButton *button_new (int y, int x, int action, button_flags_t flags, const char *text,
48 char *button_get_text (const WButton * b);
49 void button_set_text (WButton * b, const char *text);
50 int button_get_len (const WButton * b);
H A Dbutton.c64 WButton *b = BUTTON (w); in button_default_callback()
206 WButton *
209 WButton *b; in button_new()
212 b = g_new (WButton, 1); in button_new()
230 button_get_text (const WButton * b) in button_get_text()
238 button_set_text (WButton * b, const char *text) in button_set_text()
260 button_get_len (const WButton * b) in button_get_len()
H A Dwtools.c277 WButton *button; in query_dialog()
316 WButton *defbutton = NULL; in query_dialog()
/dports/graphics/pinta/pinta-1.7.1/Pinta/Dialogs/
H A DResizeCanvasDialog.cs46 private Button WButton; field in Pinta.ResizeCanvasDialog
83 WButton.Clicked += HandleWButtonClicked; in ResizeCanvasDialog()
217 WButton.Image = null; in SetAnchor()
229 WButton.Image = new Gtk.Image (PintaCore.Resources.GetIcon ("ResizeCanvas.DownArrow.png")); in SetAnchor()
237 WButton.Image = new Gtk.Image (PintaCore.Resources.GetIcon ("ResizeCanvas.SouthWest.png")); in SetAnchor()
253 WButton.Image = new Gtk.Image (PintaCore.Resources.GetIcon ("ResizeCanvas.Image.png")); in SetAnchor()
262 WButton.Image = new Gtk.Image (PintaCore.Resources.GetIcon ("ResizeCanvas.LeftArrow.png")); in SetAnchor()
282 WButton.Image = new Gtk.Image (PintaCore.Resources.GetIcon ("ResizeCanvas.UpArrow.png")); in SetAnchor()
290 WButton.Image = new Gtk.Image (PintaCore.Resources.GetIcon ("ResizeCanvas.NorthWest.png")); in SetAnchor()
354 WButton = CreateAnchorButton (); in Build()
[all …]
/dports/misc/mc/mc-4.8.27/src/filemanager/
H A Dachown.c94 static WButton *b_att[3]; /* permission */
95 static WButton *b_user, *b_group; /* owner */
328 WButton *b = BUTTON (w); in perm_button_callback()
457 static WButton *
461 WButton *b; in perm_button_new()
509 user_group_button_cb (WButton * button, int action) in user_group_button_cb()
H A Dfind.c120 static int start_stop (WButton * button, int action);
121 static int find_do_view_file (WButton * button, int action);
122 static int find_do_edit_file (WButton * button, int action);
1609 start_stop (WButton * button, int action) in start_stop()
1632 find_do_view_file (WButton * button, int action) in find_do_view_file()
1645 find_do_edit_file (WButton * button, int action) in find_do_edit_file()
/dports/misc/mc-nox11/mc-4.8.27/src/filemanager/
H A Dachown.c94 static WButton *b_att[3]; /* permission */
95 static WButton *b_user, *b_group; /* owner */
328 WButton *b = BUTTON (w); in perm_button_callback()
457 static WButton *
461 WButton *b; in perm_button_new()
509 user_group_button_cb (WButton * button, int action) in user_group_button_cb()
H A Dfind.c120 static int start_stop (WButton * button, int action);
121 static int find_do_view_file (WButton * button, int action);
122 static int find_do_edit_file (WButton * button, int action);
1609 start_stop (WButton * button, int action) in start_stop()
1632 find_do_view_file (WButton * button, int action) in find_do_view_file()
1645 find_do_edit_file (WButton * button, int action) in find_do_edit_file()
H A Dlayout.c186 static WButton *bleft_widget, *bright_widget;
263 b_left_right_cback (WButton * button, int action) in b_left_right_cback()
291 bplus_cback (WButton * button, int action) in bplus_cback()
304 bminus_cback (WButton * button, int action) in bminus_cback()
/dports/misc/mc/mc-4.8.27/src/editor/
H A Dspell.c748 WButton *add_btn; in spell_dialog_spell_suggest_show()
749 WButton *replace_btn; in spell_dialog_spell_suggest_show()
750 WButton *skip_btn; in spell_dialog_spell_suggest_show()
751 WButton *cancel_button; in spell_dialog_spell_suggest_show()
/dports/misc/mc-nox11/mc-4.8.27/src/editor/
H A Dspell.c748 WButton *add_btn; in spell_dialog_spell_suggest_show()
749 WButton *replace_btn; in spell_dialog_spell_suggest_show()
750 WButton *skip_btn; in spell_dialog_spell_suggest_show()
751 WButton *cancel_button; in spell_dialog_spell_suggest_show()
/dports/audio/welle.io/welle.io-66675c9a4160c644a5ade5bf7a0cd0647647f33c/src/welle-gui/QML/expertviews/
H A DRawRecorder.qml57 WButton {
/dports/audio/welle.io/welle.io-66675c9a4160c644a5ade5bf7a0cd0647647f33c/src/welle-gui/QML/
H A DMotView.qml113 WButton {
131 WButton {
/dports/audio/welle.io/welle.io-66675c9a4160c644a5ade5bf7a0cd0647647f33c/src/welle-gui/QML/settingpages/
H A DSoapySDRSettings.qml83 WButton {
/dports/x11-toolkits/scintilla/scite/gtk/
H A DWidget.cxx162 void WButton::Create(GUI::gui_string text, GCallback func, gpointer data) { in Create()
168 void WButton::Create(GUI::gui_string text) { in Create()
H A DWidget.h62 class WButton : public WBase {
/dports/editors/scite/scite/gtk/
H A DWidget.cxx162 void WButton::Create(GUI::gui_string text, GCallback func, gpointer data) { in Create()
168 void WButton::Create(GUI::gui_string text) { in Create()
H A DWidget.h62 class WButton : public WBase {

12