]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/data.cpp
define _timezone for VisualAge
[wxWidgets.git] / src / gtk / data.cpp
index 4ac923829496044d6ec078faaa639f28a962082e..6ecbf2a917a5dbde3d6638a8aee3e1569bd547ee 100644 (file)
@@ -7,7 +7,6 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-
 #ifdef __GNUG__
 // #pragma implementation
 #endif
 
 #define _MAXPATHLEN 500
 
-/* Used for X resources */
-#include <X11/Xlib.h>
-#include <X11/Xutil.h>
-#include <X11/Xresource.h>
-
-wxResourceCache *wxTheResourceCache = (wxResourceCache *) NULL;
-XrmDatabase wxResourceDatabase;
-
 /* Useful buffer, initialized in wxCommonInit */
 wxChar *wxBuffer = (wxChar *) NULL;
 
@@ -49,6 +40,9 @@ bool g_blockEventsOnDrag = FALSE;
 /* Don't allow mouse event propagation during scroll */
 bool g_blockEventsOnScroll = FALSE;
 
+/* Don't allow window closing if there are open dialogs */
+int g_openDialogs = 0;
+
 /* TRUE when the message queue is empty. this gets set to
    FALSE by all event callbacks before anything else is done */
 bool g_isIdle = FALSE;
@@ -171,6 +165,7 @@ const wxChar *wxInternalErrorStr = wxT("wxWindows Internal Error");
 const wxChar *wxFatalErrorStr = wxT("wxWindows Fatal Error");
 const wxChar *wxDirDialogNameStr = wxT("wxDirCtrl");
 const wxChar *wxDirDialogDefaultFolderStr = wxT("/");
+const wxChar *wxTreeCtrlNameStr = wxT("wxTreeCtrl");
 
 /* See wx/utils.h */
 const wxChar *wxFloatToStringStr = wxT("%.2f");