mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
*CTextBox: add missing textmode comments
This commit is contained in:
@@ -89,11 +89,11 @@ class CTextBox
|
|||||||
/* Variables */
|
/* Variables */
|
||||||
enum textbox_modes
|
enum textbox_modes
|
||||||
{
|
{
|
||||||
AUTO_WIDTH = 0x01,
|
AUTO_WIDTH = 0x01, //auto adapt frame width to max width or max text width, text is painted with auto linebreak
|
||||||
AUTO_HIGH = 0x02,
|
AUTO_HIGH = 0x02, //auto adapt frame height to max height, text is painted with auto linebreak
|
||||||
SCROLL = 0x04,
|
SCROLL = 0x04, //frame box contains scrollbars on long text
|
||||||
CENTER = 0x40,
|
CENTER = 0x40, //paint text centered
|
||||||
NO_AUTO_LINEBREAK = 0x80
|
NO_AUTO_LINEBREAK = 0x80 //paint text without auto linebreak, cutting text
|
||||||
};
|
};
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
Reference in New Issue
Block a user