|
vdk 2.4.0
|
This class provides a canvas widget. More...
#include <canvas.h>
This class provides a canvas widget.
| void VDKCanvas::Clear | ( | ) |
clears canvas area
Reimplemented in VDKChart.
| void VDKCanvas::Redraw | ( | ) |
force a redrawing without expose_event
| void VDKCanvas::SetBackground | ( | VDKRgb | color, |
| GtkStateType | state = GTK_STATE_NORMAL |
||
| ) | [virtual] |
| void VDKCanvas::SetFont | ( | VDKFont * | f | ) | [virtual] |
Sets object font
Reimplemented from VDKObject.
| void VDKCanvas::SetForeground | ( | VDKRgb | color, |
| GtkStateType | state = GTK_STATE_NORMAL |
||
| ) | [virtual] |
| VDKReadWriteValueProp<VDKCanvas,bool> VDKCanvas::EnableClear |
default is true. It clears and refreshes the screen during the configure event. User can disable it to control the draw during the configure event
1.7.6.1