summaryrefslogtreecommitdiff
path: root/libnautilus-private/README
diff options
context:
space:
mode:
authorRamiro Estrugo <ramiro@src.gnome.org>1997-01-02 07:38:17 +0000
committerRamiro Estrugo <ramiro@src.gnome.org>1997-01-02 07:38:17 +0000
commit6d37f74e4afb9f4a063848714fdef8bae98389b3 (patch)
tree18391b4f3ecedf21b829cea4638899b77fca9013 /libnautilus-private/README
downloadnautilus-6d37f74e4afb9f4a063848714fdef8bae98389b3.tar.gz
Added a place to put cut-n-paste code. Cut-n-pasted the e-paned widget
* Makefile.am: * components/hardware/Makefile.am: * components/help/Makefile.am: * components/history/Makefile.am: * components/html/Makefile.am: * components/loser/content/Makefile.am: * components/loser/sidebar/Makefile.am: * components/music/Makefile.am: * components/notes/Makefile.am: * components/rpmview/Makefile.am: * components/sample/Makefile.am: * components/services/startup/nautilus-view/Makefile.am: * components/services/time/nautilus-view/Makefile.am: * components/services/trilobite/sample/nautilus-view/Makefile.am: * components/websearch/Makefile.am: * configure.in: * cut-n-paste-code/.cvsignore: * cut-n-paste-code/Makefile.am: * cut-n-paste-code/README: * cut-n-paste-code/widgets/.cvsignore: * cut-n-paste-code/widgets/Makefile.am: * cut-n-paste-code/widgets/e-paned/.cvsignore: * cut-n-paste-code/widgets/e-paned/Makefile.am: * cut-n-paste-code/widgets/e-paned/e-hpaned.c: (e_hpaned_get_type), (e_hpaned_class_init), (e_hpaned_init), (e_hpaned_new), (e_hpaned_size_request), (e_hpaned_size_allocate), (e_hpaned_draw), (e_hpaned_xor_line), (e_hpaned_button_press), (e_hpaned_button_release), (e_hpaned_motion), (e_hpaned_handle_shown): * cut-n-paste-code/widgets/e-paned/e-hpaned.h: * cut-n-paste-code/widgets/e-paned/e-paned.c: (e_paned_get_type), (e_paned_class_init), (e_paned_child_type), (e_paned_init), (e_paned_set_arg), (e_paned_get_arg), (e_paned_realize), (e_paned_map), (e_paned_unmap), (e_paned_unrealize), (e_paned_expose), (e_paned_add1), (e_paned_add2), (e_paned_pack1), (e_paned_pack2), (e_paned_add), (e_paned_remove), (e_paned_forall), (e_paned_get_position), (e_paned_set_position), (e_paned_set_handle_size), (e_paned_compute_position), (e_paned_handle_shown), (e_paned_quantized_size): * cut-n-paste-code/widgets/e-paned/e-paned.h: * cut-n-paste-code/widgets/e-paned/e-vpaned.c: (e_vpaned_get_type), (e_vpaned_class_init), (e_vpaned_init), (e_vpaned_new), (e_vpaned_size_request), (e_vpaned_size_allocate), (e_vpaned_draw), (e_vpaned_xor_line), (e_vpaned_button_press), (e_vpaned_button_release), (e_vpaned_motion), (e_vpaned_handle_shown): * cut-n-paste-code/widgets/e-paned/e-vpaned.h: * helper-utilities/authenticate/Makefile.am: * libnautilus-extensions/Makefile.am: * libnautilus-extensions/README: * libnautilus/README: * src/Makefile.am: * test/Makefile.am: Added a place to put cut-n-paste code. Cut-n-pasted the e-paned widget from evolution. Yes, and evil thing to do. Send me mail with alternative solutions. Also added README files for libnautilus and libnautilus-extenstions to clarify thieir public vs internal state. * src/nautilus-window.c: (nautilus_window_constructed), (nautilus_window_real_set_content_view): Use the new NautilusHorizontalSplitter widget instead of the gtk one.
Diffstat (limited to 'libnautilus-private/README')
-rw-r--r--libnautilus-private/README19
1 files changed, 19 insertions, 0 deletions
diff --git a/libnautilus-private/README b/libnautilus-private/README
new file mode 100644
index 000000000..653afe52a
--- /dev/null
+++ b/libnautilus-private/README
@@ -0,0 +1,19 @@
+README for nautilus/libnautilus-extensions
+
+This library, libnautilus-extensions, is totally private to nautilus.
+
+If you are writing a nautilus component, you should not use this
+library or link with it in any way.
+
+Soon, libnautilus-extensions will be renamed to nautilus-internals to
+emphazise the fact that this is code that is internal to nautilus and
+not available for public consumption.
+
+If you think that there is something interesting in this library that
+you would like to use in a third party component, please send mail to
+the nautilus mailing list at:
+
+nautilus-list@lists.eazel.com
+
+
+