Show
Ignore:
Timestamp:
14/08/09 16:29:27 (3 years ago)
Author:
westram
Message:
  • spellchecked all (phew)
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/WINDOW/aw_window.hxx

    r6011 r6141  
    7777} AW_event_type; 
    7878 
    79 typedef const char *AW_label;       // label for buttons menues etc 
     79typedef const char *AW_label;       // label for buttons menus etc 
    8080// "fsdf" simple label  // no '/' symbol !!! 
    8181// "awarname/asdf"  // awar name (any '/' in string) 
     
    8585struct AW_event { 
    8686    AW_event_type       type;       /* AW_Keyboard or AW_Mouse */ 
    87     unsigned long       time;       /* time in msec, when event occured */ 
     87    unsigned long       time;       /* time in msec, when event occurred */ 
    8888    //***** button fields 
    8989    unsigned int        button;     /* which mouse button was pressed 1,2,3 */ 
     
    277277 
    278278    void show();                                    // show newly created window or unhide hidden window (aka closed window) 
    279     void hide();                                    // hide (dont destroy) a window (<->show) 
     279    void hide();                                    // hide (don't destroy) a window (<->show) 
    280280 
    281281    void activate() { show(); wm_activate(); }      // make_visible, pop window to front and give it the focus 
     
    471471 
    472472    void update_option_menu( void ); 
    473     void update_option_menu( AW_option_menu_struct *); // dont use this 
     473    void update_option_menu( AW_option_menu_struct *); // don't use this 
    474474 
    475475