#include <WidgetCreator.h>
Inheritance diagram for xfltk::WidgetCreator:

Public Member Functions | |
| WidgetCreator (GUI &gui) | |
| GUI & | gui () |
| virtual fltk::Widget * | create_begin (const char **attr)=0 |
| virtual void | create_end ()=0 |
| virtual | ~WidgetCreator () |
Definition at line 16 of file WidgetCreator.h.
|
|
This method create and initialize widget with given name and atributes. It is invoked before any children widgets are create.
Implemented in xfltk::HierarhyWidgetCreatorBase. |
|
|
End constructing widget with given name.
Implemented in xfltk::HierarhyWidgetCreatorBase. |
1.4.6-NO