diff options
Diffstat (limited to 'plugins/TopToolBar/common.h')
-rw-r--r-- | plugins/TopToolBar/common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/TopToolBar/common.h b/plugins/TopToolBar/common.h index 61fdbdcd0d..04e3474c47 100644 --- a/plugins/TopToolBar/common.h +++ b/plugins/TopToolBar/common.h @@ -41,6 +41,7 @@ #define TTBDEFAULT_SELBKCOLOUR GetSysColor(COLOR_HIGHLIGHT)
#define TTBBF_INTERNAL 0x1000000
+#define TTBBF_OPTIONAL 0x2000000
///////////////////////////////////////////////////////////////////////////////
// TopButtonInt class
@@ -86,6 +87,8 @@ int TTBOptInit(WPARAM wParam, LPARAM lParam); //append string
char __inline *AS(char *str, const char *setting, char *addstr);
+TopButtonInt* CreateButton(TTBButton* but);
+
int ttbOptionsChanged();
int ArrangeButtons();
|