summaryrefslogtreecommitdiff
path: root/lwlib/lwlib.h
diff options
context:
space:
mode:
authorPaul Reilly <pmr@pajato.com>1994-09-24 04:37:40 +0000
committerPaul Reilly <pmr@pajato.com>1994-09-24 04:37:40 +0000
commit11bcd7d447f2df6040d44e9dab4fef02be26f2f6 (patch)
tree470a25f78f72615c0d349f8f7fb505a09b784219 /lwlib/lwlib.h
parent77a43e011b4ab1f31dd8d7990f7ca90024dc7706 (diff)
downloademacs-11bcd7d447f2df6040d44e9dab4fef02be26f2f6.tar.gz
entered into RCS
Diffstat (limited to 'lwlib/lwlib.h')
-rw-r--r--lwlib/lwlib.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lwlib/lwlib.h b/lwlib/lwlib.h
index 607695ccb48..f22598ae730 100644
--- a/lwlib/lwlib.h
+++ b/lwlib/lwlib.h
@@ -111,4 +111,9 @@ Boolean lw_window_is_in_menubar (/* Window win, Widget menubar_widget */);
/* Manage resizing: TRUE permits resizing widget w; FALSE disallows it. */
void lw_allow_resizing (/* Widget w, Boolean flag */);
+/* Set up the main window. */
+void lw_set_main_areas (/* Widget parent,
+ Widget menubar,
+ Widget work_area */);
+
#endif /* LWLIB_H */