[Top]
GTK
GTK.Clist
|
Method GTK.Clist()->moveto()
- Method
moveto
GTK.Clist moveto(int row, int column, float xpos, float ypos)
- Description
Make the specified row and column visible, and place it relative to
xpos and ypos in the area the Clist occupies. xpos and ypos
are relative, 0.0 == top, 1.0 == bottom
|