class Stk_Widget

This is the basis class of all widget object

Inheritance:


Public Fields

[more]float top
top position
[more]float left
left position
[more]float width
width of widget
[more]float height
height of widget

Public Methods

[more] Stk_Widget()
Constructor
[more]virtual ~Stk_Widget()
Destructor
[more]void Draw()
Draw function


Documentation

This is the basis class of all widget object.
o Stk_Widget()
Constructor

ovirtual ~Stk_Widget()
Destructor

ovoid Draw()
Draw function

ofloat top
top position

ofloat left
left position

ofloat width
width of widget

ofloat height
height of widget


Direct child classes:
Stk_Text
Stk_Container

Alphabetic index HTML hierarchy of classes or Java



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