#include <awindowgui.h>
Inherits BC_Button.

Public Member Functions | |
| AWindowDeleteFolder (MWindow *mwindow, AWindowGUI *gui, int x, int y) | |
| int | handle_event () |
Data Fields | |
| MWindow * | mwindow |
| AWindowGUI * | gui |
| int | x |
| int | y |
Definition at line 221 of file awindowgui.h.
| AWindowDeleteFolder::AWindowDeleteFolder | ( | MWindow * | mwindow, | |
| AWindowGUI * | gui, | |||
| int | x, | |||
| int | y | |||
| ) |
Definition at line 1496 of file awindowgui.C.
References _, and BC_WindowBase::set_tooltip().

| int AWindowDeleteFolder::handle_event | ( | ) | [virtual] |
Reimplemented from BC_Button.
Definition at line 1504 of file awindowgui.C.
References MWindow::delete_folder(), AWindowGUI::folder_list, BC_ListBox::get_selection(), BC_ListBoxItem::get_text(), gui, and mwindow.

1.5.5