xpMsg_Paint

Constant xpMsg_Paint 

Source
pub const xpMsg_Paint: _bindgen_ty_30 = 3;
Expand description

The paint message is sent to your widget to draw itself. The paint message * is the bare-bones message; in response you must draw yourself, draw your * children, set up clipping and culling, check for visibility, etc. If you * don’t want to do all of this, ignore the paint message and a draw message * (see below) will be sent to you. * * Dispatching: Direct