+ const wxString& name = wxEmptyString);
+
+ /**
+ Create the list book control that has already been constructed with
+ the default constructor.
+ */
+ bool Create(wxWindow *parent,
+ wxWindowID id,
+ const wxPoint& pos = wxDefaultPosition,
+ const wxSize& size = wxDefaultSize,
+ long style = 0,
+ const wxString& name = wxEmptyString);
+
+ /**
+ Returns the wxListView associated with the control.
+ */
+ wxListView* GetListView() const;