Home
last modified time | relevance | path

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

/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/skins/
H A Dmain.h43 extern Button * mainwin_eq, * mainwin_pl;
H A Dmain.cc92 Button * mainwin_eq, * mainwin_pl; variable
302 setup_widget (mainwin_pl, p->mainwin_plbutton_x, p->mainwin_plbutton_y, true); in mainwin_refresh_hints()
1013 mainwin_pl = new Button (23, 12, 23, 61, 69, 61, 23, 73, 69, 73, SKIN_SHUFREP, SKIN_SHUFREP); in mainwin_create_widgets()
1014 mainwin->put_widget (false, mainwin_pl, 242, 58); in mainwin_create_widgets()
1015 mainwin_pl->on_release (mainwin_pl_cb); in mainwin_create_widgets()
H A Dview.cc90 mainwin_pl->set_active (show); in view_apply_show_playlist()
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/skins-qt/
H A Dmain.h42 extern Button * mainwin_eq, * mainwin_pl;
H A Dmain.cc90 Button * mainwin_eq, * mainwin_pl; variable
286 setup_widget (mainwin_pl, p->mainwin_plbutton_x, p->mainwin_plbutton_y, true); in mainwin_refresh_hints()
953 mainwin_pl = new Button (23, 12, 23, 61, 69, 61, 23, 73, 69, 73, SKIN_SHUFREP, SKIN_SHUFREP); in mainwin_create_widgets()
954 mainwin->put_widget (false, mainwin_pl, 242, 58); in mainwin_create_widgets()
955 mainwin_pl->on_release (mainwin_pl_cb); in mainwin_create_widgets()
H A Dview.cc86 mainwin_pl->set_active (show); in view_apply_show_playlist()