Add a combo box cell renderer.
This commit is contained in:
@ -115,6 +115,9 @@ gchar *gtk_combo_box_get_active_text (GtkComboBox *combo_box);
|
||||
void gtk_combo_box_popup (GtkComboBox *combo_box);
|
||||
void gtk_combo_box_popdown (GtkComboBox *combo_box);
|
||||
|
||||
/* private */
|
||||
gboolean _gtk_combo_box_editing_canceled (GtkComboBox *combo_box);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
#endif /* __GTK_COMBO_BOX_H__ */
|
||||
|
Reference in New Issue
Block a user