Geometry Manager Parameters

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

//pack

#fill = X, Y, BOTH
#side = LEFT, RIGHT, TOP, BOTTOM
#expand = True, False

//grid
#Column/Row = 0,1,2,3.......
#Columnspan(width) = 1,2,3.....
#Rowspan(height) = 1,2,3.....
#padx/pady = 1,2,3....
#ipadx/ipady = 1,2,3.....
#Sticky = N, E, W, S, NE, NW, EW, ES

//place
#x,y = 0,1,2,3.......
#height/width = 0,1,2,3.....
#Anchor = N, E, W, S, NE, NW, EW, ES
#bordermode = OUTSIDE, INSIDE
#relx/rely = 0.0 , 0.5 , 1.0
#relheight/relwidth = 0.0 ,0.5 , 1.0

You might also like