[vlc-devel] vlc: svn commit r13256 (ipkiss)
Subversion daemon
svn at videolan.org
Tue Nov 15 21:00:04 CET 2005
r13256 | ipkiss | 2005-11-15 21:00:04 +0100 (Tue, 15 Nov 2005) | 11 lines
Changed paths:
M /trunk/modules/gui/skins2/controls/ctrl_text.cpp
M /trunk/modules/gui/skins2/controls/ctrl_text.hpp
M /trunk/modules/gui/skins2/parser/builder.cpp
M /trunk/modules/gui/skins2/parser/builder_data.def
M /trunk/modules/gui/skins2/parser/builder_data.hpp
M /trunk/modules/gui/skins2/parser/skin_parser.cpp
M /trunk/share/skins2/skin.dtd
* 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
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
More information about the vlc-devel
mailing list