![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXCanvas.h>
Public Member Functions | |
| FXCanvas (FXComposite *p, FXObject *tgt=NULL, FXSelector sel=0, FXuint opts=FRAME_NORMAL, FXint x=0, FXint y=0, FXint w=0, FXint h=0) | |
| virtual bool | canFocus () const |
Canvas, an area drawn by another object.
| FX::FXCanvas::FXCanvas | ( | FXComposite * | p, |
| FXObject * | tgt = NULL, |
||
| FXSelector | sel = 0, |
||
| FXuint | opts = FRAME_NORMAL, |
||
| FXint | x = 0, |
||
| FXint | y = 0, |
||
| FXint | w = 0, |
||
| FXint | h = 0 |
||
| ) |
Construct new drawing canvas widget.
| virtual bool FX::FXCanvas::canFocus | ( | ) | const [virtual] |
Return TRUE because canvas can receive focus.
Reimplemented from FX::FXWindow.
|
|