Dropdown Toolbar Item Selection Creation

Post here wxCrafter related issues / features / bugs
musictreeAstro
CodeLite Curious
Posts: 7
Joined: Sat Sep 14, 2013 1:50 am
Genuine User: Yes
IDE Question: C++
Contact:

Dropdown Toolbar Item Selection Creation

Post 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?
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Dropdown Toolbar Item Selection Creation

Post 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
Make sure you have read the HOW TO POST thread
Post Reply