class Stk_Widget: public Stk_Rect

This is the basis class of all widget object

Inheritance:


Public Methods

[more] Stk_Widget(float x, float y, float w, float h)
Constructors
[more]virtual ~Stk_Widget()
Destructor
[more]virtual void Draw()
Draw function


Inherited from Stk_Rect:

Public Fields

ofloat x
ofloat y
ofloat width
ofloat height


Documentation

This is the basis class of all widget object
o Stk_Widget(float x, float y, float w, float h)
Constructors

ovirtual ~Stk_Widget()
Destructor

ovirtual void Draw()
Draw function


Direct child classes:
Stk_Text
Stk_Container

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.