-
Notifications
You must be signed in to change notification settings - Fork 0
/
microphone_talkover_button.xml
24 lines (24 loc) · 1.13 KB
/
microphone_talkover_button.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE template>
<!--
Description:
A microphone talkover button.
Variables:
talk_text: Text to show on the button.
group: The group for the microphone.
-->
<Template>
<Template src="skin:left_2state_button.xml">
<SetVariable name="TooltipId"><Variable name="TooltipId"/></SetVariable>
<SetVariable name="ObjectName">MicrophoneTalkoverButton</SetVariable>
<SetVariable name="MinimumSize"><Variable name="WideButtonMinimumSize"/></SetVariable>
<SetVariable name="MaximumSize"><Variable name="WideButtonMaximumSize"/></SetVariable>
<SetVariable name="SizePolicy"><Variable name="WideButtonSizePolicy"/></SetVariable>
<SetVariable name="state_0_text"><Variable name="talk_text"/></SetVariable>
<SetVariable name="state_0_pressed"></SetVariable>
<SetVariable name="state_0_unpressed"></SetVariable>
<SetVariable name="state_1_text"><Variable name="talk_text"/></SetVariable>
<SetVariable name="state_1_pressed"></SetVariable>
<SetVariable name="state_1_unpressed"></SetVariable>
<SetVariable name="left_connection_control"><Variable name="group"/>,talkover</SetVariable>
</Template>
</Template>