gtkCListSetColumnWidget {RGtk2} | R Documentation |
Sets a widget to be used as the specified column's title. This
can be used to place a pixmap or something else as the column
title, instead of the standard text.
WARNING: gtk_clist_set_column_widget
is deprecated and should not be used in newly-written code.
gtkCListSetColumnWidget(object, column, widget)
|
[GtkCList ] The GtkCList to affect. |
|
[integer] The column whose title should be a widget. |
|
[GtkWidget ] A pointer to a previously create widget. |
Derived by RGtkGen from GTK+ documentation