class
	WEL_DRAWING_ROUTINES

General
	cluster: wel.gdi
	description: "Basic windows routines to draw controls like owner-draw-buttons."

Ancestors
	WEL_DIB_COLORS_CONSTANTS
	WEL_DRAWING_ROUTINES_CONSTANTS
	WEL_DT_CONSTANTS

Queries
	Dt_bottom: INTEGER
	Dt_calcrect: INTEGER
	Dt_center: INTEGER
	Dt_expandtabs: INTEGER
	Dt_externalleading: INTEGER
	Dt_internal: INTEGER
	Dt_left: INTEGER
	Dt_noclip: INTEGER
	Dt_noprefix: INTEGER
	Dt_right: INTEGER
	Dt_singleline: INTEGER
	Dt_tabstop: INTEGER
	Dt_top: INTEGER
	Dt_vcenter: INTEGER
	Dt_wordbreak: INTEGER

Commands
	draw_edge (dc: WEL_DC; rect: WEL_RECT; type, border: INTEGER)
	draw_focus_rect (dc: WEL_DC; rect: WEL_RECT)
	draw_insensitive_bitmap (dc: WEL_DC; bitmap: WEL_BITMAP; x, y: INTEGER)
	draw_insensitive_text (dc: WEL_DC; txt: STRING; x, y: INTEGER)