1 template<
typename TClass>
10 CHAIN_MSG_MAP(
__super)
20 if ((*walk)->_bump())
return true;
37 if (!this->m_callback->request_activation(
this))
return false;
39 this->set_default_focus();
52 template<
typename TClass>
t_size const void * p_param2
static pfc::avltree_t< TSelf * > instances
TEMPLATE_CONSTRUCTOR_FORWARD_FLOOD_WITH_INITIALIZER(ImplementBumpableElem, TClass,{_init();}) BEGIN_MSG_MAP_EX(ImplementBumpableElem) MSG_WM_DESTROY(OnDestroy) CHAIN_MSG_MAP(__super) END_MSG_MAP_HOOK() void notify(const GUID &p_what
t_size const void t_size p_param2size
__super::notify(p_what, p_param1, p_param2, p_param2size)
ImplementBumpableElem< TClass > TSelf
bool is_main_thread()
Returns true if calling thread is main app thread, false otherwise.
void Activate(CWindow parent)
static const GUID ui_element_notify_visibility_changed
Sent when a portion of the GUI is shown/hidden. First parameter is a bool flag indicating whether you...