#include "kernel.h"
#include "widget.h"
#include "grfx.h"
Functions | |
l_bool | WidgetCheckVisible (PWidget o) |
Check if all widget parent are visible. | |
void | WidgetDrawOnRect (PWidget o, TRect w, PWidget Ignore) |
Draw widget and all its childs clipped by specified Rect. | |
void | WidgetDrawAll (PWidget o) |
Draw widget and all its childs. | |
void | WidgetDraw (PWidget o, PRect w) |
Draw widget clipped by specified Rect (can be NULL). | |
void | WidgetRemove (PWidget o, PWidget i) |
Remove a widget (i) from its parent (o). | |
void | WidgetInsert (PWidget o, PWidget i) |
Insert a widget (i) into an other (o). | |
l_long | WidgetGetIndex (PWidget o) |
Calculate widget index in its parent. | |
PWidget | WidgetGetName (PWidget o, l_text Name) |
Get a sub-widget by its name. | |
void | WidgetDispose (PWidget o) |
Remove and free a widget. | |
PWidget | CreateWidget (PApplication App, TRect r) |
Create a new standart widget. | |
void | WidgetSetTooltipText (PWidget o, l_text t) |
Set a widget tooltip text. |