1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-27 02:20:05 +00:00
JUCE/modules/juce_gui_basics/menus
2012-07-07 21:09:10 +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 Fix for disappearing Apple extras menu items when showing native file choosers. 2012-06-14 13:57:38 +01:00
juce_PopupMenu.cpp Replaced the badly-named method Array::removeValue() with two new methods: removeFirstMatchingValue() and removeAllInstancesOf(). If you call the old method anywhere, you can just replace any calls with removeFirstMatchingValue(), which does the same job, but whose name makes it clear that not all instances of the value will be removed. 2012-07-07 21:09:10 +01:00
juce_PopupMenu.h Minor docs fix. 2012-05-18 20:08:39 +01:00