/dports/x11-toolkits/open-motif/motif-2.3.8/demos/lib/Exm/ |
H A D | CommandB.c | 303 nw->command_button.armed = False; in Initialize() 304 nw->command_button.visual_armed = False; in Initialize() 305 nw->command_button.visual_timer = 0; in Initialize() 476 if (cw->command_button.armed == True) { in ExmCommandButtonEnter() 512 if (cw->command_button.armed == True) { in ExmCommandButtonLeave() 549 cw->command_button.visual_armed = True; in ExmCommandButtonArmAndActivate() 570 cw->command_button.visual_timer = in ExmCommandButtonArmAndActivate() 601 cw->command_button.armed = True; in ExmCommandButtonArm() 602 cw->command_button.visual_armed = True; in ExmCommandButtonArm() 655 cbw->command_button.armed = False; in ExmCommandButtonDisarm() [all …]
|
H A D | TabBP.h | 93 ExmCommandButtonPart command_button; member
|
H A D | CommandBP.h | 97 ExmCommandButtonPart command_button; member
|
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/nuvie/menus/ |
H A D | input_dialog.cpp | 149 …command_button = new GUI_TextToggleButton(this, colX[1], buttonY += row_h, yesno_width, height, ye… in init() 150 AddWidget(command_button); in init() 151 button_index[last_index += 1] = command_button; in init() 263 if (command_button->GetSelection()) in callback() 267 config->set("config/input/new_command_bar", command_button->GetSelection() ? "yes" : "no"); in callback()
|
H A D | input_dialog.h | 42 GUI_TextToggleButton *command_button, *direction_button, *doubleclick_button, variable
|
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Widkit/Input/ |
H A D | enum_widget.cpp | 62 entries[i]= command_button (txt, cmd, style); in enum_wk_widget() 68 wk_widget v_but= command_button (v, command (), style|WIDGET_STYLE_BUTTON); in enum_wk_widget()
|
H A D | inputs_list_widget.cpp | 95 buttons_w[1]= command_button (text_wk_widget (translate ("Cancel")), in inputs_list_widget_rep() 99 buttons_w[3]= command_button (text_wk_widget (translate ("Ok")), in inputs_list_widget_rep()
|
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Widkit/ |
H A D | wk_widget.hpp | 114 wk_widget command_button (wk_widget w, command cmd, int style= 0); 115 wk_widget command_button (wk_widget lw, wk_widget rw, command cmd, int st= 0); 116 wk_widget command_button (wk_widget lw, wk_widget cw, wk_widget rw,
|
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Widkit/Button/ |
H A D | button_widget.cpp | 219 command_button (wk_widget w, command cmd, int style) { in command_button() function 224 command_button (wk_widget lw, wk_widget rw, command cmd, int style) { in command_button() function 229 command_button (wk_widget lw, wk_widget cw, wk_widget rw, in command_button() function
|
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Widkit/Basic/ |
H A D | widkit_wrapper.cpp | 184 command_button (widget w, command cmd, int style) { in command_button() function 185 return abstract (command_button (concrete (w), cmd, style)); in command_button() 189 command_button (widget lw, widget cw, widget rw, command cmd, int style) { in command_button() function 190 return abstract (command_button (concrete (lw), concrete (cw), in command_button() 199 return command_button (lw, cw, rw, noop, in menu_group() 207 return command_button (w, cmd, style); in menu_button() 219 return command_button (lw, w, rw, cmd, style); in menu_button()
|
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Widkit/Misc/ |
H A D | color_picker_widget.cpp | 44 return command_button (color_widget (col), in color_button_widget()
|
H A D | file_chooser_widget.cpp | 420 return command_button (text_wk_widget (translate (what)), in button_widget() 460 command_button (text_wk_widget (driveString), in file_chooser_widget_rep()
|
/dports/games/xmris/xmris.4.04/ |
H A D | control.c | 278 static VOIDFUNC command_button PROTOARG((Widget, XtPointer, XtPointer)); 421 static VOIDFUNC command_button 824 XtAddCallback(gptr->widget, XtNcallback, command_button, (XtPointer)ix);
|
/dports/editors/texmacs/TeXmacs-1.99.4-src/TeXmacs/doc/devel/source/ |
H A D | gui.en.tm | 910 \ \ \ \ widget command_button (string s, command cmd);
|
H A D | gui.fr.tm | 909 \ \ \ \ widget command_button (string s, command cmd);
|