summaryrefslogtreecommitdiff
path: root/src/nautilus-navigation-window.h
diff options
context:
space:
mode:
authorMaciej Stachowiak <mstachow@src.gnome.org>2000-03-10 15:32:03 +0000
committerMaciej Stachowiak <mstachow@src.gnome.org>2000-03-10 15:32:03 +0000
commitc81f075c88eb73c56ffe781ef63bc8223b1095d0 (patch)
tree9633c8d7d73ac3194a4233f2fec41d948eb94ca8 /src/nautilus-navigation-window.h
parentfc3403b770fa9be273fdeebaa100f1a91bd1afa4 (diff)
downloadnautilus-c81f075c88eb73c56ffe781ef63bc8223b1095d0.tar.gz
store zoom_control object in the window.
* src/ntl-window.c, src/ntl-window.h: store zoom_control object in the window. * src/nautilus-zoomable-frame-svr.c: New file; implement CORBA server for Nautilus::ZommableFrame interface. * src/ntl-view-private.h: prototypes for shared stuff needed to make this work. * src/ntl-view.c: Attach a Nautilus::ZoomableFrame interface to the Nautilus::ViewFrame. * libnautilus/nautilus-gtk-extensions.h, libnautilus/nautilus-gtk-extensions.c (nautilus_gtk_marshal_NONE__DOUBLE): New function.
Diffstat (limited to 'src/nautilus-navigation-window.h')
-rw-r--r--src/nautilus-navigation-window.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nautilus-navigation-window.h b/src/nautilus-navigation-window.h
index 026f29e59..48462634b 100644
--- a/src/nautilus-navigation-window.h
+++ b/src/nautilus-navigation-window.h
@@ -84,6 +84,7 @@ struct _NautilusWindow {
GtkWidget *up_button;
GtkWidget *reload_button;
GtkWidget *stop_button;
+ GtkWidget *zoom_control;
/* Pending changes */
NautilusNavigationInfo *pending_ni;