Home
last modified time | relevance | path

Searched refs:BUTTON_NORMAL (Results 1 – 25 of 72) sorted by path

123

/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/include/
H A DFXButton.h48 BUTTON_NORMAL = (FRAME_RAISED|FRAME_THICK|JUSTIFY_NORMAL|ICON_BEFORE_TEXT) enumerator
101 … text,FXIcon* ic=NULL,FXObject* tgt=NULL,FXSelector sel=0,FXuint opts=BUTTON_NORMAL,FXint x=0,FXin…
H A DFXPicker.h59 … text,FXIcon* ic=NULL,FXObject* tgt=NULL,FXSelector sel=0,FXuint opts=BUTTON_NORMAL,FXint x=0,FXin…
/dports/audio/gogglesmm/gogglesmm-1.2.2/src/
H A DGMPreferencesDialog.cpp548 new GMButton(matrix,tr("Change…"),nullptr,this,ID_CHANGE_FONT,BUTTON_NORMAL|LAYOUT_CENTER_Y); in FXIMPLEMENT()
645 …new GMButton(matrix,tr("Apply Changes"),nullptr,this,ID_APPLY_AUDIO,BUTTON_NORMAL|LAYOUT_FILL_COLU… in FXIMPLEMENT()
H A Dfxext.h194 …FXIcon* ic=nullptr,FXObject* tgt=nullptr,FXSelector sel=0,FXuint opts=BUTTON_NORMAL,FXint x=0,FXin…
292 …FXIcon* ic=nullptr,FXObject* tgt=nullptr,FXSelector sel=0,FXuint opts=BUTTON_NORMAL,FXint x=0,FXin…
/dports/audio/rezound/rezound-0.13.1beta/src/frontend_fox/
H A DCActionParamDialog.cpp942 …ouble-Click an Item in the List"),NULL,this,ID_USER_PRESET_USE_BUTTON,BUTTON_NORMAL|LAYOUT_FILL_X); in buildPresetLists()
943 …new FXButton(buttonGroup,_("&Save"),NULL,this,ID_USER_PRESET_SAVE_BUTTON,BUTTON_NORMAL|LAYOUT_FILL… in buildPresetLists()
944 …new FXButton(buttonGroup,_("&Remove"),NULL,this,ID_USER_PRESET_REMOVE_BUTTON,BUTTON_NORMAL|LAYOUT_… in buildPresetLists()
H A DCChannelSelectDialog.cpp70 new FXButton(buttonPacker,_("Default"),NULL,this,ID_DEFAULT_BUTTON,BUTTON_NORMAL); in FXIMPLEMENT()
71 new FXButton(buttonPacker,_("Clear"),NULL,this,ID_CLEAR_BUTTON,BUTTON_NORMAL); in FXIMPLEMENT()
H A DCKeyBindingsDialog.cpp58 new FXButton(t,_("Assign No Key"),NULL,this,ID_NOKEY_BUTTON, BUTTON_NORMAL|LAYOUT_CENTER_X); in CAssignPopup()
59 new FXButton(t,_("Cancel"),NULL,this,ID_CANCEL, BUTTON_NORMAL|LAYOUT_CENTER_X); in CAssignPopup()
H A DCMainWindow.cpp289 …hange Crossfade Times"),NULL,this,ID_CROSSFADE_EDGES_SETTINGS_BUTTON, BUTTON_NORMAL & ~FRAME_THICK… in FXIMPLEMENT()
297 … Macro")+string(" ")).c_str(),FOXIcons->OffLED1,this,ID_RECORD_MACRO, BUTTON_NORMAL|ICON_BEFORE_TE… in FXIMPLEMENT()
H A DCPasteChannelsDialog.cpp104 new FXButton(buttonPacker,_("Default"),NULL,this,ID_DEFAULT_BUTTON,BUTTON_NORMAL|LAYOUT_CENTER_Y); in FXIMPLEMENT()
105 new FXButton(buttonPacker,_("Clear"),NULL,this,ID_CLEAR_BUTTON,BUTTON_NORMAL|LAYOUT_CENTER_Y); in FXIMPLEMENT()
H A DCRecordDialog.cpp117 … any further recorded data"),NULL,this,ID_DC_OFFSET_COMPENSATE_BUTTON,BUTTON_NORMAL|LAYOUT_CENTER_… in FXIMPLEMENT()
H A DFXPluginRoutingParamValue.cpp196 …the Selected Sound as a Source Above"),NULL,this,ID_ADD_SOURCE_BUTTON,BUTTON_NORMAL|LAYOUT_FILL_X);
197 …reate a New Instance of the Plugin"),NULL,this,ID_NEW_INSTANCE_BUTTON,BUTTON_NORMAL|LAYOUT_FILL_X);
198 …("Default\tGuess at the Desired Routing"),NULL,this,ID_DEFAULT_BUTTON,BUTTON_NORMAL|LAYOUT_FILL_X);
199 new FXButton(p2,_("Clear"),NULL,this,ID_RESET_BUTTON,BUTTON_NORMAL|LAYOUT_FILL_X);
H A DFileActionDialogs.cpp190 new FXButton(device,_("Detect"),NULL,this,ID_DETECT_DEVICE_BUTTON,BUTTON_NORMAL|LAYOUT_RIGHT); in FXIMPLEMENT()
231 new FXButton(p,_("Remove Macro"),NULL,this,ID_REMOVE_BUTTON,BUTTON_NORMAL|LAYOUT_LEFT); in FXIMPLEMENT()
H A DFilterActionDialogs.cpp372 …g("->\t")+_("Copy Response 1 to Response 2"),NULL,this,ID_COPY_1_TO_2,BUTTON_NORMAL|LAYOUT_FILL_X); in FXIMPLEMENT()
373 …"<>\t")+_("Swap Response 1 and Response 2"),NULL,this,ID_SWAP_1_AND_2,BUTTON_NORMAL|LAYOUT_FILL_X); in FXIMPLEMENT()
374 …g("<-\t")+_("Copy Response 2 to Response 1"),NULL,this,ID_COPY_2_TO_1,BUTTON_NORMAL|LAYOUT_FILL_X); in FXIMPLEMENT()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/hidapi/testgui/
H A Dtest.cpp149 …connect_button = new FXButton(buttonVF, "Connect", NULL, this, ID_CONNECT, BUTTON_NORMAL|LAYOUT_FI… in MainWindow()
150 …disconnect_button = new FXButton(buttonVF, "Disconnect", NULL, this, ID_DISCONNECT, BUTTON_NORMAL|… in MainWindow()
152 …rescan_button = new FXButton(buttonVF, "Re-Scan devices", NULL, this, ID_RESCAN, BUTTON_NORMAL|LAY… in MainWindow()
170 …tton(matrix, "Send Output Report", NULL, this, ID_SEND_OUTPUT_REPORT, BUTTON_NORMAL|LAYOUT_FILL_X); in MainWindow()
177 …on(matrix, "Send Feature Report", NULL, this, ID_SEND_FEATURE_REPORT, BUTTON_NORMAL|LAYOUT_FILL_X); in MainWindow()
182 …tton(matrix, "Get Feature Report", NULL, this, ID_GET_FEATURE_REPORT, BUTTON_NORMAL|LAYOUT_FILL_X); in MainWindow()
191 new FXButton(innerVF, "Clear", NULL, this, ID_CLEAR, BUTTON_NORMAL|LAYOUT_RIGHT); in MainWindow()
/dports/cad/sumo/sumo-1.2.0/src/utils/foxtools/
H A DMFXCheckableButton.h39 FXuint opts = BUTTON_NORMAL,
/dports/cad/sumo/sumo-1.2.0/src/utils/gui/div/
H A DGUIDesigns.h104 #define GUIDesignButtonToolbarCheckable (BUTTON_NORMAL | LAYOUT_FIX_WIDTH | LAYOUT_FIX_HEIGHT),…
107 #define GUIDesignButtonToolbarSupermode (BUTTON_NORMAL | LAYOUT_FIX_WIDTH | LAYOUT_FIX_HEIGHT),…
/dports/comms/hidapi/hidapi-hidapi-0.11.0/testgui/
H A Dtest.cpp149 …connect_button = new FXButton(buttonVF, "Connect", NULL, this, ID_CONNECT, BUTTON_NORMAL|LAYOUT_FI… in MainWindow()
150 …disconnect_button = new FXButton(buttonVF, "Disconnect", NULL, this, ID_DISCONNECT, BUTTON_NORMAL|… in MainWindow()
152 …rescan_button = new FXButton(buttonVF, "Re-Scan devices", NULL, this, ID_RESCAN, BUTTON_NORMAL|LAY… in MainWindow()
170 …tton(matrix, "Send Output Report", NULL, this, ID_SEND_OUTPUT_REPORT, BUTTON_NORMAL|LAYOUT_FILL_X); in MainWindow()
177 …on(matrix, "Send Feature Report", NULL, this, ID_SEND_FEATURE_REPORT, BUTTON_NORMAL|LAYOUT_FILL_X); in MainWindow()
182 …tton(matrix, "Get Feature Report", NULL, this, ID_GET_FEATURE_REPORT, BUTTON_NORMAL|LAYOUT_FILL_X); in MainWindow()
191 new FXButton(innerVF, "Clear", NULL, this, ID_CLEAR, BUTTON_NORMAL|LAYOUT_RIGHT); in MainWindow()
/dports/devel/gwenhywfar-fox16/gwenhywfar-5.6.0/gui/fox16/
H A Dfox16_gui_dialog.cpp2012 opts|=BUTTON_DEFAULT | BUTTON_INITIAL | BUTTON_NORMAL; in setupTree()
2014 opts|=BUTTON_NORMAL; in setupTree()
H A Dtheme.h43 FXObject *tgt=NULL, FXSelector sel=0, FXuint opts=BUTTON_NORMAL,
/dports/devel/gwenhywfar-gtk2/gwenhywfar-5.6.0/gui/fox16/
H A Dfox16_gui_dialog.cpp2012 opts|=BUTTON_DEFAULT | BUTTON_INITIAL | BUTTON_NORMAL; in setupTree()
2014 opts|=BUTTON_NORMAL; in setupTree()
H A Dtheme.h43 FXObject *tgt=NULL, FXSelector sel=0, FXuint opts=BUTTON_NORMAL,
/dports/devel/gwenhywfar-gtk3/gwenhywfar-5.6.0/gui/fox16/
H A Dfox16_gui_dialog.cpp2012 opts|=BUTTON_DEFAULT | BUTTON_INITIAL | BUTTON_NORMAL; in setupTree()
2014 opts|=BUTTON_NORMAL; in setupTree()
H A Dtheme.h43 FXObject *tgt=NULL, FXSelector sel=0, FXuint opts=BUTTON_NORMAL,
/dports/devel/gwenhywfar-qt5/gwenhywfar-5.6.0/gui/fox16/
H A Dfox16_gui_dialog.cpp2012 opts|=BUTTON_DEFAULT | BUTTON_INITIAL | BUTTON_NORMAL; in setupTree()
2014 opts|=BUTTON_NORMAL; in setupTree()
H A Dtheme.h43 FXObject *tgt=NULL, FXSelector sel=0, FXuint opts=BUTTON_NORMAL,

123