PHP-GTK2 Newsletter
|
Sample Code 376: How to display options of GtkComboBox in a grid without use of set_column_span_column and set_row_span_column? |
| Written by kksou | ||||||
| Friday, 23 November 2007 | ||||||
|
Problem This article supplements the article How to display options of GtkComboBox in a grid with use of set_column_span_column and set_row_span_column? This example shows how the combobox will look like if we did not use the method GtkCombobox::set_column_span_column() and GtkCombobox::set_row_span_column() as shown below.
Solution Please refer to How to display options of GtkComboBox in a grid with use of set_column_span_column and set_row_span_column? 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:
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 > |
|---|





