changeset 9064:d716ea8937e2

entered into RCS
author Paul Reilly <pmr@pajato.com>
date Sat, 24 Sep 1994 04:37:40 +0000
parents d6913bc11bb2
children e321617e3fc6
files lwlib/lwlib.h
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lwlib/lwlib.h	Sat Sep 24 04:32:08 1994 +0000
+++ b/lwlib/lwlib.h	Sat Sep 24 04:37:40 1994 +0000
@@ -111,4 +111,9 @@
 /* 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 */