ARB
ED4_tools.cxx
Go to the documentation of this file.
1 // =============================================================== //
2 // //
3 // File : ED4_tools.cxx //
4 // Purpose : //
5 // //
6 // Coded by Ralf Westram (coder@reallysoft.de) in January 2010 //
7 // Institute of Microbiology (Technical University Munich) //
8 // http://www.arb-home.de/ //
9 // //
10 // =============================================================== //
11 
12 #include "ed4_class.hxx"
13 
15  // The following can't be replaced by set_cliprect (set_cliprect clears font overlaps):
16 
21 }
22 
AW_device * current_device()
Definition: ed4_class.hxx:1397
void set_left_clip_border(int left, bool allow_oversize=false)
void set_top_clip_border(int top, bool allow_oversize=false)
void set_bottom_clip_border(int bottom, bool allow_oversize=false)
void set_right_clip_border(int right, bool allow_oversize=false)
void ED4_set_clipping_rectangle(AW_screen_area *rect)
Definition: ED4_tools.cxx:14