Project

General

Profile

Create a box » History » Revision 2

Revision 1 (iri, 02/22/2011 01:23 AM) → Revision 2/3 (iri, 02/22/2011 01:23 AM)

h1. Create a box 

 * _gtkBoxNew 

 Create a new GTK+ box 

 h3. Prototype : 

 fun [Chn ObjGtkWidget I I I] ObjGtkWidget 

 > * Channel : Chn: anychannel 

 > * parent : ObjGtkWidget : aparent (can be nil if the parent is set after) 

 > * homogeneous : I : 1 if all children are to be given equal space allotments. 

 > * spacing : I : the number of pixels to place by default between children (0 if negative). 

 > * flag : I : SCOL_GTK_BOX_HZ for a horizontal box, SCOL_GTK_BOX_VT for a vertical box 

 > * *Return* [[Return]] : ObjGtkWidget : the new box object 


 Return [[Containers]]