Update of /cvsroot/sharedaemon/ui-wx/src
In directory sc8-pr-cvs1:/tmp/cvs-serv32681
Modified Files:
defines.h
Log Message:
* Global class declarations moved to defines.h where they belong.
Index: defines.h
===================================================================
RCS file: /cvsroot/sharedaemon/ui-wx/src/defines.h,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- defines.h 21 Nov 2003 04:44:52 -0000 1.34
+++ defines.h 23 Nov 2003 09:52:08 -0000 1.35
@@ -50,17 +50,17 @@
#define wxHAS_TASK_BAR_ICON
#endif
+extern class CServerWnd *serverwnd;
+extern class CSearchWnd *searchwnd;
+extern class CTransferWnd *transferwnd;
+extern class CMessagesWnd *messageswnd;
+extern class CSharedFilesWnd *sharedfileswnd;
+extern class CStatisticsWnd *statisticswnd;
+extern class CToolBar *toolbar;
extern wxConfigBase *m_config;
/* ID codes for our controls */
enum {
- /**
- * Main Toolbar
- * DO NOT change these values, saving last open page between sessions
- * depends on these values being 1000-x, if you do change these values,
- * strange things might start to happen (like last open page is
- * forgotten!)
- */
ID_BTN_CONNECT = 1000,
ID_BTN_SERVERS,
ID_BTN_TRANSFER,
|