class Stk_GContext

This is a graphical context

Public Methods

[more] Stk_GContext(float w, float h)
Constructor: need width & height
[more] ~Stk_GContext()
Destructor
[more]void Lock()
Lock this context
[more]void Free()
Free this context

Private Fields

[more]float width
Width of the X11 window
[more]float height
Height of the X11 window


Documentation

This is a graphical context
o Stk_GContext(float w, float h)
Constructor: need width & height

o ~Stk_GContext()
Destructor

ovoid Lock()
Lock this context

ovoid Free()
Free this context

ofloat width
Width of the X11 window

ofloat height
Height of the X11 window


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



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