xpMsg_Create

Constant xpMsg_Create 

Source
pub const xpMsg_Create: _bindgen_ty_30 = 1;
Expand description

The create message is sent once per widget that is created with your widget* function and once for any widget that has your widget function attached. * * Dispatching: Direct * * Param 1: 1 if you are being added as a subclass, 0 if the widget is first * being created.