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

Public Methods |
|
| showcase_listctrl (wxWindow *parent, wxWindowID id=-1, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxLC_REPORT, const wxValidator &validator=wxDefaultValidator, const wxString &name="the_showcase_listctrl") | |
| Constructor. |
|
| showcase_listctrl () | |
| ~showcase_listctrl () | |
| Destructor. |
|
| void | set_column_widths (int maximum_listctrl_width) |
| Sets the column widths of the columns. |
|
Protected Attributes |
|
| wxWindow * | m_parent |
Populates rows from a file. Clicking on a row gets the details to show in the parent managed wxHtmlWindow.
|
||||||||||||||||||||||||||||||||
|
Constructor.
|
|
|
Sets the column widths of the columns. Needs to be public so the parent can tell to resize them as needed when the sash position has changed.
|