summaryrefslogtreecommitdiff
path: root/libnautilus-extensions/nautilus-smooth-widget.h
diff options
context:
space:
mode:
authorRamiro Estrugo <ramiro@src.gnome.org>2001-04-02 23:02:56 +0000
committerRamiro Estrugo <ramiro@src.gnome.org>2001-04-02 23:02:56 +0000
commit400363428a4a9741741beb303be404323f406ff2 (patch)
tree6c8b5cffe8580cecf2817cb24579d2f4ef42a057 /libnautilus-extensions/nautilus-smooth-widget.h
parentbdeb528b598aa0ce691f277ce6114d25900260c2 (diff)
downloadnautilus-400363428a4a9741741beb303be404323f406ff2.tar.gz
reviewed by: Gene Ragan <gzr@eazel.com>
* acconfig.h: * configure.in: Add a NAUTILUS_SOURCE_DIRECTORY that contains the location of the nautilus source code, so that some checks can work without having to do 'make install' * components/services/install-view/nautilus-service-install-view.c: (nautilus_service_install_view_initialize_class): Initialize preferences so that smooth widgets and other nautilus specific preferences work. * components/services/summary/nautilus-summary-view.c: (nautilus_summary_view_initialize_class): Initialize preferences so that smooth widgets and other nautilus specific preferences work. * libnautilus-extensions/Makefile.am: Remove macros that arent needed any more. * libnautilus-extensions/nautilus-entry.h: * libnautilus-extensions/nautilus-entry.c: (nautilus_entry_initialize), (obscure_cursor), (nautilus_entry_key_press), (nautilus_entry_motion_notify), (nautilus_entry_set_text), (nautilus_entry_insert_text), (nautilus_entry_delete_text), (nautilus_entry_initialize_class), (nautilus_entry_set_special_tab_handling): Make all the attributes private. * libnautilus-extensions/nautilus-font-manager.c: (at_exit_handler), (nautilus_free_static_storage_at_exit), (gnome_vfs_init_if_needed), (font_description_table_add), (font_description_table_new), (directory_contains_file), (ensure_local_font_table), (nautilus_font_manager_get_default_font), (nautilus_font_manager_get_default_bold_font), (nautilus_self_check_font_manager): Remove dependency on nautilus-file-utilities. Update for new machanism for finding data in the source directory so that checks work even when Nautilus has not undergone 'make install.' * libnautilus-extensions/nautilus-global-preferences.c: (smooth_graphics_mode_changed_callback), (nautilus_global_preferences_initialize): Keep track of preferences smooth graphics mode changes and call the new smooth widget api for changing the smoothness of all tracked widgets. * libnautilus-extensions/nautilus-scalable-font.c: Remove a rogue unused #include. * libnautilus-extensions/nautilus-smooth-widget.h: * libnautilus-extensions/nautilus-smooth-widget.c: (nautilus_smooth_widget_global_set_is_smooth), (nautilus_smooth_widget_register): Dont use preferences to track global smoothness changes. Add a function to that instead. * src/nautilus-location-bar.c: (nautilus_location_bar_initialize): Update for privatized NautilusEntry attributes.
Diffstat (limited to 'libnautilus-extensions/nautilus-smooth-widget.h')
-rw-r--r--libnautilus-extensions/nautilus-smooth-widget.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libnautilus-extensions/nautilus-smooth-widget.h b/libnautilus-extensions/nautilus-smooth-widget.h
index 7661a586f..d92fc0515 100644
--- a/libnautilus-extensions/nautilus-smooth-widget.h
+++ b/libnautilus-extensions/nautilus-smooth-widget.h
@@ -112,6 +112,8 @@ NautilusDimensions nautilus_smooth_widget_get_preferred_dimensions (const GtkWid
int tile_height);
void nautilus_smooth_widget_register_type (GtkType type);
+void nautilus_smooth_widget_global_set_is_smooth (gboolean is_smooth);
+
END_GNOME_DECLS
#endif /* NAUTILUS_SMOOTH_WIDGET_H */