| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
gcc has optimizations for include guards that only work
if they are outermost in the the header.
https://bugzilla.gnome.org/show_bug.cgi?id=689810
|
|
|
|
|
|
|
| |
Based on a patch by Matthias, add an "active-id" property for
GtkComboBox and add some convenience API for GtkComboBoxText.
Also, add a test case to gtk-demo.
|
| |
|
|
|
|
|
| |
It didn't quite turn out as I wanted it.
I'll put it in bug 619148 for now.
|
|
|
|
|
| |
This will let us use combo boxes as property editors for
GSettings enmerations easily.
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=324899
|
|
|
|
| |
gtk_combo_box_text_remove_text
|
|
|
|
| |
Also, make use of the configured entry_text_column.
|
|
This is a derived class of GtkComboBox to replace the
gtk_combo_box_*_text() convenience API.
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=612396
Signed-off-by: Javier Jardón <jjardon@gnome.org>
|