grid mode |
sometimes it is preferable to display the available
options not in a linear list, but in a grid. a typical example
would be a "color combo" where the individual items are small
square color swatches. the new widgets support gridded display
with the functions
gtk_combo_box_set_wrap_width(),
gtk_combo_box_set_row_span_column() and
gtk_combo_box_set_column_span_column().
|