#include <pluginprefs.h>
Inherits BC_TextBox.

Public Member Functions | |
| PluginGlobalPathText (int x, int y, PreferencesWindow *pwindow, char *text) | |
| ~PluginGlobalPathText () | |
| int | handle_event () |
Data Fields | |
| PreferencesWindow * | pwindow |
Definition at line 26 of file pluginprefs.h.
| PluginGlobalPathText::PluginGlobalPathText | ( | int | x, | |
| int | y, | |||
| PreferencesWindow * | pwindow, | |||
| char * | text | |||
| ) |
Definition at line 72 of file pluginprefs.C.
| PluginGlobalPathText::~PluginGlobalPathText | ( | ) |
Definition at line 78 of file pluginprefs.C.
| int PluginGlobalPathText::handle_event | ( | ) | [virtual] |
Reimplemented from BC_TextBox.
Definition at line 80 of file pluginprefs.C.
References BC_TextBox::get_text(), Preferences::global_plugin_dir, PreferencesThread::preferences, pwindow, and PreferencesWindow::thread.

1.5.5