gtkCListOptimalColumnWidth {RGtk2} | R Documentation |
Gets the required width in pixels that is needed to show
everything in the specified column.
WARNING: gtk_clist_optimal_column_width
is deprecated and should not be used in newly-written code.
gtkCListOptimalColumnWidth(object, column)
|
[GtkCList ] The GtkCList to check. |
|
[integer] The column to check. |
[integer] The required width in pixels for the column.
Derived by RGtkGen from GTK+ documentation