Home
last modified time | relevance | path

Searched refs:MENU_UNFOCUS_TIMER (Results 1 – 4 of 4) sorted by relevance

/dports/x11-toolkits/p5-Prima/Prima-1.63/unix/
H A Dapc_app.c422 apc_timer_create( MENU_UNFOCUS_TIMER); in init_x11()
423 apc_timer_set_timeout( MENU_UNFOCUS_TIMER, 50); in init_x11()
H A Dapc_menu.c1609 apc_timer_stop( MENU_UNFOCUS_TIMER); in handle_menu_focus_out()
1610 apc_timer_start( MENU_UNFOCUS_TIMER); in handle_menu_focus_out()
1626 apc_timer_stop( MENU_UNFOCUS_TIMER); in handle_menu_focus_in()
1939 apc_timer_stop( MENU_UNFOCUS_TIMER); in prima_end_menu()
H A Dapc_event.c2085 } else if ( timer-> who == MENU_UNFOCUS_TIMER) { in process_timers()
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/unix/
H A Dguts.h279 #define MENU_UNFOCUS_TIMER ((Handle)13) macro