18#ifndef INCLUDED_CINPUT
19#define INCLUDED_CINPUT
59 int GetXTextPosition(
const std::list<SRow>::const_iterator& c,
const float& x,
float& wanted)
const;
112 void UpdateText(
int from = 0,
int to_before = -1,
int to_after = -1);
#define GUI_OBJECT(obj)
Definition: IGUIObject.h:50
Definition: Canvas2D.h:36
An CGUIText object is a parsed string, divided into text-rendering components.
Definition: CGUIText.h:57
The main object that represents a whole GUI page.
Definition: CGUI.h:61
Rectangle class used for screen rectangles.
Definition: Rect.h:31
GUI object such as a button or an input-box.
Definition: IGUIObject.h:60
Message send to IGUIObject::HandleMessage() in order to give life to Objects manually with a derived ...
Definition: SGUIMessage.h:68