gtkCListSetShift {RGtk2} | R Documentation |
Sets the vertical and horizontal shift of the specified cell.
WARNING: gtk_clist_set_shift
is deprecated and should not be used in newly-written code.
gtkCListSetShift(object, row, column, vertical, horizontal)
|
[GtkCList ] The GtkCList to affect. |
|
[integer] The row of the cell. |
|
[integer] The column of the cell. |
|
[integer] The value to set for the vertical shift. |
|
[integer] The value to set for the vertical shift. |
Derived by RGtkGen from GTK+ documentation