1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-12 13:44:56 +02:00
vlc/doc/skins
Erwan Tulou 81717b48cd skins2: implement a new 'focus' attribute for text control
Up to now, text control could but be focusable, and this focus was used
to scroll text, should it be too long for full display.

From a user viewpoint, this behavior is often counterintuitive :
 - Most of the time, the control is designed to fit the text anyway, and
   scrolling is not expected.
 - On the other hand, an underlying control may be used to move the window
   (for instance, the title bar), and a text control is expected not to
   interact in this endeavor. Same goes for popupmenu, that is expected
   to work if one happens to right-click on a text control.

This patch adds a 'focus' attribute to the text control, and leave it to the
skins developper to decide which behavior is most desirable on a per-control
basis. focus still defaults to true to maintain skins current behavior.
2010-12-11 15:24:33 +01:00
..
curve_maker - doc/skins: some documentation about the skins 2003-03-18 02:48:05 +00:00
events-howto.txt * modules/gui/skins/*: 2004-02-15 18:58:38 +00:00
skins2-howto.xml skins2: implement a new 'focus' attribute for text control 2010-12-11 15:24:33 +01:00
skins-howto.txt * Spelling fixes. 2004-08-28 11:29:48 +00:00