]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/listbook.h
Move code removing "-psn_xxx" command line arguments to common code.
[wxWidgets.git] / interface / wx / listbook.h
index 5219482fed36caddf8585d7aa98b3f858d2d847a..2561f3931fd480be47b45f58210126c54fde36ee 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        listbook.h
 // Purpose:     interface of wxListbook
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -14,8 +13,8 @@
 #define wxLB_RIGHT            wxBK_RIGHT
 #define wxLB_ALIGN_MASK       wxBK_ALIGN_MASK
 
-wxEventType wxEVT_COMMAND_LISTBOOK_PAGE_CHANGED;
-wxEventType wxEVT_COMMAND_LISTBOOK_PAGE_CHANGING;
+wxEventType wxEVT_LISTBOOK_PAGE_CHANGED;
+wxEventType wxEVT_LISTBOOK_PAGE_CHANGING;
 
 /**
     @class wxListbook
@@ -48,10 +47,10 @@ wxEventType wxEVT_COMMAND_LISTBOOK_PAGE_CHANGING;
     @beginEventEmissionTable{wxBookCtrlEvent}
     @event{EVT_LISTBOOK_PAGE_CHANGED(id, func)}
         The page selection was changed.
-        Processes a @c wxEVT_COMMAND_LISTBOOK_PAGE_CHANGED event.
+        Processes a @c wxEVT_LISTBOOK_PAGE_CHANGED event.
     @event{EVT_LISTBOOK_PAGE_CHANGING(id, func)}
         The page selection is about to be changed.
-        Processes a @c wxEVT_COMMAND_LISTBOOK_PAGE_CHANGING event.
+        Processes a @c wxEVT_LISTBOOK_PAGE_CHANGING event.
         This event can be vetoed.
     @endEventTable