15 me.configureDialog(me);
21 entity soundList, playList;
22 float columns_nospacing = (me.columns - 0.2);
29 e.onChangeEntity = soundList;
31 soundList.playlist = playList;
34 me.TD(me, me.rows - 4, columns_nospacing / 2, soundList);
36 me.gotoRC(me, me.rows - 3, 0);
39 e.onClickEntity = soundList;
42 e.onClickEntity = soundList;
44 me.TD(me, 1, columns_nospacing / 2, e =
makeXonoticButton(_(
"Set as menu track"),
'0 0 0'));
46 e.onClickEntity = soundList;
48 me.TD(me, 1, columns_nospacing / 2, e =
makeXonoticButton(_(
"Reset default menu track"),
'0 0 0'));
50 e.onClickEntity = soundList;
53 me.gotoRC(me, 0, columns_nospacing / 2 + 0.2); me.setFirstColumn(me, me.currentColumn);
55 me.TD(me, 1, columns_nospacing / 4, e =
makeXonoticCheckBox(0,
"music_playlist_random0", _(
"Random order")));
57 me.TD(me, me.rows - 3, columns_nospacing / 2, playList);
59 me.gotoRC(me, me.rows - 2, columns_nospacing / 2 + 0.2);
62 e.onClickEntity = playList;
65 e.onClickEntity = playList;
68 e.onClickEntity = playList;
71 e.onClickEntity = playList;
74 e.onClickEntity = playList;
78 e.onClickEntity = playList;
81 e.onClickEntity = playList;
entity makeXonoticSoundList()
entity makeXonoticPlayList()
entity makeXonoticTextLabel(float theAlign, string theText)
void SoundList_Menu_Track_Change(entity box, entity me)
void SoundList_Add(entity box, entity me)
void PlayList_Remove_All(entity btn, entity me)
void SoundList_Add_All(entity box, entity me)
void PlayList_Remove(entity btn, entity me)
void StopSound_Click(entity btn, entity me)
void PrevSound_Click(entity btn, entity me)
void SoundList_Menu_Track_Reset(entity box, entity me)
void SoundList_Filter_Change(entity box, entity me)
entity makeXonoticCheckBox(float isInverted, string theCvar, string theText)
void StartSound_Click(entity btn, entity me)
void NextSound_Click(entity btn, entity me)
void PauseSound_Click(entity btn, entity me)