mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
Merge branch 'next' of coolstreamtech.de:cst-public-gui-neutrino into next
Conflicts: src/gui/widget/stringinput.cpp
This commit is contained in:
@@ -4,13 +4,6 @@
|
||||
Copyright (C) 2001 Steffen Hehn 'McClean'
|
||||
Homepage: http://dbox.cyberphoria.org/
|
||||
|
||||
Kommentar:
|
||||
|
||||
Diese GUI wurde von Grund auf neu programmiert und sollte nun vom
|
||||
Aufbau und auch den Ausbaumoeglichkeiten gut aussehen. Neutrino basiert
|
||||
auf der Client-Server Idee, diese GUI ist also von der direkten DBox-
|
||||
Steuerung getrennt. Diese wird dann von Daemons uebernommen.
|
||||
|
||||
|
||||
License: GPL
|
||||
|
||||
@@ -49,8 +42,12 @@ class CStringInput : public CMenuTarget
|
||||
int width;
|
||||
int height;
|
||||
int hheight; // head font height
|
||||
int mheight; // menu font height
|
||||
int iheight;
|
||||
int bheight; // body height
|
||||
int fheight; // footer height
|
||||
int input_h; // input field height
|
||||
int input_w; // input field width
|
||||
int offset;
|
||||
int lower_bound;
|
||||
int upper_bound;
|
||||
|
||||
@@ -66,9 +63,8 @@ class CStringInput : public CMenuTarget
|
||||
CChangeObserver * observ;
|
||||
|
||||
virtual void init();
|
||||
virtual const char * getHint1(void);
|
||||
|
||||
virtual void paint(bool buttons = false);
|
||||
virtual void paint(bool sms = false);
|
||||
virtual void paintChar(int pos, char c);
|
||||
virtual void paintChar(int pos);
|
||||
|
||||
|
Reference in New Issue
Block a user