23 #ifndef BAGEL_DIALOGS_OPT_WINDOW_H 24 #define BAGEL_DIALOGS_OPT_WINDOW_H 26 #include "bagel/spacebar/boflib/gui/dialog.h" 27 #include "bagel/spacebar/boflib/gui/button.h" 28 #include "bagel/spacebar/boflib/gui/scroll_bar.h" 29 #include "bagel/spacebar/boflib/gui/text_box.h" 44 #define NUM_SYS_BUTTONS 8 50 virtual ErrorCode attach();
51 virtual ErrorCode detach();
56 void loadIniSettings();
61 void saveOutNewSettings();
66 void returnToDefaults();
79 void onPaint(
CBofRect *pRect)
override;
80 void onInitDialog()
override;
82 void onBofScrollBar(
CBofObject *pObject,
int nPos)
override;
83 void onBofButton(
CBofObject *pObject,
int nState)
override;
84 void onKeyHit(uint32 lKey, uint32 lRepCount)
override;
104 const char *buildSysDir(
const char *pszFile);
Definition: opt_window.h:34
Definition: opt_window.h:46