]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/notebook.h
Use some wxX11 files (currently pen.cpp and brush.cpp) in wxMotif.
[wxWidgets.git] / include / wx / gtk / notebook.h
index 5d6abe99325fcce0b34a700d553ad57d08004ead..ec9ce37371478bc46cba30307ab3cc09bf447684 100644 (file)
@@ -122,12 +122,15 @@ public:
     // selection internally instead of querying the notebook for it
     int m_selection;
 
     // selection internally instead of querying the notebook for it
     int m_selection;
 
+    // flag set to TRUE while we're inside "switch_page" callback
+    bool m_inSwitchPage;
+
 protected:
     // remove one page from the notebook but do not destroy it
     virtual wxNotebookPage *DoRemovePage(int nPage);
 
 private:
 protected:
     // remove one page from the notebook but do not destroy it
     virtual wxNotebookPage *DoRemovePage(int nPage);
 
 private:
-
+    // the padding set by SetPadding()
     int m_padding;
 
     DECLARE_DYNAMIC_CLASS(wxNotebook)
     int m_padding;
 
     DECLARE_DYNAMIC_CLASS(wxNotebook)