1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

entered into RCS

This commit is contained in:
Paul Reilly 1994-09-24 04:37:40 +00:00
parent 77a43e011b
commit 11bcd7d447

View 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 */