Implement

2001-12-18  Bradford Hovinen  <hovinen@ximian.com>

	* gconf-property-editor.c (peditor_int_range_value_changed)
	(peditor_int_range_widget_changed, gconf_peditor_new_int_range):
	Implement
This commit is contained in:
Bradford Hovinen 2001-12-18 19:37:49 +00:00 committed by Bradford Hovinen (Gdict maintainer)
parent 19d9454148
commit 0f7c418ab1
3 changed files with 67 additions and 5 deletions

View file

@ -74,6 +74,9 @@ GObject *gconf_peditor_new_select_menu (GConfChangeSet *changeset,
GObject *gconf_peditor_new_select_radio (GConfChangeSet *changeset,
gchar *key,
GSList *radio_group);
GObject *gconf_peditor_new_int_range (GConfChangeSet *changeset,
gchar *key,
GtkWidget *range);
void gconf_peditor_widget_set_guard (GConfPropertyEditor *peditor,
GtkWidget *widget);