bugfix of last SVN revision
git-svn-id: svn://kolibrios.org@1176 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
16
programs/develop/libraries/libGUI/SRC/control_text.h
Normal file
16
programs/develop/libraries/libGUI/SRC/control_text.h
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
#define TEXT_ORIENTATION_FROM_LEFT_TO_RIGHT_ON 0x1
|
||||
#define TEXT_ORIENTATION_FROM_LEFT_TO_RIGHT_OFF 0xfe
|
||||
|
||||
#define TEXT_BACKGROUND_ON 0x2;
|
||||
#define TEXT_BACKGROUND_OFF 0xfd;
|
||||
|
||||
struct TextSize
|
||||
{
|
||||
int sizex;
|
||||
int sizey;
|
||||
};
|
||||
|
||||
typedef struct TextSize gui_text_size_t;
|
||||
|
||||
|
Reference in New Issue
Block a user