/*
hello gui header
*/
protected: VDKBox* Hbox2;
protected: VDKLabel* Label0;
protected: VDKPixmap* Pixmap0;
protected: VDKBox* Hbox4;
protected: VDKCustomButton* SayHello;
protected: VDKCustomButton* Quit;
public:
DECLARE_SIGNAL_MAP(HelloForm);
bool OnSayHelloClick(VDKObject* sender);
bool OnQuitClick(VDKObject* sender);
/*
declaring signal and events
dynamics tables
*/
DECLARE_SIGNAL_LIST(HelloForm);
DECLARE_EVENT_LIST(HelloForm);
// do not remove this mark: #!#
// end of file:hello_gui.h
