diff options
author | Alexey Kulakov <panda75@bk.ru> | 2012-06-24 10:31:17 +0000 |
---|---|---|
committer | Alexey Kulakov <panda75@bk.ru> | 2012-06-24 10:31:17 +0000 |
commit | 74dedd8bbf8ec9b3ca1e0f07fc603875697aa9b3 (patch) | |
tree | 6a734f5d5300e789265d82349a5b24830af2bd2a /plugins/TopToolBar/common.h | |
parent | 66b49434b600a3b326697393a86c93129f545e92 (diff) |
resource buttons aligned
added path browse button for launch buttons
service addition/deletion reaction in option view addded
git-svn-id: http://svn.miranda-ng.org/main/trunk@598 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TopToolBar/common.h')
-rw-r--r-- | plugins/TopToolBar/common.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/TopToolBar/common.h b/plugins/TopToolBar/common.h index 04e3474c47..4e4c31f393 100644 --- a/plugins/TopToolBar/common.h +++ b/plugins/TopToolBar/common.h @@ -109,7 +109,10 @@ extern LIST<void> arHooks, arServices; extern HBITMAP hBmpBackground, hBmpSeparator;
extern int BUTTWIDTH, BUTTHEIGHT, BUTTGAP;
-int OptionsPageRebuild();
+void AddToOptions(TopButtonInt* b);
+void RemoveFromOptions(int id);
+
+//int OptionsPageRebuild();
void lockbut();
void ulockbut();
|