mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
CTextBox: add member to get text mode
This commit is contained in:
@@ -199,7 +199,7 @@ class CTextBox
|
||||
inline int getPages(void) {return(m_nNrOfPages);};
|
||||
inline void movePosition(int x, int y) {m_cFrame.iX = x; m_cFrame.iY = y;};
|
||||
int getFontTextHeight();
|
||||
|
||||
inline int getTextMode() {return m_nMode;};
|
||||
void paint (void);
|
||||
void hide (void);
|
||||
};
|
||||
|
Reference in New Issue
Block a user