]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/app.h
got rid of wxWindow::m_lDlgCode - now wxWANTS_CHARS style should work for all windows...
[wxWidgets.git] / include / wx / x11 / app.h
index d3bc19d40b8441bc48959658c1024291854fdb3f..66cdcb09a8dff26ffd8f772be1dae69d16461493 100644 (file)
@@ -72,8 +72,6 @@ public:
     // Returns TRUE if more idle time is requested.
     bool SendIdleEvents(wxWindow* win);
     
-    // Motif implementation.
-    
     // Processes an X event.
     virtual void ProcessXEvent(WXEvent* event);
     
@@ -97,9 +95,7 @@ public:
     void DeletePendingObjects();
     bool ProcessIdle();
     
-    // Motif-specific
-    WXAppContext   GetAppContext() const { return m_appContext; }
-    WXWidget       GetTopLevelWidget() const { return m_topLevelWidget; }
+    WXWindow       GetTopLevelWidget() const { return m_topLevelWidget; }
     WXColormap     GetMainColormap(WXDisplay* display);
     WXDisplay*     GetInitialDisplay() const { return m_initialDisplay; }
     long           GetMaxRequestSize() const { return m_maxRequestSize; }
@@ -114,9 +110,7 @@ public:
 protected:
     bool                  m_keepGoing;
     
-    // Motif-specific
-    WXAppContext          m_appContext;
-    WXWidget              m_topLevelWidget;
+    WXWindow              m_topLevelWidget;
     WXColormap            m_mainColormap;
     WXDisplay*            m_initialDisplay;
     long                  m_maxRequestSize;