PHP-GTK2 Newsletter
|
Sample Code 375: How to display options of GtkComboBox in a grid with use of set_column_span_column and set_row_span_column? |
| Written by kksou | ||||||
| Friday, 23 November 2007 | ||||||
|
Problem I've showed you the use of set_column_span_column() in the article How to display options of GtkComboBox in a grid with use of set_column_span_column? and set_row_span_column() in the article How to display options of GtkComboBox in a grid with use of set_row_span_column? Of course, you are free to combine both column span and row span in a combobox, as illustrated by this example below:
Solution Please refer to:
Sample Code
Explanation We make use of the code from How to setup and process GtkComboBox? to set up the combobox. What's new here:
Note
Do try out the sample code in How to display options of GtkComboBox in a grid without use of set_column_span_column and set_row_span_column? too. It will allow you to understand better the use of the methods GtkCombobox::set_column_span_column() and GtkCombobox::set_row_span_column(). Related Links
User reviews There are no user reviews yet. Note: You have to be a registered member to leave a comment. Free registration here. |
||||||
| < Prev | Next > |
|---|






