~ubuntu-branches/ubuntu/hardy/gxine/hardy

« back to all changes in this revision

Viewing changes to doc/Skin-HOWTO

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2008-03-21 11:24:59 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20080321112459-igb0jy01nytpdrzt
Tags: 0.5.901-1ubuntu1
* merge debian changes for hardy PPA. Remaining changes:
  - debian/control: added Xb-Npp-xxx tags accordingly to "firefox distro
    add-on suport" spec,
    (https://blueprints.launchpad.net/ubuntu/+spec/firefox-distro-addon-support)
* Feature Freeze exception granted in LP: #204563
* New upstream release fixes playing DVDs. LP: #128864
* mime.default: add "x-content/video-dvd;x-content/video-vcd;x-content/video-svcd;"
  to get it listed as a player for dvd and video cds in nautilus. Thanks to
  Sebastien Bacher for the hint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
----------------------
3
3
 
4
4
There are four files which specifically control gxine's appearance. These
5
 
files will normally be found in etc/gxine or /usr/local/etc/gxine, but you
6
 
/can override them in ~/.gxine.
 
5
files will normally be found in /etc/gxine or /usr/local/etc/gxine, but you
 
6
can override them in ~/.gxine.
7
7
 
8
8
  gtkrc
9
9
  toolbar-window.xml
76
76
        label="LABEL"   text label for the item (if stock is not present)
77
77
        image="STOCK"   stock image for the item (if stock is not present)
78
78
                * If none of the above attributes are present, then the
79
 
                  button's content is created from child widgets.
 
79
                  button's content is created from child widgets and the
 
80
                  button acts as an <hbox>.
80
81
        alt="LABEL"     text to use if STOCK is unknown
81
82
                        (if image is used, label must be undefined)
82
83
        relief="RELIEF" button border style ("normal", "half", "none")
94
95
        vertical=BOOL   whether the slider is horizontal or vertical
95
96
        show-value=BOOL whether the slider's value is shown
96
97
        inverted=BOOL   whether the slider's "increment" direction is reversed
 
98
        popup=BOOL      whether the slider is presented in a pop-up
97
99
 
98
100
        Widget types:
99
101
            Buttons:
119
121
            vslider     render as a vertical slider
120
122
            spin        render as a spin button
121
123
 
 
124
        If the 'popup' property is set, then the slider is presented as a
 
125
        button with a pop-up window. As such, the slider acts as a <button>,
 
126
        except that you cannot use the 'onclick' property. In addition, the
 
127
        following properties are available:
 
128
 
 
129
        window-width=INT        the width of the window (default auto)
 
130
        window-height=INT       the height of the window (default auto)
 
131
 
 
132
        A vertical slider will normally be presented below the button and a
 
133
        horizontal slider to one side (according to the normal text direction);
 
134
        if it wouldn't be fully on-screen there, it'll be shown on the
 
135
        opposite side.
 
136
 
122
137
<flipbutton>
123
138
        THIS UI ITEM IS NOT CURRENTLY IMPLEMENTED.
124
139
        Clickable button, requiring two child widgets for the "off" and "on"