#include <new.h>
Inherits BC_ListBox.

Public Member Functions | |
| SampleRatePulldown (MWindow *mwindow, BC_TextBox *output, int x, int y) | |
| int | handle_event () |
Data Fields | |
| MWindow * | mwindow |
| BC_TextBox * | output |
Definition at line 145 of file new.h.
| SampleRatePulldown::SampleRatePulldown | ( | MWindow * | mwindow, | |
| BC_TextBox * | output, | |||
| int | x, | |||
| int | y | |||
| ) |
| int SampleRatePulldown::handle_event | ( | ) | [virtual] |
Reimplemented from BC_ListBox.
Definition at line 520 of file new.C.
References BC_ListBox::get_selection(), BC_ListBoxItem::get_text(), BC_TextBox::handle_event(), output, and BC_TextBox::update().

1.5.5