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

    r5901 r6141  
    222222 
    223223    void set_top_clip_border(int top, bool allow_oversize = false); 
    224     void set_bottom_clip_border(int bottom, bool allow_oversize = false); // absolut 
    225     void set_bottom_clip_margin(int bottom, bool allow_oversize = false); // relativ 
     224    void set_bottom_clip_border(int bottom, bool allow_oversize = false); // absolute 
     225    void set_bottom_clip_margin(int bottom, bool allow_oversize = false); // relative 
    226226    void set_left_clip_border(int left, bool allow_oversize = false); 
    227227    void set_right_clip_border(int right, bool allow_oversize = false); 
     
    317317    void new_gc(int gc); 
    318318    int  new_gc(void); 
    319     void set_fill(int gc,AW_grey_level grey_level); // <0 dont fill  0.0 white 1.0 black 
     319    void set_fill(int gc,AW_grey_level grey_level); // <0 don't fill  0.0 white 1.0 black 
    320320    void set_font(int gc,AW_font fontnr, int size, int *found_size);  
    321321    void set_line_attributes(int gc,AW_pos width,AW_linestyle style);