]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/notebook.h
the app doesn't exit any more if a dialog is shown (and destroyed) while
[wxWidgets.git] / include / wx / gtk1 / notebook.h
index d65e1a147971709b567e9879b19d9a25ba9f19b6..b046c6526136a1f7f903e616a6b75003496f82cf 100644 (file)
@@ -127,6 +127,9 @@ protected:
     virtual wxNotebookPage *DoRemovePage(int nPage);
 
 private:
+
+    int m_padding;
+
     DECLARE_DYNAMIC_CLASS(wxNotebook)
     DECLARE_EVENT_TABLE()
 };