Added font editor.
2002-02-10 Richard Hestilow <hestilow@ximian.com> * gconf-property-editor.[ch]: Added font editor.
This commit is contained in:
parent
2ff827ab7c
commit
94370f5702
3 changed files with 106 additions and 0 deletions
|
@ -93,6 +93,11 @@ GObject *gconf_peditor_new_numeric_range (GConfChangeSet *changeset,
|
|||
GtkWidget *range,
|
||||
gchar *first_property_name,
|
||||
...);
|
||||
GObject *gconf_peditor_new_font (GConfChangeSet *changeset,
|
||||
gchar *key,
|
||||
GtkWidget *font_picker,
|
||||
gchar *first_property_name,
|
||||
...);
|
||||
|
||||
void gconf_peditor_widget_set_guard (GConfPropertyEditor *peditor,
|
||||
GtkWidget *widget);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue