1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-17 00:44:19 +00:00
JUCE/modules/juce_gui_basics/menus
2012-05-25 16:42:36 +01:00
..
juce_MenuBarComponent.cpp (automated whitespace clean-up) 2012-03-20 16:00:06 +00:00
juce_MenuBarComponent.h Fix for incredibly subtle windows popupmenu problem. 2011-09-15 11:31:34 +01:00
juce_MenuBarModel.cpp (automated whitespace clean-up) 2012-03-20 16:00:06 +00:00
juce_MenuBarModel.h Changed the constness of the return type of MenuBarModel::getMenuBarNames() and MenuBarModel::getMenuForIndex(). Easy to update your code to handle this, just remove the 'const'. 2012-05-23 21:31:44 +01:00
juce_PopupMenu.cpp Changed the signature of MouseListener::mouseWheelMove() to take a struct MouseWheelDetails rather than raw floats. This will require updates in source code that uses mouse-wheel callbacks, but provides some new abilities, including a flag to indicate inverted wheel direction. 2012-05-25 16:42:36 +01:00
juce_PopupMenu.h Minor docs fix. 2012-05-18 20:08:39 +01:00