mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
CTextBox: add optional text align TOP
Origin commit data
------------------
Commit: 33e684bc20
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-09-22 (Sat, 22 Sep 2012)
Origin message was:
------------------
*CTextBox: add optional text align TOP
This commit is contained in:
@@ -94,6 +94,7 @@ class CTextBox
|
||||
SCROLL = 0x04, //frame box contains scrollbars on long text
|
||||
CENTER = 0x40, //paint text centered
|
||||
RIGHT = 0x100, //paint text right
|
||||
TOP = 0x200, //paint text on top of frame
|
||||
NO_AUTO_LINEBREAK = 0x80 //paint text without auto linebreak, cutting text
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user