Update of /cvsroot/xine/gnome-xine/doc
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv12988/doc

Modified Files:
        Skin-HOWTO 
Log Message:
Resync with hg (cset 1907).

Index: Skin-HOWTO
===================================================================
RCS file: /cvsroot/xine/gnome-xine/doc/Skin-HOWTO,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Skin-HOWTO  30 Jul 2006 13:04:39 -0000      1.7
+++ Skin-HOWTO  27 Feb 2007 18:03:50 -0000      1.8
@@ -76,7 +76,8 @@
        label="LABEL"   text label for the item (if stock is not present)
        image="STOCK"   stock image for the item (if stock is not present)
                * If none of the above attributes are present, then the
-                 button's content is created from child widgets.
+                 button's content is created from child widgets and the
+                 button acts as an <hbox>.
        alt="LABEL"     text to use if STOCK is unknown
                        (if image is used, label must be undefined)
        relief="RELIEF" button border style ("normal", "half", "none")
@@ -94,6 +95,7 @@
        vertical=BOOL   whether the slider is horizontal or vertical
        show-value=BOOL whether the slider's value is shown
        inverted=BOOL   whether the slider's "increment" direction is reversed
+       popup=BOOL      whether the slider is presented in a pop-up
 
        Widget types:
            Buttons:
@@ -119,6 +121,19 @@
            vslider     render as a vertical slider
            spin        render as a spin button
 
+       If the 'popup' property is set, then the slider is presented as a
+       button with a pop-up window. As such, the slider acts as a <button>,
+       except that you cannot use the 'onclick' property. In addition, the
+       following properties are available:
+
+       window-width=INT        the width of the window (default auto)
+       window-height=INT       the height of the window (default auto)
+
+       A vertical slider will normally be presented below the button and a
+       horizontal slider to one side (according to the normal text direction);
+       if it wouldn't be fully on-screen there, it'll be shown on the
+       opposite side.
+
 <flipbutton>
        THIS UI ITEM IS NOT CURRENTLY IMPLEMENTED.
        Clickable button, requiring two child widgets for the "off" and "on"


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Xine-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xine-cvslog

Reply via email to