#include <ndk++.h>
Inheritance diagram for NDK_XX::PropDlgPushButton:
Public Methods | |
PropDlgPushButton (Control *parent, int id, const string &title,int lines, int cols, int y, int x,int style=tabstop|notify|framed) | |
PropDlgPushButton (Control *parent, int id, const string &title,int y, int x) | |
Protected Methods | |
int | driver (int key) |
|
PropDlgPushButton Constructor See parameters for class Control Definition at line 744 of file ndk++.h. References NDK_XX::ListItemData::default_choice, NDK_XX::ListItemData::field_state, and NDK_XX::ListItemData::user_data.
00755 : public Button |
|
PropDlgPushButton Constructor See parameters for class Control Definition at line 754 of file ndk++.h.
00755 : public Button 00756 { 00757 friend class ListBox; |
|
get a chance at processing the key, before parent does Reimplemented from NDK_XX::Button. Definition at line 760 of file ndk++.h. References NDK_XX::Control::checked, LI_SEL_CHANGE, NDK_XX::Control::notify, NDK_XX::Control::pParent, NDK_XX::Control::tabstop, and NDK_XX::Control::title.
00770 { |