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_root.hxx

    r6127 r6141  
    3535typedef long        AW_bitset; 
    3636typedef double      AW_pos; 
    37 typedef float       AW_grey_level;                  // <0 dont fill  0.0 white 1.0 black 
     37typedef float       AW_grey_level;                  // <0 don't fill  0.0 white 1.0 black 
    3838typedef GBDATA     *AW_default; 
    3939typedef AW_bitset   AW_active;                      // bits to activate/inactivate buttons 
     
    165165    bool             variable_set_by_toggle_field; 
    166166    int              number_of_toggle_fields; 
    167     int              number_of_option_menues; 
     167    int              number_of_option_menus; 
    168168    char            *program_name; 
    169169 
     
    199199 
    200200    void init_variables( AW_default database ); 
    201     void init_root( const char *programmname , bool no_exit); 
     201    void init_root(const char *programname, bool no_exit); 
    202202    void main_loop(void); 
    203203    void process_events(void); // might block