#include <new.h>
Inherits BC_ListBox.

Public Member Functions | |
| FrameSizePulldown (MWindow *mwindow, BC_TextBox *output_w, BC_TextBox *output_h, int x, int y) | |
| int | handle_event () |
Data Fields | |
| MWindow * | mwindow |
| BC_TextBox * | output_w |
| BC_TextBox * | output_h |
Definition at line 228 of file new.h.
| FrameSizePulldown::FrameSizePulldown | ( | MWindow * | mwindow, | |
| BC_TextBox * | output_w, | |||
| BC_TextBox * | output_h, | |||
| int | x, | |||
| int | y | |||
| ) |
| int FrameSizePulldown::handle_event | ( | ) | [virtual] |
Reimplemented from BC_ListBox.
Definition at line 666 of file new.C.
References BCTEXTLEN, BC_ListBox::get_selection(), BC_ListBoxItem::get_text(), BC_WindowBase::h, BC_TextBox::handle_event(), output_h, output_w, strrchr, BC_TextBox::update(), and BC_WindowBase::w.

1.5.5