#include <bcnewfolder.h>
Inherits BC_Window.

Public Member Functions | |
| BC_NewFolder (int x, int y, BC_FileBox *filebox) | |
| ~BC_NewFolder () | |
| int | create_objects () |
| char * | get_text () |
Private Attributes | |
| BC_TextBox * | textbox |
Definition at line 10 of file bcnewfolder.h.
| BC_NewFolder::BC_NewFolder | ( | int | x, | |
| int | y, | |||
| BC_FileBox * | filebox | |||
| ) |
Definition at line 17 of file bcnewfolder.C.
| BC_NewFolder::~BC_NewFolder | ( | ) |
Definition at line 31 of file bcnewfolder.C.
| int BC_NewFolder::create_objects | ( | ) |
Definition at line 36 of file bcnewfolder.C.
References _, BC_WindowBase::add_subwindow(), BC_WindowBase::add_tool(), BC_WindowBase::BC_TextBox, BC_WindowBase::BC_Title, BC_WindowBase::get_w(), BC_WindowBase::show_window(), textbox, BC_WindowBase::x, and BC_WindowBase::y.
Referenced by BC_NewFolderThread::run().

| char * BC_NewFolder::get_text | ( | ) |
Definition at line 50 of file bcnewfolder.C.
References BC_TextBox::get_text(), and textbox.
Referenced by BC_NewFolderThread::run().

BC_TextBox* BC_NewFolder::textbox [private] |
1.5.5