Home
last modified time | relevance | path

Searched refs:DEF_BUTTON (Results 1 – 2 of 2) sorted by path

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Ddialog.c188 #define DEF_BUTTON 0x10 macro
264 if (BtnDesc & DEF_BUTTON) {
601 SetupMBButton(MBInfoPtr, MD_BUTTON | DEF_BUTTON, 'o', MB_ID_OK);
605 SetupMBButton(MBInfoPtr, LF_BUTTON | DEF_BUTTON, 'y', MB_ID_YES);
610 SetupMBButton(MBInfoPtr, LF_BUTTON | DEF_BUTTON, 'o', MB_ID_OK);
615 SetupMBButton(MBInfoPtr, LF_BUTTON | DEF_BUTTON, 'y', MB_ID_YES);
629 SetupMBButton(MBInfoPtr, XT_BUTTON | DEF_BUTTON, extraBtnChar,
/dports/multimedia/dvdstyler/DVDStyler-3.1/src/
H A DConfig.h33 const wxString DEF_BUTTON = wxT("frame-v2.xml"); variable
169 CONFIG_PROP(DefButton, _T("Interface/DefButton"), DEF_BUTTON)