#include <ndk_demo.h>
Inheritance diagram for TabbedDlgPage1:
Public Methods | |
TabbedDlgPage1 (PropertyDialog *parent, int id, const string &title,int lines, int cols, int y=0, int x=0) | |
Protected Methods | |
void | on_dlg_init () |
|
Definition at line 257 of file ndk_demo.cc. References NDK_XX::PropertyPage::do_initial_update().
00259 :PropertyPage(parent,id,title,lines,cols,y,x) 00260 { 00261 do_initial_update(); 00262 }; |
|
we override this to add adornments to the window Reimplemented from NDK_XX::PropertyPage. Definition at line 266 of file ndk_demo.cc. References NDK_XX::DialogBox::add_child(), and NDK_XX::DialogBox::get_text().
|