Description Usage Arguments Author(s)
Tells the CList widget to visually move to the specified
row and column.
WARNING: gtk_clist_moveto
is deprecated and should not be used in newly-written code.
1 | gtkCListMoveto(object, row, column, row.align, col.align)
|
|
The |
|
The row to which to move. |
|
The column to which to move. |
|
A value between 0 and 1 that describes the positioning of the row in relation to the viewable area of the CList's contents. |
|
A value between 0 and 1 that describes the positioning of the column in relation to the viewable area of the CList's contents. |
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.