comparison audacious/equalizer.c @ 424:d7d70779c074 trunk

[svn] Buttons are now tri-state, meaning they have both callbacks for push and release. This can be used for creating timers between the two points of push and release (for instance, to allow the rewind/forward buttons to seek through songs if they are not exited immediately)
author nenolod
date Fri, 13 Jan 2006 20:03:07 -0800
parents 5c457dac866a
children 3c43e25ddc7d
comparison
equal deleted inserted replaced
423:c7119bdbcc76 424:d7d70779c074
685 equalizerwin_close->pb_allow_draw = FALSE; 685 equalizerwin_close->pb_allow_draw = FALSE;
686 686
687 equalizerwin_shade = 687 equalizerwin_shade =
688 create_pbutton_ex(&equalizerwin_wlist, equalizerwin_bg, 688 create_pbutton_ex(&equalizerwin_wlist, equalizerwin_bg,
689 equalizerwin_gc, 254, 3, 9, 9, 254, 137, 1, 38, 689 equalizerwin_gc, 254, 3, 9, 9, 254, 137, 1, 38,
690 equalizerwin_shade_toggle, SKIN_EQMAIN, SKIN_EQ_EX); 690 equalizerwin_shade_toggle, NULL, SKIN_EQMAIN, SKIN_EQ_EX);
691 equalizerwin_shade->pb_allow_draw = FALSE; 691 equalizerwin_shade->pb_allow_draw = FALSE;
692 692
693 equalizerwin_graph = 693 equalizerwin_graph =
694 create_eqgraph(&equalizerwin_wlist, equalizerwin_bg, 694 create_eqgraph(&equalizerwin_wlist, equalizerwin_bg,
695 equalizerwin_gc, 86, 17); 695 equalizerwin_gc, 86, 17);