Function
RBset_tree_view_column_fixed_width
Declaration [src]
void
rb_set_tree_view_column_fixed_width (
GtkWidget* treeview,
GtkTreeViewColumn* column,
GtkCellRenderer* renderer,
const char** strings,
int padding
)
Description [src]
Sets a fixed size for a tree view column based on a set of strings to be displayed in the column.
Parameters
treeview-
Type:
GtkWidgetThe
GtkTreeViewcontaining the column.The data is owned by the caller of the function. column-
Type:
GtkTreeViewColumnThe
GtkTreeViewColumnto size.The data is owned by the caller of the function. renderer-
Type:
GtkCellRendererThe
GtkCellRendererused in the column.The data is owned by the caller of the function. strings-
Type: An array of
char*A NULL-terminated set of strings to base the size on.
The array must be NULL-terminated.The data is owned by the caller of the function. Each element is a NUL terminated UTF-8 string. padding-
Type:
intA small amount of extra padding for the column.