remove property editor for the deprecated GtkOptionMenu, now that all
2007-05-28 Jens Granseuer <jensgr@gmx.net> * gconf-property-editor.c: * gconf-property-editor.h: remove property editor for the deprecated GtkOptionMenu, now that all users are upgraded to GtkComboBox svn path=/trunk/; revision=7674
This commit is contained in:
parent
20f8aa0d5e
commit
8ad25db4a1
3 changed files with 6 additions and 130 deletions
|
@ -98,20 +98,6 @@ GObject *gconf_peditor_new_color (GConfChangeSet *changeset,
|
|||
const gchar *first_property_name,
|
||||
...);
|
||||
|
||||
GObject *gconf_peditor_new_select_menu (GConfChangeSet *changeset,
|
||||
const gchar *key,
|
||||
GtkWidget *option_menu,
|
||||
const gchar *first_property_name,
|
||||
...);
|
||||
|
||||
GObject *gconf_peditor_new_select_menu_with_enum (GConfChangeSet *changeset,
|
||||
const gchar *key,
|
||||
GtkWidget *option_menu,
|
||||
GType enum_type,
|
||||
gboolean use_nick,
|
||||
const gchar *first_property_name,
|
||||
...);
|
||||
|
||||
GObject *gconf_peditor_new_combo_box (GConfChangeSet *changeset,
|
||||
const gchar *key,
|
||||
GtkWidget *combo_box,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue