]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/dcclient.h
added a "lib" target for generating a wxPython library for static
[wxWidgets.git] / include / wx / motif / dcclient.h
index 030010dfeee14251a7c53946aff5bf015a274c43..6784cda790f3bcae73c26857dba148aa75bd97d9 100644 (file)
@@ -96,6 +96,11 @@ class WXDLLEXPORT wxWindowDC: public wxDC
     // Motif-specific
     void SetDCClipping (); // Helper function for setting clipping
 
+    inline WXGC GetGC() const { return m_gc; }
+    inline WXDisplay* GetDisplay() const { return m_display; }
+    inline bool GetAutoSetting() const { return m_autoSetting; }
+    inline void SetAutoSetting(bool flag) { m_autoSetting = flag; }
+
 protected:
     WXGC         m_gc;
     WXGC         m_gcBacking;