]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/frame.h
Misc. Motif; removed duplicate wxICON; variant compile fix; added wxString form
[wxWidgets.git] / include / wx / motif / frame.h
index bb719ddac57846cde00f0727b39963b0a20be369..951800935ba2202f62775e9f4a1da0c604667de3 100644 (file)
@@ -147,9 +147,13 @@ public:
   //// Motif-specific
 
   WXWidget GetMenuBarWidget() const ;
-  WXWidget GetShellWidget() const { return m_frameShell; }
-  WXWidget GetWorkAreaWidget() const { return m_workArea; }
-  WXWidget GetClientAreaWidget() const { return m_clientArea; }
+  inline WXWidget GetShellWidget() const { return m_frameShell; }
+  inline WXWidget GetWorkAreaWidget() const { return m_workArea; }
+  inline WXWidget GetClientAreaWidget() const { return m_clientArea; }
+  inline WXWidget GetTopWidget() const { return m_frameShell; }
+
+  // The widget that can have children on it
+  WXWidget GetClientWidget() const;
   bool GetVisibleStatus() const { return m_visibleStatus; }
 
   bool PreResize();