Changeset 6675 for trunk/WINDOW/aw_window_Xm.hxx
- Timestamp:
- 02/06/10 09:01:31 (2 years ago)
- Files:
-
- 1 modified
-
trunk/WINDOW/aw_window_Xm.hxx (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/WINDOW/aw_window_Xm.hxx
r6666 r6675 16 16 #define p_global (root->prvt) 17 17 #define p_aww(aww) (aww->p_w) 18 19 bool AW_remove_button_from_sens_list(AW_root *aw_root, Widget w);20 18 21 19 #define MAP_ARAM(ar) p_w->areas[ar] … … 234 232 XmFontList fontlist; 235 233 236 AW_buttons_struct *button_list;237 238 234 AW_option_menu_struct *option_menu_list; 239 235 AW_option_menu_struct *last_option_menu;
