Listbook Class Reference

Inheritance diagram for Listbook:

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="")
 this (Window parent, Point pos=wxDefaultPosition, Size size=wxDefaultSize, int style=0, string name="")
int Selection ()
void Selection (int value)
bool SetPageText (int n, string strText)
string GetPageText (int n)
int GetPageImage (int n)
bool SetPageImage (int n, int imageId)
Size CalcSizeFromPage (Size sizePage)
bool InsertPage (int n, Window page, string text)
bool InsertPage (int n, Window page, string text, bool bSelect)
bool InsertPage (int n, Window page, string text, bool bSelect, int imageId)
void imageList (ImageList value)
ImageList imageList ()
bool Vertical ()
int PageCount ()
Window GetPage (int n)
void AssignImageList (ImageList imageList)
void PageSize (Size value)
bool DeletePage (int nPage)
bool RemovePage (int nPage)
bool DeleteAllPages ()
bool AddPage (Window page, string text, bool bSelect, int imageId)
void AdvanceSelection (bool forward)
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 wxLB_DEFAULT = 0
const int wxLB_TOP = 0x1
const int wxLB_BOTTOM = 0x2
const int wxLB_LEFT = 0x4
const int wxLB_RIGHT = 0x8
const int wxLB_ALIGN_MASK = 0xf


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 = "" 
)

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


Member Function Documentation

static wxObject New ( IntPtr  wxobj  )  [static]

Reimplemented from Control.

int Selection (  ) 

void Selection ( int  value  ) 

bool SetPageText ( int  n,
string  strText 
)

string GetPageText ( int  n  ) 

int GetPageImage ( int  n  ) 

bool SetPageImage ( int  n,
int  imageId 
)

Size CalcSizeFromPage ( Size  sizePage  ) 

bool InsertPage ( int  n,
Window  page,
string  text 
)

bool InsertPage ( int  n,
Window  page,
string  text,
bool  bSelect 
)

bool InsertPage ( int  n,
Window  page,
string  text,
bool  bSelect,
int  imageId 
)

void imageList ( ImageList  value  ) 

ImageList imageList (  ) 

bool Vertical (  ) 

int PageCount (  ) 

Window GetPage ( int  n  ) 

void AssignImageList ( ImageList  imageList  ) 

void PageSize ( Size  value  ) 

bool DeletePage ( int  nPage  ) 

bool RemovePage ( int  nPage  ) 

bool DeleteAllPages (  ) 

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

void AdvanceSelection ( bool  forward  ) 

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 wxLB_DEFAULT = 0

const int wxLB_TOP = 0x1

const int wxLB_BOTTOM = 0x2

const int wxLB_LEFT = 0x4

const int wxLB_RIGHT = 0x8

const int wxLB_ALIGN_MASK = 0xf


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