mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-03 10:51:12 +02:00
widget/listframe.h: add function to get line height
This commit is contained in:
@@ -166,7 +166,7 @@ inline int getLines(void) {return(m_nNrOfLines);};
|
|||||||
inline int getPages(void) {return(m_nNrOfPages);};
|
inline int getPages(void) {return(m_nNrOfPages);};
|
||||||
inline void showSelection(bool show) {m_showSelection = show;refreshLine(m_nSelectedLine);};
|
inline void showSelection(bool show) {m_showSelection = show;refreshLine(m_nSelectedLine);};
|
||||||
inline void movePosition(int x, int y){m_cFrame.iX = x; m_cFrame.iY = y;};
|
inline void movePosition(int x, int y){m_cFrame.iX = x; m_cFrame.iY = y;};
|
||||||
|
inline int getLineHeight() {return m_nFontListHeight;}
|
||||||
|
|
||||||
/* Variables */
|
/* Variables */
|
||||||
typedef enum mode_
|
typedef enum mode_
|
||||||
|
Reference in New Issue
Block a user