Home
last modified time | relevance | path

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

/dports/audio/hvl2wav/hivelytracker-8296a50/
H A Dgui.c117 #define INSLSTB_W 168 macro
119 #define INSLSTB_MX (INSLSTB_W-1)
1344 put_bitmap( BM_INSLISTB, INSLSTB_X, INSLSTB_Y, INSLSTB_W, INSLSTB_H ); in gui_render_inslistb()
3745 if( !make_image( &bitmaps[BM_INSLISTB], INSLSTB_W, INSLSTB_H ) ) return FALSE; in gui_open()
5592 ( mousex >= INSLSTB_X ) && ( mousex < (INSLSTB_X+INSLSTB_W) ) && in gui_wheelybin()
5837 if( ( x >= INSLSTB_X ) && ( x < (INSLIST_X+INSLSTB_W) ) && in gui_mouse_handler()
5924 if( ( x >= INSLSTB_X ) && ( x < (INSLSTB_X+INSLSTB_W) ) && in gui_mouse_handler()