Dropdown Toolbar Item Selection Creation
-
- CodeLite Curious
- Posts: 7
- Joined: Sat Sep 14, 2013 1:50 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
Dropdown Toolbar Item Selection Creation
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?
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Dropdown Toolbar Item Selection Creation
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
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