wx.Listbook Class Reference

Inheritance diagram for wx.Listbook:

wx.Control wx.Window wx.EvtHandler wx.Object

List of all members.

Public Member Functions

bool AddPage (Window page, wxString text, bool bSelect, int imageId)
bool AddPage (Window page, string text, bool bSelect, int imageId)
void AdvanceSelection (bool forward)
void AssignImageList (ImageList imageList)
Size CalcSizeFromPage (Size sizePage)
bool DeleteAllPages ()
bool DeletePage (int nPage)
Window GetPage (int n)
int GetPageImage (int n)
string GetPageText (int n)
bool InsertPage (int n, Window page, wxString text, bool bSelect, int imageId)
bool InsertPage (int n, Window page, string text, bool bSelect, int imageId)
bool InsertPage (int n, Window page, string text, bool bSelect)
bool InsertPage (int n, Window page, string text)
 Listbook (Window parent, Point pos, Size size, wx.WindowStyles style, string name)
 Listbook (Window parent, Point pos, Size size, wx.WindowStyles style)
 Listbook (Window parent, Point pos, Size size)
 Listbook (Window parent, Point pos)
 Listbook (Window parent)
 Listbook (Window parent, int id, Point pos, Size size, wx.WindowStyles style, string name)
 Listbook (Window parent, int id, Point pos, Size size, wx.WindowStyles style)
 Listbook (Window parent, int id, Point pos, Size size)
 Listbook (Window parent, int id, Point pos)
 Listbook (Window parent, int id)
 Listbook ()
 Listbook (IntPtr wxObject)
bool RemovePage (int nPage)
bool SetPageImage (int n, int imageId)
bool SetPageText (int n, wxString strText)
bool SetPageText (int n, string strText)

Public Attributes

const int wxLB_ALIGN_MASK = 0xf
const int wxLB_BOTTOM = 0x2
const int wxLB_DEFAULT = 0
const int wxLB_LEFT = 0x4
const int wxLB_RIGHT = 0x8
const int wxLB_TOP = 0x1

Properties

ImageList ImageList [get, set]
int PageCount [get]
Size PageSize [set]
int Selection [get, set]
bool Vertical [get]

Events

event EventListener PageChange [add, remove]
event EventListener PageChanging [add, remove]


Constructor & Destructor Documentation

wx.Listbook.Listbook ( IntPtr  wxObject  ) 

wx.Listbook.Listbook (  ) 

wx.Listbook.Listbook ( Window  parent,
int  id 
)

wx.Listbook.Listbook ( Window  parent,
int  id,
Point  pos 
)

wx.Listbook.Listbook ( Window  parent,
int  id,
Point  pos,
Size  size 
)

wx.Listbook.Listbook ( Window  parent,
int  id,
Point  pos,
Size  size,
wx.WindowStyles  style 
)

wx.Listbook.Listbook ( Window  parent,
int  id,
Point  pos,
Size  size,
wx.WindowStyles  style,
string  name 
)

wx.Listbook.Listbook ( Window  parent  ) 

wx.Listbook.Listbook ( Window  parent,
Point  pos 
)

wx.Listbook.Listbook ( Window  parent,
Point  pos,
Size  size 
)

wx.Listbook.Listbook ( Window  parent,
Point  pos,
Size  size,
wx.WindowStyles  style 
)

wx.Listbook.Listbook ( Window  parent,
Point  pos,
Size  size,
wx.WindowStyles  style,
string  name 
)


Member Function Documentation

bool wx.Listbook.AddPage ( Window  page,
wxString  text,
bool  bSelect,
int  imageId 
)

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

void wx.Listbook.AdvanceSelection ( bool  forward  ) 

void wx.Listbook.AssignImageList ( ImageList  imageList  ) 

Size wx.Listbook.CalcSizeFromPage ( Size  sizePage  ) 

bool wx.Listbook.DeleteAllPages (  ) 

bool wx.Listbook.DeletePage ( int  nPage  ) 

Window wx.Listbook.GetPage ( int  n  ) 

int wx.Listbook.GetPageImage ( int  n  ) 

string wx.Listbook.GetPageText ( int  n  ) 

bool wx.Listbook.InsertPage ( int  n,
Window  page,
wxString  text,
bool  bSelect,
int  imageId 
)

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

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

bool wx.Listbook.InsertPage ( int  n,
Window  page,
string  text 
)

bool wx.Listbook.RemovePage ( int  nPage  ) 

bool wx.Listbook.SetPageImage ( int  n,
int  imageId 
)

bool wx.Listbook.SetPageText ( int  n,
wxString  strText 
)

bool wx.Listbook.SetPageText ( int  n,
string  strText 
)


Member Data Documentation

const int wx.Listbook.wxLB_ALIGN_MASK = 0xf

const int wx.Listbook.wxLB_BOTTOM = 0x2

const int wx.Listbook.wxLB_DEFAULT = 0

const int wx.Listbook.wxLB_LEFT = 0x4

const int wx.Listbook.wxLB_RIGHT = 0x8

const int wx.Listbook.wxLB_TOP = 0x1


Property Documentation

ImageList wx.Listbook.ImageList [get, set]

int wx.Listbook.PageCount [get]

Size wx.Listbook.PageSize [set]

int wx.Listbook.Selection [get, set]

bool wx.Listbook.Vertical [get]


Event Documentation

event EventListener wx.Listbook.PageChange [add, remove]

event EventListener wx.Listbook.PageChanging [add, remove]


Manual of the wx.NET   (c) 2003-2011 the wx.NET project at   Get wx.NET at SourceForge.net. Fast, secure and Free Open Source software downloads