6 void ( *action
)( struct gwm_window
*window
, xcb_generic_event_t
*ev
,
7 union callback_param cp
);
8 void ( *enter_action
)( struct gwm_window
*window
, xcb_generic_event_t
*ev
,
9 union callback_param cp
);
10 void ( *leave_action
)( struct gwm_window
*window
, xcb_generic_event_t
*ev
,
11 union callback_param cp
);
12 union callback_param cp
;
15 extern void popup_menu( struct gwm_window
*window
, xcb_generic_event_t
*ev
,
16 int num_items
, const struct menuitem
*items
);
18 extern const event_handler menu_handlers
[], menuitem_handlers
[];