added a menu allowing to change the border style used by the widget
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38772 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -79,6 +79,7 @@ public:
|
||||
ListboxWidgetsPage(wxBookCtrlBase *book, wxImageList *imaglist);
|
||||
|
||||
virtual wxControl *GetWidget() const { return m_lbox; }
|
||||
virtual void RecreateWidget() { CreateLbox(); }
|
||||
|
||||
protected:
|
||||
// event handlers
|
||||
@@ -334,7 +335,7 @@ void ListboxWidgetsPage::Reset()
|
||||
|
||||
void ListboxWidgetsPage::CreateLbox()
|
||||
{
|
||||
int flags = 0;
|
||||
int flags = ms_defaultFlags;
|
||||
switch ( m_radioSelMode->GetSelection() )
|
||||
{
|
||||
default:
|
||||
|
Reference in New Issue
Block a user