1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-28 23:09:59 +02:00

doc/skins/skins2-howto.xml: Added Button.tooltiptext which had been forgotten

This commit is contained in:
Olivier Teulière 2007-08-05 13:10:00 +00:00
parent b48bc0e9f2
commit 62b68c2c45

View File

@ -529,6 +529,11 @@ difficulty to understand how VLC skins work.</para>
<para>Action executed when the button is clicked. See <link linkend="actions">Actions</link> for a list of possible actions.</para>
<para>Default value: none</para>
</sect3>
<sect3 id="buttontooltiptext">
<title>tooltiptext</title>
<para>Tooltip associated with the button. See also <link linkend="textvars">Text variables</link>.</para>
<para>Default value: </para>
</sect3>
</sect2>
<sect2 id="Checkbox">