Notebook Class Reference

Inheritance diagram for Notebook:

Control Window EvtHandler wxObject IDisposable

List of all members.

Public Member Functions

 this (IntPtr wxobj)
 this ()
 this (Window parent, int id, Point pos=wxDefaultPosition, Size size=wxDefaultSize, int style=0, string name=wxNOTEBOOK_NAME)
 this (Window parent, Point pos=wxDefaultPosition, Size size=wxDefaultSize, int style=0, string name=wxNOTEBOOK_NAME)
bool AddPage (Window page, string text)
bool AddPage (Window page, string text, bool select)
bool AddPage (Window page, string text, bool select, int imageId)
void Images (ImageList value)
ImageList Images ()
int PageCount ()
Window GetPage (int page)
int Selection ()
void Selection (int value)
void AdvanceSelection (bool forward)
bool SetPageText (int page, string text)
string GetPageText (int page)
void AssignImageList (ImageList imageList)
int GetPageImage (int page)
bool SetPageImage (int page, int image)
int RowCount ()
void PageSize (Size value)
void Padding (Size value)
void TabSize (Size value)
bool DeletePage (int page)
bool RemovePage (int page)
bool DeleteAllPages ()
bool InsertPage (int page, Window window, string text, bool select, int image)
void PageChange_Add (EventListener value)
void PageChange_Remove (EventListener value)
void PageChanging_Add (EventListener value)
void PageChanging_Remove (EventListener value)

Static Public Member Functions

static wxObject New (IntPtr wxobj)

Public Attributes

const int wxNB_FIXEDWIDTH = 0x0010
const int wxNB_TOP = 0x0000
const int wxNB_LEFT = 0x0020
const int wxNB_RIGHT = 0x0040
const int wxNB_BOTTOM = 0x0080
const int wxNB_MULTILINE = 0x0100
const string wxNOTEBOOK_NAME = "notebook"


Constructor & Destructor Documentation

this ( IntPtr  wxobj  ) 

Reimplemented from Control.

this (  ) 

this ( Window  parent,
int  id,
Point  pos = wxDefaultPosition,
Size  size = wxDefaultSize,
int  style = 0,
string  name = wxNOTEBOOK_NAME 
)

this ( Window  parent,
Point  pos = wxDefaultPosition,
Size  size = wxDefaultSize,
int  style = 0,
string  name = wxNOTEBOOK_NAME 
)


Member Function Documentation

static wxObject New ( IntPtr  wxobj  )  [static]

Reimplemented from Control.

bool AddPage ( Window  page,
string  text 
)

bool AddPage ( Window  page,
string  text,
bool  select 
)

bool AddPage ( Window  page,
string  text,
bool  select,
int  imageId 
)

void Images ( ImageList  value  ) 

ImageList Images (  ) 

int PageCount (  ) 

Window GetPage ( int  page  ) 

int Selection (  ) 

void Selection ( int  value  ) 

void AdvanceSelection ( bool  forward  ) 

bool SetPageText ( int  page,
string  text 
)

string GetPageText ( int  page  ) 

void AssignImageList ( ImageList  imageList  ) 

int GetPageImage ( int  page  ) 

bool SetPageImage ( int  page,
int  image 
)

int RowCount (  ) 

void PageSize ( Size  value  ) 

void Padding ( Size  value  ) 

void TabSize ( Size  value  ) 

bool DeletePage ( int  page  ) 

bool RemovePage ( int  page  ) 

bool DeleteAllPages (  ) 

bool InsertPage ( int  page,
Window  window,
string  text,
bool  select,
int  image 
)

void PageChange_Add ( EventListener  value  ) 

void PageChange_Remove ( EventListener  value  ) 

void PageChanging_Add ( EventListener  value  ) 

void PageChanging_Remove ( EventListener  value  ) 


Member Data Documentation

const int wxNB_FIXEDWIDTH = 0x0010

const int wxNB_TOP = 0x0000

const int wxNB_LEFT = 0x0020

const int wxNB_RIGHT = 0x0040

const int wxNB_BOTTOM = 0x0080

const int wxNB_MULTILINE = 0x0100

const string wxNOTEBOOK_NAME = "notebook"


The documentation for this class was generated from the following file:
Generated on Sun Feb 1 21:30:27 2009 for wxD by  doxygen 1.5.4