Geometric type describing a clipping region, used when drawing windows. More...
#include <win.h>

Data Fields | |
| struct win_point | origin |
| Absolute coordinates of top-left window corner. | |
| struct win_point | NW |
| North-west (top-left) corner of clipping region. | |
| struct win_point | SE |
| South-east (bottom-right) corner of clipping region. | |
Geometric type describing a clipping region, used when drawing windows.
Definition at line 205 of file win.h.
| struct win_point win_clip_region::NW |
North-west (top-left) corner of clipping region.
Definition at line 209 of file win.h.
Referenced by win_draw_child(), and win_draw_contents().
| struct win_point win_clip_region::origin |
Absolute coordinates of top-left window corner.
Definition at line 207 of file win.h.
Referenced by sub_frame_draw_handler(), win_draw(), win_draw_child(), win_draw_contents(), wtk_button_handler(), wtk_check_box_handler(), wtk_frame_handler(), wtk_label_handler(), wtk_progress_bar_handler(), wtk_radio_button_handler(), and wtk_slider_handler().
| struct win_point win_clip_region::SE |
South-east (bottom-right) corner of clipping region.
Definition at line 211 of file win.h.
Referenced by win_draw_child(), and win_draw_contents().
1.6.3