]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/confbase.h
Fixed missing paint events when overriding DoMoveWindow()
[wxWidgets.git] / include / wx / confbase.h
index fb9f8f71275a114b38d930a493667b7375785f1e..840b5ed9a7b3c48b0ea4aa779cfaeb2181a0e331 100644 (file)
@@ -226,6 +226,9 @@ public:
     // misc accessors
   wxString GetAppName() const { return m_appName; }
   wxString GetVendorName() const { return m_vendorName; }
     // misc accessors
   wxString GetAppName() const { return m_appName; }
   wxString GetVendorName() const { return m_vendorName; }
+  // Used wxIniConfig to set members in constructor
+  void SetAppName(const wxString& appName) { m_appName = appName; }
+  void SetVendorName(const wxString& vendorName) { m_vendorName = vendorName; }
 
   void SetStyle(long style) { m_style = style; }
   long GetStyle() const { return m_style; }
 
   void SetStyle(long style) { m_style = style; }
   long GetStyle() const { return m_style; }