Changeset 6141 for trunk/WINDOW/aw_window.hxx
- Timestamp:
- 14/08/09 16:29:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/WINDOW/aw_window.hxx (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/WINDOW/aw_window.hxx
r6011 r6141 77 77 } AW_event_type; 78 78 79 typedef const char *AW_label; // label for buttons menu es etc79 typedef const char *AW_label; // label for buttons menus etc 80 80 // "fsdf" simple label // no '/' symbol !!! 81 81 // "awarname/asdf" // awar name (any '/' in string) … … 85 85 struct AW_event { 86 86 AW_event_type type; /* AW_Keyboard or AW_Mouse */ 87 unsigned long time; /* time in msec, when event occur ed */87 unsigned long time; /* time in msec, when event occurred */ 88 88 //***** button fields 89 89 unsigned int button; /* which mouse button was pressed 1,2,3 */ … … 277 277 278 278 void show(); // show newly created window or unhide hidden window (aka closed window) 279 void hide(); // hide (don t destroy) a window (<->show)279 void hide(); // hide (don't destroy) a window (<->show) 280 280 281 281 void activate() { show(); wm_activate(); } // make_visible, pop window to front and give it the focus … … 471 471 472 472 void update_option_menu( void ); 473 void update_option_menu( AW_option_menu_struct *); // don t use this473 void update_option_menu( AW_option_menu_struct *); // don't use this 474 474 475 475
