Home
last modified time | relevance | path

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

/dports/audio/hvl2wav/hivelytracker-8296a50/
H A Dgui.c246 #define TBF_VISIBLE (1L<<TBB_VISIBLE) macro
1110 if( ( tb->flags & TBF_VISIBLE ) == 0 ) return; in gui_render_tbox()
3141 …box( &ptb[PTB_SONGDIR], 220+pw_bl, 8+24*3+4+pw_bt, 136, songdir, 511, TBF_ENABLED|TBF_VISIBLE, 0 ); in gui_open_prefs()
3142 …box( &ptb[PTB_INSTDIR], 220+pw_bl, 8+24*4+4+pw_bt, 136, instdir, 511, TBF_ENABLED|TBF_VISIBLE, 0 ); in gui_open_prefs()
3143 …box( &ptb[PTB_SKINDIR], 220+pw_bl, 8+24*5+4+pw_bt, 136, skindir, 511, TBF_ENABLED|TBF_VISIBLE, 0 ); in gui_open_prefs()
3881 …gui_set_tbox( &tbx[TB_SONGNAME], 298, 152, POSED_W, NULL, 127, TBF_ENABLED|TBF_VISIBLE, PN_TRACKER… in gui_open()
3882 gui_set_tbox( &tbx[TB_INSNAME], 115, 128, 148, NULL, 127, TBF_ENABLED|TBF_VISIBLE, PN_INSED ); in gui_open()
5196 ( ptb[i].flags & TBF_VISIBLE ) && in gui_check_ptbox_press()
5250 tbx[TB_INSNAME2].flags &= ~TBF_VISIBLE; in gui_tbox_finish_editing()
5277 ( tbx[i].flags & TBF_VISIBLE ) && in gui_check_tbox_press()
[all …]