h01612 s 00039/00000/00000 d D 1.1 91/03/08 04:42:30 hopkins 1 0 c date and time created 91/03/08 04:42:30 by hopkins e u U f e 0 t T I 1 #ifndef _window_ #define _window_ #include struct window : frame { drawable *members; float borderS; float borderN; float borderE; float borderW; menu @windowmenu; /* scoped */ /* layout */ int current_layout_index(); void goto_layout(any l); void goto_next_layout(); void goto_previous_layout(); void goto_first_layout(); void goto_last_layout(); void new_layout(); /* edit mode */ menu @editmenu; /* scoped */ void start_edit_mode(); void stop_edit_mode(); void flip_edit_mode(); void set_edit_ctx(drawable c); /* context */ void ctx_to_parent(); void ctx_to_selected(); void ctx_to_window_layout(); void ctx_to_current_layout(); }; #endif E 1