class Stk_Container: public Stk_Widget

This is a container

Inheritance:


Public Fields

[more] widgets
list of widgets

Public Methods

[more] Stk_Container()
Constructor
[more] ~Stk_Container()
Destructor
[more]void Draw()
Draw
[more]void Add_Widget(Stk_Widget *)
add a widget in list of son widgets
[more]void Rem_Widget(Stk_Widget *)
remove a widget in list of son widgets


Inherited from Stk_Widget:

Public Fields

ofloat top
ofloat left
ofloat width
ofloat height


Documentation

This is a container
o Stk_Container()
Constructor

o ~Stk_Container()
Destructor

ovoid Draw()
Draw

ovoid Add_Widget(Stk_Widget *)
add a widget in list of son widgets

ovoid Rem_Widget(Stk_Widget *)
remove a widget in list of son widgets

o widgets
list of widgets


Direct child classes:
Stk_Window

Alphabetic index HTML hierarchy of classes or Java



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