mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
indent
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1969 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: 8ed0fe202a
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2011-12-13 (Tue, 13 Dec 2011)
This commit is contained in:
@@ -140,13 +140,13 @@ class CTextBox
|
|||||||
void scrollPageDown(const int pages);
|
void scrollPageDown(const int pages);
|
||||||
void scrollPageUp(const int pages);
|
void scrollPageUp(const int pages);
|
||||||
bool setText(const std::string* newText, int _max_width = 0);
|
bool setText(const std::string* newText, int _max_width = 0);
|
||||||
inline bool isPainted(void){if( frameBuffer == NULL) return (false); else return (true);};
|
|
||||||
|
|
||||||
inline CBox getWindowsPos(void) {return(m_cFrame);};
|
inline bool isPainted(void) {if( frameBuffer == NULL) return (false); else return (true);};
|
||||||
inline int getMaxLineWidth(void) {return(m_nMaxLineWidth);};
|
inline CBox getWindowsPos(void) {return(m_cFrame);};
|
||||||
inline int getLines(void) {return(m_nNrOfLines);};
|
inline int getMaxLineWidth(void) {return(m_nMaxLineWidth);};
|
||||||
inline int getPages(void) {return(m_nNrOfPages);};
|
inline int getLines(void) {return(m_nNrOfLines);};
|
||||||
inline void movePosition(int x, int y){m_cFrame.iX = x; m_cFrame.iY = y;};
|
inline int getPages(void) {return(m_nNrOfPages);};
|
||||||
|
inline void movePosition(int x, int y) {m_cFrame.iX = x; m_cFrame.iY = y;};
|
||||||
|
|
||||||
void paint (void);
|
void paint (void);
|
||||||
void hide (void);
|
void hide (void);
|
||||||
@@ -160,9 +160,7 @@ inline void movePosition(int x, int y){m_cFrame.iX = x; m_cFrame.iY = y;};
|
|||||||
SCROLL = 0x04,
|
SCROLL = 0x04,
|
||||||
CENTER = 0x40,
|
CENTER = 0x40,
|
||||||
NO_AUTO_LINEBREAK = 0x80
|
NO_AUTO_LINEBREAK = 0x80
|
||||||
}mode;
|
} mode;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#endif // !defined(AFX_TEXTBOX_H__208DED01_ABEC_491C_A632_5B21057DC5D8__INCLUDED_)
|
#endif // !defined(AFX_TEXTBOX_H__208DED01_ABEC_491C_A632_5B21057DC5D8__INCLUDED_)
|
||||||
|
Reference in New Issue
Block a user