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

Public Methods |
|
| showcase_splitterwindow (wxWindow *parent, wxWindowID id=-1, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxSP_3D, const wxString &name="the_showcase_splitterwindow", showcase_dialog *parent_showcase_dialog=NULL) | |
| Constructor. |
|
| showcase_splitterwindow () | |
| ~showcase_splitterwindow () | |
| Destructor. |
|
| void | set_column_widths () |
| Sets the column widths of the showcase_listctrlcolumns. |
|
Protected Methods |
|
| bool | OnSashPositionChange (int new_sash_position) |
| void | on_splitter_sash_position_changed (wxSplitterEvent &event) |
Protected Attributes |
|
| wxWindow * | m_parent |
| showcase_dialog * | m_parent_showcase_dialog |
|
||||||||||||||||||||||||||||||||
|
Constructor.
|
|
|