#include <showcase_dialog.h>
Inheritance diagram for showcase_dialog:

Public Methods |
|
| showcase_dialog (wxWindow *parent) | |
| Constructor. |
|
| ~showcase_dialog () | |
| Destructor. |
|
| void | transfer_to (wxString &name, wxString &url, wxString &description, wxString &language, wxString &category, long &update_frequency, wxString &update_period, wxDateTime &update_base, bool &update_enabled, long &bpp, long &maxdepth, bool &stayonhost, bool &stayondomain, wxString &url_pattern) |
| Transfer a line of channel data to the dialog that called up the showcase dialog. |
|
| void | on_splitter_sash_position_changed (int sash_position) |
| Action to do when child spitter's sash postion changed. |
|
Composed of a showcase_splitterwindow that has a showcase_listctrl in one pane. Details of the selected item appear in another panes wxHtmlWindow.
|
|
Constructor.
|
|
|
Action to do when child spitter's sash postion changed. Event is sent upwards so the dialog can handle it.
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Transfer a line of channel data to the dialog that called up the showcase dialog. See channel_type for a description of the parameters. |