#include <scale.h>
Inherits BC_TextBox.

Public Member Functions | |
| ScaleOffsetText (int x, int y, ScaleThread *thread, int *output) | |
| ~ScaleOffsetText () | |
| int | handle_event () |
Data Fields | |
| ScaleThread * | thread |
| int * | output |
Definition at line 82 of file scale.h.
| ScaleOffsetText::ScaleOffsetText | ( | int | x, | |
| int | y, | |||
| ScaleThread * | thread, | |||
| int * | output | |||
| ) |
| int ScaleOffsetText::handle_event | ( | ) | [virtual] |
Reimplemented from BC_TextBox.
Definition at line 315 of file scale.C.
References BC_TextBox::get_text(), output, thread, and ScaleThread::update_window().

1.5.5