mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
CTextBox/CMsgBox: reduce data type conflicts
Origin commit data
------------------
Commit: e1a586a9b1
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-09-14 (Fri, 14 Sep 2012)
This commit is contained in:
@@ -152,16 +152,6 @@ class CTextBox
|
|||||||
int text_border_width;
|
int text_border_width;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
/* Variables */
|
|
||||||
typedef enum mode_
|
|
||||||
{
|
|
||||||
AUTO_WIDTH = 0x01,
|
|
||||||
AUTO_HIGH = 0x02,
|
|
||||||
SCROLL = 0x04,
|
|
||||||
CENTER = 0x40,
|
|
||||||
NO_AUTO_LINEBREAK = 0x80
|
|
||||||
} mode;
|
|
||||||
|
|
||||||
/* Constructor */
|
/* Constructor */
|
||||||
CTextBox();
|
CTextBox();
|
||||||
CTextBox( const char * text);
|
CTextBox( const char * text);
|
||||||
|
Reference in New Issue
Block a user