jwx!
v0.0.2


wx
Class GridSizer

java.lang.Object
  extended bywx.Object
      extended bywx.Sizer
          extended bywx.GridSizer
Direct Known Subclasses:
FlexGridSizer

public class GridSizer
extends Sizer


Constructor Summary
GridSizer(int cols)
           
GridSizer(int cols, int vgap)
           
GridSizer(int cols, int vgap, int hgap)
           
GridSizer(int rows, int cols, int vgap, int hgap)
           
 
Method Summary
 Size calcMin()
           
 void delete()
           
 int getCols()
           
 int getHGap()
           
 int getRows()
           
 int getVGap()
           
 void recalcSizes()
           
 void setCols(int cols)
           
 void setHGap(int gap)
           
 void setRows(int rows)
           
 void setVGap(int gap)
           
 
Methods inherited from class wx.Sizer
add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, addSpacer, addStretchSpacer, addStretchSpacer, clear, clear, deleteWindows, detach, detach, detach, fit, fitInside, getItem, getItem, getItem, getItem, getItem, getMinSize, getPosition, getSize, hide, hide, hide, hide, hide, insert, insert, insert, insert, insert, insert, insert, insert, insert, insert, insert, insert, insert, insert, insert, insert, insert, insert, insertSpacer, insertStretchSpacer, insertStretchSpacer, isShown, isShown, isShown, isShown, layout, prepend, prepend, prepend, prepend, prepend, prepend, prepend, prepend, prepend, prepend, prepend, prepend, prepend, prepend, prepend, prepend, prepend, prepend, prependSpacer, prependStretchSpacer, prependStretchSpacer, remove, remove, setDimension, setItemMinSize, setItemMinSize, setItemMinSize, setItemMinSize, setItemMinSize, setItemMinSize, setMinSize, setMinSize, setSizeHints, setVirtualSizeHints, show, show, show, show, show, show, show, showItems
 
Methods inherited from class wx.Object
_, getTanslation
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridSizer

public GridSizer(int rows,
                 int cols,
                 int vgap,
                 int hgap)

GridSizer

public GridSizer(int cols,
                 int vgap,
                 int hgap)

GridSizer

public GridSizer(int cols,
                 int vgap)

GridSizer

public GridSizer(int cols)
Method Detail

delete

public void delete()
Overrides:
delete in class Sizer

recalcSizes

public void recalcSizes()

calcMin

public Size calcMin()

setCols

public void setCols(int cols)

setRows

public void setRows(int rows)

setVGap

public void setVGap(int gap)

setHGap

public void setHGap(int gap)

getCols

public int getCols()

getRows

public int getRows()

getVGap

public int getVGap()

getHGap

public int getHGap()

jwx!
v0.0.2


© 2006 Amit G Mendapara.