#include <ndk_demo.h>
Inheritance diagram for ShowTabbedDialogCmd:
Public Methods | |
ShowTabbedDialogCmd () | |
~ShowTabbedDialogCmd () | |
int | action () |
|
Definition at line 197 of file ndk_demo.h. References NDK_XX::MenuItemData::MenuItemData().
00197 : MenuItemData("Tabbed Dialog") { } |
|
Definition at line 198 of file ndk_demo.h.
00198 {} |
|
Reimplemented from NDK_XX::MenuItemData. Definition at line 199 of file ndk_demo.h. References NDK_XX::DialogBox::do_modal().
00199 { 00200 TabbedDlgBox test(3000,23,55,0,5); 00201 test.do_modal(); 00202 return FALSE; 00203 } |