class Stk_Window: public Stk_Container

This is the root of STK widget hiearchy

Inheritance:


Public Methods

[more] Stk_Window(float w, float h)
Constructor (width & height)
[more] ~Stk_Window()
Destructor
[more]void Draw()
Draw

Private Fields

[more]Stk_GContext* gc
the graphical context connected with this window


Inherited from Stk_Container:

Public Fields

o widgets

Public Methods

ovoid Add_Widget(Stk_Widget *)
ovoid Rem_Widget(Stk_Widget *)


Inherited from Stk_Widget:

Public Fields

ofloat top
ofloat left
ofloat width
ofloat height


Documentation

This is the root of STK widget hiearchy. You must create it before doing anything else.
o Stk_Window(float w, float h)
Constructor (width & height)

o ~Stk_Window()
Destructor

ovoid Draw()
Draw

oStk_GContext* gc
the graphical context connected with this window


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



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