Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

TabbedDlgPage1 Class Reference

#include <ndk_demo.h>

Inheritance diagram for TabbedDlgPage1:

NDK_XX::PropertyPage NDK_XX::DialogBox NDK_XX::Control List of all members.

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 ()

Constructor & Destructor Documentation

TabbedDlgPage1::TabbedDlgPage1 PropertyDialog *    parent,
int    id,
const string &    title,
int    lines,
int    cols,
int    y = 0,
int    x = 0
 

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 };


Member Function Documentation

void TabbedDlgPage1::on_dlg_init   [protected, virtual]
 

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().

00267 {
00268     add_child(new Label(this,-1,get_text(),1,get_text().length(),2,2));
00269 }


The documentation for this class was generated from the following files:
Generated on Thu Oct 10 16:02:10 2002 by doxygen1.2.17