#include <awindowgui.h>
Inherits BC_SubWindow.

Public Member Functions | |
| AWindowDivider (MWindow *mwindow, AWindowGUI *gui, int x, int y, int w, int h) | |
| ~AWindowDivider () | |
| int | button_press_event () |
| int | cursor_motion_event () |
| int | button_release_event () |
Data Fields | |
| MWindow * | mwindow |
| AWindowGUI * | gui |
Definition at line 184 of file awindowgui.h.
| AWindowDivider::AWindowDivider | ( | MWindow * | mwindow, | |
| AWindowGUI * | gui, | |||
| int | x, | |||
| int | y, | |||
| int | w, | |||
| int | h | |||
| ) |
Definition at line 1098 of file awindowgui.C.
| AWindowDivider::~AWindowDivider | ( | ) |
Definition at line 1104 of file awindowgui.C.
| int AWindowDivider::button_press_event | ( | ) | [virtual] |
Reimplemented from BC_WindowBase.
Definition at line 1108 of file awindowgui.C.
References MainSession::current_operation, BC_WindowBase::cursor_inside(), BC_WindowBase::is_event_win(), mwindow, and MWindow::session.

| int AWindowDivider::cursor_motion_event | ( | ) | [virtual] |
Reimplemented from BC_WindowBase.
Definition at line 1118 of file awindowgui.C.
References MainSession::afolders_w, MainSession::current_operation, Theme::get_awindow_sizes(), BC_WindowBase::get_relative_cursor_x(), gui, mwindow, AWindowGUI::reposition_objects(), MWindow::session, and MWindow::theme.

| int AWindowDivider::button_release_event | ( | ) | [virtual] |
Reimplemented from BC_WindowBase.
Definition at line 1129 of file awindowgui.C.
References MainSession::current_operation, mwindow, and MWindow::session.
Definition at line 194 of file awindowgui.h.
Referenced by button_press_event(), button_release_event(), and cursor_motion_event().
1.5.5