PHP-GTK2 Newsletter
|
Sample Code 373: How to display options of GtkComboBox in a grid with use of set_row_span_column? |
| Written by kksou | ||||||
| Wednesday, 21 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? As it occurs, whoever designed this knew that you're definitely going to ask for the row-span too. So this example illustrates the use of set_row_span_column() as shown below:
Solution
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_row_span_column? too. It will allow you to understand better the use of the method 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 > |
|---|





