mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
widget/listframe.h: add function to get line height
Origin commit data
------------------
Branch: ni/coolstream
Commit: cb0ee9607e
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-02-11 (Mon, 11 Feb 2019)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
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