#include <pluginprefs.h>
Inherits BC_TextBox.

Public Member Functions | |
| PluginLocalPathText (int x, int y, PreferencesWindow *pwindow, char *text) | |
| ~PluginLocalPathText () | |
| int | handle_event () |
Data Fields | |
| PreferencesWindow * | pwindow |
Definition at line 39 of file pluginprefs.h.
| PluginLocalPathText::PluginLocalPathText | ( | int | x, | |
| int | y, | |||
| PreferencesWindow * | pwindow, | |||
| char * | text | |||
| ) |
Definition at line 89 of file pluginprefs.C.
| PluginLocalPathText::~PluginLocalPathText | ( | ) |
Definition at line 95 of file pluginprefs.C.
| int PluginLocalPathText::handle_event | ( | ) | [virtual] |
Reimplemented from BC_TextBox.
Definition at line 97 of file pluginprefs.C.
References BC_TextBox::get_text(), Preferences::local_plugin_dir, PreferencesThread::preferences, pwindow, and PreferencesWindow::thread.

1.5.5