summaryrefslogtreecommitdiff
path: root/libnautilus-extensions/nautilus-string-picker.h
Commit message (Collapse)AuthorAgeFilesLines
* Add preference for filename fonts. Not wired up to anything yet.Ramiro Estrugo2000-05-291-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * libnautilus-extensions/nautilus-global-preferences.c: (global_preferences_create_dialog), (global_preferences_register_for_ui): * libnautilus-extensions/nautilus-global-preferences.h: Add preference for filename fonts. Not wired up to anything yet. * nautilus-widgets/nautilus-preferences-item.c, (preferences_item_construct), (preferences_item_create_font_family), (enum_radio_group_changed_callback), (boolean_button_toggled_callback), (font_family_changed_callback): * nautilus-widgets/nautilus-preferences-item.h: Add UI support for choosing a font family via preferences. * nautilus-widgets/nautilus-string-picker.c: (nautilus_string_picker_initialize), (nautilus_string_picker_destroy), (nautilus_string_picker_set_string_list), (nautilus_string_picker_get_text), (nautilus_string_picker_set_text): * nautilus-widgets/nautilus-string-picker.h: Add methods to set/get the current text. Keep track of the string list ourselves so that we dont have to peek/poke into internal stuff in the gtkcombo.
* nautilus-widgets/nautilus-string-picker.c, New widget to pick a stringRamiro Estrugo2000-05-291-0/+80
* nautilus-widgets/nautilus-string-picker.c, * nautilus-widgets/nautilus-string-picker.h: New widget to pick a string from a list. * nautilus-widgets/test-nautilus-preferences.c: New test program. Test prefrences things. * nautilus-widgets/test-nautilus-widgets.c: Remove preference tests. Test only non preference widgetry. * nautilus-widgets/Makefile.am, * nautilus-widgets/.cvsignore: Add test-nautilus-preferences.