Page 1 of 1

Dropdown Toolbar Item Selection Creation

Posted: Wed Feb 26, 2014 11:54 pm
by musictreeAstro
I have a toolbar item set as "dropdown" kind, but cannot figure out how to create options for the user to select when this button is pushed. I know I could create these options on a tool_clicked event for this button, but is there a graphical way to set this up in wxCrafter?

Re: Dropdown Toolbar Item Selection Creation

Posted: Thu Feb 27, 2014 12:33 am
by eranif
This feature is already implemented and will be available in the next release
For now, you can only do it from the code

Here is a link to the current status:

http://codelite.org/LiteEditor/ReleaseNotesWxCrafter20

Eran