[Top]
GTK
GTK.Clist
|
Method GTK.Clist()->set_shift()
- Method
set_shift
GTK.Clist set_shift(int row, int column, int yshift, int xshift)
- Description
The contents of the specified cell will be drawn shifted (indented)
the specifid number of pixels.
This can be useful to generate a tree-like layout when you do not
want to make a W(Ctree)
|