#include <scale.h>
Inherits BC_Window.

Public Member Functions | |
| ScaleWin (ScaleMain *client, int x, int y) | |
| ~ScaleWin () | |
| int | create_objects () |
| int | close_event () |
Data Fields | |
| ScaleMain * | client |
| ScaleWidth * | width |
| ScaleHeight * | height |
| ScaleConstrain * | constrain |
Definition at line 70 of file scale.h.
| ScaleWin::ScaleWin | ( | ScaleMain * | client, | |
| int | x, | |||
| int | y | |||
| ) |
Definition at line 19 of file scalewin.C.
| ScaleWin::~ScaleWin | ( | ) |
Definition at line 34 of file scalewin.C.
| int ScaleWin::create_objects | ( | ) |
Definition at line 38 of file scalewin.C.
References _, BC_WindowBase::add_tool(), BC_WindowBase::BC_Title, client, constrain, BC_TumbleTextBox::create_objects(), BC_WindowBase::flush(), height, BC_WindowBase::show_window(), width, BC_WindowBase::x, and BC_WindowBase::y.

| int ScaleWin::close_event | ( | ) | [virtual] |
Reimplemented from BC_WindowBase.
Definition at line 58 of file scalewin.C.
References BC_WindowBase::set_done().

Definition at line 80 of file scale.h.
Referenced by create_objects(), and ScaleHeight::handle_event().
Definition at line 81 of file scale.h.
Referenced by create_objects(), and ScaleWidth::handle_event().
1.5.5