#include <bcrelocatablewidget.h>
Inherited by BC_PopupTextBox, BC_TumbleTextBox, BC_WidgetGrid, and BC_WindowBase.
Public Member Functions | |
| BC_RelocatableWidget () | |
| virtual int | reposition_widget (int x, int y, int w=-1, int h=-1) |
| virtual int | get_w () |
| virtual int | get_h () |
Definition at line 4 of file bcrelocatablewidget.h.
| BC_RelocatableWidget::BC_RelocatableWidget | ( | ) |
Definition at line 3 of file bcrelocatablewidget.C.
| virtual int BC_RelocatableWidget::reposition_widget | ( | int | x, | |
| int | y, | |||
| int | w = -1, |
|||
| int | h = -1 | |||
| ) | [inline, virtual] |
Reimplemented in BC_PopupTextBox, BC_TumbleTextBox, BC_WidgetGrid, and BC_WindowBase.
Definition at line 8 of file bcrelocatablewidget.h.
Referenced by BC_WidgetGrid::setw_position().
| virtual int BC_RelocatableWidget::get_w | ( | ) | [inline, virtual] |
Reimplemented in BC_ListBox, BC_PopupTextBox, BC_TumbleTextBox, BC_WidgetGrid, and BC_WindowBase.
Definition at line 9 of file bcrelocatablewidget.h.
| virtual int BC_RelocatableWidget::get_h | ( | ) | [inline, virtual] |
Reimplemented in BC_ListBox, BC_PopupTextBox, BC_TumbleTextBox, BC_WidgetGrid, and BC_WindowBase.
Definition at line 10 of file bcrelocatablewidget.h.
1.5.5