wxTreebookEvent Class Reference

#include <treebook.h>

List of all members.

Public Member Functions

 wxTreebookEvent (wxEventType commandType=wxEVT_NULL, int id=0, int nSel=wxNOT_FOUND, int nOldSel=wxNOT_FOUND)
 wxTreebookEvent (const wxTreebookEvent &event)
virtual wxEvent * Clone () const


Detailed Description

Definition at line 269 of file treebook.h.


Constructor & Destructor Documentation

wxTreebookEvent::wxTreebookEvent wxEventType  commandType = wxEVT_NULL,
int  id = 0,
int  nSel = wxNOT_FOUND,
int  nOldSel = wxNOT_FOUND
[inline]
 

Definition at line 272 of file treebook.h.

00274         : wxBookCtrlBaseEvent(commandType, id, nSel, nOldSel)
00275     {
00276     }

wxTreebookEvent::wxTreebookEvent const wxTreebookEvent event  )  [inline]
 

Definition at line 278 of file treebook.h.

00279         : wxBookCtrlBaseEvent(event)
00280     {
00281     }


Member Function Documentation

virtual wxEvent* wxTreebookEvent::Clone void   )  const [inline, virtual]
 

Definition at line 283 of file treebook.h.

00283 { return new wxTreebookEvent(*this); }


The documentation for this class was generated from the following file:
Generated on Sat Nov 10 04:03:20 2007 for Camelot by  doxygen 1.4.4