Changeset 6141 for trunk/WINDOW/aw_device.hxx
- Timestamp:
- 14/08/09 16:29:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/WINDOW/aw_device.hxx (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/WINDOW/aw_device.hxx
r5901 r6141 222 222 223 223 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 226 226 void set_left_clip_border(int left, bool allow_oversize = false); 227 227 void set_right_clip_border(int right, bool allow_oversize = false); … … 317 317 void new_gc(int gc); 318 318 int new_gc(void); 319 void set_fill(int gc,AW_grey_level grey_level); // <0 don t fill 0.0 white 1.0 black319 void set_fill(int gc,AW_grey_level grey_level); // <0 don't fill 0.0 white 1.0 black 320 320 void set_font(int gc,AW_font fontnr, int size, int *found_size); 321 321 void set_line_attributes(int gc,AW_pos width,AW_linestyle style);
