#include <preferencesthread.h>
Inherits BC_GenericButton.

Public Member Functions | |
| PreferencesButton (MWindow *mwindow, PreferencesThread *thread, int x, int y, int category, char *text, VFrame **images) | |
| int | handle_event () |
Data Fields | |
| MWindow * | mwindow |
| PreferencesThread * | thread |
| int | category |
Definition at line 105 of file preferencesthread.h.
| PreferencesButton::PreferencesButton | ( | MWindow * | mwindow, | |
| PreferencesThread * | thread, | |||
| int | x, | |||
| int | y, | |||
| int | category, | |||
| char * | text, | |||
| VFrame ** | images | |||
| ) |
Definition at line 461 of file preferencesthread.C.
| int PreferencesButton::handle_event | ( | ) | [virtual] |
Reimplemented from BC_Button.
Definition at line 475 of file preferencesthread.C.
References category, PreferencesWindow::set_current_dialog(), thread, and PreferencesThread::window.

Definition at line 118 of file preferencesthread.h.
1.5.5