mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-29 02:40:05 +00:00
Merge 984fc9476f into d6181bde38
This commit is contained in:
commit
8a99bc1a71
7 changed files with 54 additions and 9 deletions
|
|
@ -439,6 +439,9 @@ public:
|
|||
[[deprecated]] void setSelectedItemIndex (int, bool);
|
||||
[[deprecated]] void setText (const String&, bool);
|
||||
#endif
|
||||
|
||||
//GB 31/1/24 Changed to public
|
||||
PopupMenu::Item* getItemForId (int) const noexcept;
|
||||
|
||||
private:
|
||||
//==============================================================================
|
||||
|
|
@ -459,7 +462,7 @@ private:
|
|||
String textWhenNothingSelected, noChoicesMessage;
|
||||
EditableState labelEditableState = editableUnknown;
|
||||
|
||||
PopupMenu::Item* getItemForId (int) const noexcept;
|
||||
// std::unique_ptr<AccessibilityHandler> createAccessibilityHandler() override;
|
||||
PopupMenu::Item* getItemForIndex (int) const noexcept;
|
||||
bool selectIfEnabled (int index);
|
||||
bool nudgeSelectedItem (int delta);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue