#include <resizetrackthread.h>
Inherits BC_TextBox.

Public Member Functions | |
| ResizeTrackWidth (ResizeTrackWindow *gui, ResizeTrackThread *thread, int x, int y) | |
| int | handle_event () |
Data Fields | |
| ResizeTrackWindow * | gui |
| ResizeTrackThread * | thread |
Definition at line 39 of file resizetrackthread.h.
| ResizeTrackWidth::ResizeTrackWidth | ( | ResizeTrackWindow * | gui, | |
| ResizeTrackThread * | thread, | |||
| int | x, | |||
| int | y | |||
| ) |
Definition at line 214 of file resizetrackthread.C.
| int ResizeTrackWidth::handle_event | ( | ) | [virtual] |
Reimplemented from BC_TextBox.
Definition at line 223 of file resizetrackthread.C.
References BC_TextBox::get_text(), gui, thread, ResizeTrackWindow::update(), and ResizeTrackThread::w.

1.5.5