#include <ndk++.h>
Inheritance diagram for NDK_XX::SubMenu:
Public Methods | |
SubMenu (int id, const string &title,int lines, int cols, int y, int x,char orient='h',int style=tabstop|framed|notify) | |
~SubMenu () | |
int | move_up () |
int | move_down () |
int | move_left () |
int | move_right () |
|
SubMenu Constructor Definition at line 1485 of file ndk++.h.
01502 : height of the window |
|
Definition at line 1492 of file ndk++.h. References NDK_XX::Control::title.
01502 : height of the window |
|
Reimplemented from NDK_XX::MenuBar. Definition at line 1500 of file ndk++.h.
01502 : 01503 height of the window 01504 @param cols width of the window |
|
move_left and move_right: if arrow_is_tab == true, they return false, so the owner can process KEY_LEFT and KEY_RIGHT, and properly move to previous or next control. Reimplemented from NDK_XX::MenuBar. Definition at line 1505 of file ndk++.h.
01521 { children.push_back(new_child); } |
|
Reimplemented from NDK_XX::MenuBar. Definition at line 1510 of file ndk++.h. References NDK_XX::DialogBox::children, and NDK_XX::Control::title.
01521 { children.push_back(new_child); } |
|
Reimplemented from NDK_XX::MenuBar. Definition at line 1495 of file ndk++.h.
01502 : height of the window |