]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/notebook.h
Add test for absence of events from wxSpinCtrlDouble ctor.
[wxWidgets.git] / interface / wx / notebook.h
index 59829ac0d82fc7d3ab38a3033bda250d6ad06b65..d3cace77768e984592704d6adbdab338405666bd 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        notebook.h
 // Purpose:     interface of wxNotebook
 // Author:      wxWidgets team
 // Name:        notebook.h
 // Purpose:     interface of wxNotebook
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -26,6 +25,10 @@ enum
 #define wxNB_NOPAGETHEME      0x0400
 #define wxNB_FLAT             0x0800
 
 #define wxNB_NOPAGETHEME      0x0400
 #define wxNB_FLAT             0x0800
 
+wxEventType wxEVT_NOTEBOOK_PAGE_CHANGED;
+wxEventType wxEVT_NOTEBOOK_PAGE_CHANGING;
+
+
 /**
     @class wxNotebook
 
 /**
     @class wxNotebook
 
@@ -65,10 +68,10 @@ enum
     @beginEventEmissionTable{wxBookCtrlEvent}
     @event{EVT_NOTEBOOK_PAGE_CHANGED(id, func)}
         The page selection was changed.
     @beginEventEmissionTable{wxBookCtrlEvent}
     @event{EVT_NOTEBOOK_PAGE_CHANGED(id, func)}
         The page selection was changed.
-        Processes a @c wxEVT_COMMAND_NOTEBOOK_PAGE_CHANGED event.
+        Processes a @c wxEVT_NOTEBOOK_PAGE_CHANGED event.
     @event{EVT_NOTEBOOK_PAGE_CHANGING(id, func)}
         The page selection is about to be changed.
     @event{EVT_NOTEBOOK_PAGE_CHANGING(id, func)}
         The page selection is about to be changed.
-        Processes a @c wxEVT_COMMAND_NOTEBOOK_PAGE_CHANGING event.
+        Processes a @c wxEVT_NOTEBOOK_PAGE_CHANGING event.
         This event can be vetoed.
     @endEventTable
 
         This event can be vetoed.
     @endEventTable
 
@@ -106,7 +109,7 @@ enum
 
     @library{wxcore}
     @category{bookctrl}
 
     @library{wxcore}
     @category{bookctrl}
-    @appearance{notebook.png}
+    @appearance{notebook}
 
     @see wxBookCtrl, wxBookCtrlEvent, wxImageList, @ref page_samples_notebook
 */
 
     @see wxBookCtrl, wxBookCtrlEvent, wxImageList, @ref page_samples_notebook
 */