]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/notebook.h
added support for POST method and alternate ports (part of patch 649438)
[wxWidgets.git] / include / wx / gtk1 / notebook.h
index 5d6abe99325fcce0b34a700d553ad57d08004ead..2151aa93c53cb2f26f0827a90742fbb0c48f4890 100644 (file)
@@ -5,7 +5,7 @@
 // Modified by:
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart and Robert Roebling
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef __GTKNOTEBOOKH__
@@ -122,12 +122,15 @@ public:
     // 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:
-
+    // the padding set by SetPadding()
     int m_padding;
 
     DECLARE_DYNAMIC_CLASS(wxNotebook)