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:
parent
77a43e011b
commit
11bcd7d447
1 changed files with 5 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue