pub const xpMsg_Destroy: _bindgen_ty_30 = 2;Expand description
The destroy message is sent once for each message that is destroyed that * has your widget function. * * Dispatching: Direct for all * * Param 1: 1 if being deleted by a recursive delete to the parent, 0 for * explicit deletion.