GridBagSizer Class Reference

Inheritance diagram for GridBagSizer:

FlexGridSizer GridSizer Sizer wxObject IDisposable

List of all members.

Public Member Functions

 this (int vgap, int hgap)
bool Add (Window window, GBPosition pos, GBSpan span, int flag, int border, wxObject userData)
bool Add (Sizer sizer, GBPosition pos, GBSpan span, int flag, int border, wxObject userData)
bool Add (int width, int height, GBPosition pos, GBSpan span, int flag, int border, wxObject userData)
bool Add (GBSizerItem item)
Size EmptyCellSize ()
void EmptyCellSize (Size value)
Size GetCellSize (int row, int col)
GBPosition GetItemPosition (Window window)
GBPosition GetItemPosition (Sizer sizer)
GBPosition GetItemPosition (int index)
bool SetItemPosition (Window window, GBPosition pos)
bool SetItemPosition (Sizer sizer, GBPosition pos)
bool SetItemPosition (int index, GBPosition pos)
GBSpan GetItemSpan (Window window)
GBSpan GetItemSpan (Sizer sizer)
GBSpan GetItemSpan (int index)
bool SetItemSpan (Window window, GBSpan span)
bool SetItemSpan (Sizer sizer, GBSpan span)
bool SetItemSpan (int index, GBSpan span)
GBSizerItem FindItem (Window window)
GBSizerItem FindItem (Sizer sizer)
GBSizerItem FindItemAtPosition (GBPosition pos)
GBSizerItem FindItemAtPoint (Point pt)
GBSizerItem FindItemWithData (wxObject userData)
bool CheckForIntersection (GBSizerItem item, GBSizerItem excludeItem)
bool CheckForIntersection (GBPosition pos, GBSpan span, GBSizerItem excludeItem)

Static Public Member Functions

static wxObject New (IntPtr ptr)


Constructor & Destructor Documentation

this ( int  vgap,
int  hgap 
)


Member Function Documentation

static wxObject New ( IntPtr  ptr  )  [static]

bool Add ( Window  window,
GBPosition  pos,
GBSpan  span,
int  flag,
int  border,
wxObject  userData 
)

bool Add ( Sizer  sizer,
GBPosition  pos,
GBSpan  span,
int  flag,
int  border,
wxObject  userData 
)

bool Add ( int  width,
int  height,
GBPosition  pos,
GBSpan  span,
int  flag,
int  border,
wxObject  userData 
)

bool Add ( GBSizerItem  item  ) 

Size EmptyCellSize (  ) 

void EmptyCellSize ( Size  value  ) 

Size GetCellSize ( int  row,
int  col 
)

GBPosition GetItemPosition ( Window  window  ) 

GBPosition GetItemPosition ( Sizer  sizer  ) 

GBPosition GetItemPosition ( int  index  ) 

bool SetItemPosition ( Window  window,
GBPosition  pos 
)

bool SetItemPosition ( Sizer  sizer,
GBPosition  pos 
)

bool SetItemPosition ( int  index,
GBPosition  pos 
)

GBSpan GetItemSpan ( Window  window  ) 

GBSpan GetItemSpan ( Sizer  sizer  ) 

GBSpan GetItemSpan ( int  index  ) 

bool SetItemSpan ( Window  window,
GBSpan  span 
)

bool SetItemSpan ( Sizer  sizer,
GBSpan  span 
)

bool SetItemSpan ( int  index,
GBSpan  span 
)

GBSizerItem FindItem ( Window  window  ) 

GBSizerItem FindItem ( Sizer  sizer  ) 

GBSizerItem FindItemAtPosition ( GBPosition  pos  ) 

GBSizerItem FindItemAtPoint ( Point  pt  ) 

GBSizerItem FindItemWithData ( wxObject  userData  ) 

bool CheckForIntersection ( GBSizerItem  item,
GBSizerItem  excludeItem 
)

bool CheckForIntersection ( GBPosition  pos,
GBSpan  span,
GBSizerItem  excludeItem 
)


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