Changeset 6666 for trunk/WINDOW/aw_window_Xm.hxx
- Timestamp:
- 21/05/10 19:44:17 (2 years ago)
- Files:
-
- 1 modified
-
trunk/WINDOW/aw_window_Xm.hxx (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/WINDOW/aw_window_Xm.hxx
r6383 r6666 74 74 AW_buttons_struct *next; 75 75 }; 76 77 struct AW_config_struct {78 AW_config_struct(const char *idi, AW_active maski, Widget w, const char *variable_namei, const char *variable_valuei, AW_config_struct *nexti);79 80 const char *id;81 AW_active mask;82 Widget widget;83 const char *variable_name;84 const char *variable_value;85 AW_config_struct *next;86 };87 88 76 89 77 struct AW_option_struct { … … 248 236 AW_buttons_struct *button_list; 249 237 250 AW_config_struct *config_list;251 AW_config_struct *last_config;252 253 238 AW_option_menu_struct *option_menu_list; 254 239 AW_option_menu_struct *last_option_menu; … … 279 264 GB_HASH *action_hash; 280 265 281 AW_root_Motif() {};282 ~AW_root_Motif() {};266 AW_root_Motif(); 267 ~AW_root_Motif(); 283 268 284 269 Widget get_last_widget() const { return last_widget; }
