entered into RCS
authorPaul Reilly <pmr@pajato.com>
Sat, 24 Sep 1994 04:37:40 +0000 (04:37 +0000)
committerPaul Reilly <pmr@pajato.com>
Sat, 24 Sep 1994 04:37:40 +0000 (04:37 +0000)
lwlib/lwlib.h

index 607695c..f22598a 100644 (file)
@@ -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 */