Home
last modified time | relevance | path

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

/dports/x11-toolkits/p5-Prima/Prima-1.63/unix/
H A Dapc_app.c420 apc_timer_create( MENU_TIMER); in init_x11()
421 apc_timer_set_timeout( MENU_TIMER, guts. menu_timeout); in init_x11()
H A Dapc_menu.c1505 apc_timer_set_timeout( MENU_TIMER, (XX-> wstatic. w == win) ? 2 : guts. menu_timeout); in handle_menu_motion()
1571 apc_timer_stop( MENU_TIMER); in handle_menu_button()
1646 apc_timer_stop( MENU_TIMER); in handle_menu_key()
1938 apc_timer_stop( MENU_TIMER); in prima_end_menu()
H A Dapc_event.c2077 } else if ( timer-> who == MENU_TIMER) { in process_timers()
2078 apc_timer_stop( MENU_TIMER); in process_timers()
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/unix/
H A Dguts.h278 #define MENU_TIMER ((Handle)12) macro