]> git.sesse.net Git - vlc/commit
* skins2: the Text control now supports 2 additional attributes:
authorOlivier Teulière <ipkiss@videolan.org>
Tue, 15 Nov 2005 20:00:04 +0000 (20:00 +0000)
committerOlivier Teulière <ipkiss@videolan.org>
Tue, 15 Nov 2005 20:00:04 +0000 (20:00 +0000)
commite2cc1fabeeb51c046f8706d482a52502995ec0c0
tree1526b526008a3be7149524d91cb5b7670e204230
parent0f32d781420ebca9621209b9e64799742373edc3
 * skins2: the Text control now supports 2 additional attributes:
    - alignment: possible values are left/right/center (left is the default)
         The right and center alignments are computed using the width of the
         control (as given by the "width" attribute).
    - scrolling: possible values are auto/manual/none (auto is the default)
       * auto: same behaviour as before, the text automatically starts
         scrolling if it doesn't fit in the width of the control. The user can
         still drag it manually.
       * manual: only manual scrolling is possible
       * none: no scrolling possible
modules/gui/skins2/controls/ctrl_text.cpp
modules/gui/skins2/controls/ctrl_text.hpp
modules/gui/skins2/parser/builder.cpp
modules/gui/skins2/parser/builder_data.def
modules/gui/skins2/parser/builder_data.hpp
modules/gui/skins2/parser/skin_parser.cpp
share/skins2/skin.dtd