mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 09:51:13 +02:00
stringinput: rework dialogs
* fix diplay with all fontsizefactors
* dynamical height/width/position of dialogs
* dynamical height of buttonbar
Origin commit data
------------------
Commit: fad249ebb5
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-03-09 (Sat, 09 Mar 2013)
Origin message was:
------------------
- stringinput: rework dialogs
* fix diplay with all fontsizefactors
* dynamical height/width/position of dialogs
* dynamical height of buttonbar
This commit is contained in:
@@ -53,8 +53,11 @@ class CExtendedInput : public CMenuTarget
|
||||
int height;
|
||||
int hintPosY;
|
||||
int hheight; // head font height
|
||||
int mheight; // menu font height
|
||||
int iheight;
|
||||
int bheight; // body height
|
||||
int input_h; // input field height
|
||||
int input_w; // input field width
|
||||
int offset;
|
||||
|
||||
std::vector<CExtendedInput_Item*> inputFields;
|
||||
int selectedChar;
|
||||
@@ -88,7 +91,9 @@ class CExtendedInput_Item
|
||||
{
|
||||
protected:
|
||||
CFrameBuffer *frameBuffer;
|
||||
int ix, iy, idx, idy;
|
||||
int input_h; // input field height
|
||||
int input_w; // input field width
|
||||
int ix, iy;
|
||||
char* data;
|
||||
|
||||
public:
|
||||
|
Reference in New Issue
Block a user