31 virtual void layout()
override;
32 virtual bool expose(
const rect& region)
override;
38 int add_tooltip(
const SDL_Rect& rect,
const std::string& message,
const std::string& action =
"");
39 bool update_tooltip(
int id,
const SDL_Rect& rect,
const std::string& message);
41 void process(
int mousex,
int mousey);
46 bool click(
int mousex,
int mousey);
A top-level drawable item (TLD), such as a window.
An abstract description of a rectangle with integer coordinates.
Contains the SDL_Rect helper code.