#include <dialogs.h>
Inheritance diagram for THistoryWindow::
Public Methods | |
THistoryWindow (const TRect &bounds, ushort historyId) | |
virtual TPalette& | getPalette () const |
virtual void | getSelection (char *dest) |
Static Public Methods | |
TListViewer* | initViewer (TRect bounds, TWindow *w, ushort aHistoryId) |
Protected Attributes | |
TListViewer* | viewer |
By default, the window has no title and no number. The history window's frame has only a close icon: the window can be closed, but not resized or zoomed.
Definition at line 2328 of file dialogs.h.
|
Calls the THistInit constructor with the argument &THistoryWindow::initViewer. This creates the list viewer.
|
|
Returns the default palette string. Reimplemented from TWindow. |
|
Returns in `dest' the string value of the THistoryViewer::focused item in the associated history viewer. |
|
Instantiates and inserts a THistoryViewer object inside the boundaries of the history window for the list associated with the ID `aHistoryId'. Standard scroll bars are placed on the frame of the window to scroll the list. |
|
Points to the list viewer to be contained in this history window. |