| Functions | Types |
|---|---|
BOX Boxes are the containers :
| |
| _gtkBoxAddFromEnd | fun [ObjGtk ObjGtk I I I] I |
| _gtkBoxAddFromStart | fun [ObjGtk ObjGtk I I I] I |
| _gtkBoxAddListFromEnd | fun [ObjGtk [[ObjGtk I I I] r1]] I |
| _gtkBoxAddListFromStart | fun [ObjGtk [[ObjGtk I I I] r1]] I |
| _gtkBoxNew | fun [Chn I I I] ObjGtk |
FIXED This widget is a container which can place child widgets at fixed positions, given in pixels. See the GTK+ documentations for more informations (It is opposite to the usual GTK logic but it is similar at the Scol classical logic (from the 2d OS library)). | |
| _gtkFixedChilds | fun [ObjGtk] [[ObjGtk I I] r1] |
| _gtkFixedMove | fun [ObjGtk ObjGtk I I] ObjGtk |
| _gtkFixedNew | fun [Chn] ObjGtk |
| _gtkFixedPut | fun [ObjGtk ObjGtk I I] ObjGtk |