User proper value type of wxPG_ATTR_MULTICHOICE_USERSTRINGMODE attribute
This attribute is of int type.
This commit is contained in:
parent
cd1dafb619
commit
0c144f6cda
1 changed files with 1 additions and 1 deletions
|
|
@ -1429,7 +1429,7 @@ void FormMain::PopulateWithExamples ()
|
|||
|
||||
pg->Append( new wxMultiChoiceProperty( "MultiChoiceProperty", wxPG_LABEL,
|
||||
tchoices, tchoicesValues ) );
|
||||
pg->SetPropertyAttribute( "MultiChoiceProperty", wxPG_ATTR_MULTICHOICE_USERSTRINGMODE, true );
|
||||
pg->SetPropertyAttribute("MultiChoiceProperty", wxPG_ATTR_MULTICHOICE_USERSTRINGMODE, 1);
|
||||
|
||||
pg->Append( new wxSizeProperty( "SizeProperty", "Size", GetSize() ) );
|
||||
pg->Append( new wxPointProperty( "PointProperty", "Position", GetPosition() ) );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue