#include <bctextbox.h>
Inherits BC_ListBox.

Public Member Functions | |
| BC_PopupTextBoxList (BC_PopupTextBox *popup, int x, int y) | |
| int | handle_event () |
Data Fields | |
| BC_PopupTextBox * | popup |
Definition at line 260 of file bctextbox.h.
| BC_PopupTextBoxList::BC_PopupTextBoxList | ( | BC_PopupTextBox * | popup, | |
| int | x, | |||
| int | y | |||
| ) |
Definition at line 1729 of file bctextbox.C.
| int BC_PopupTextBoxList::handle_event | ( | ) | [virtual] |
Reimplemented from BC_ListBox.
Definition at line 1744 of file bctextbox.C.
References BC_ListBox::get_selection(), BC_ListBoxItem::get_text(), BC_PopupTextBox::handle_event(), popup, BC_PopupTextBox::textbox, and BC_TextBox::update().

1.5.5