Reply To: popup menu actions? (how?)

Home Forums General Programming popup menu actions? (how?) Reply To: popup menu actions? (how?)

#72819
spk77
Participant
    • Topics: 0
    • Replies: 11
    • Total: 11

    Maybe it is possible, but I don’t know how to use this info :)…
    https://www.juce.com/doc/classPopupMenu#a0888091ddab0f599bb9d2fab28153f6b

    Public Types

    enum ColourIds {
    backgroundColourId = 0x1000700, textColourId = 0x1000600, headerTextColourId = 0x1000601, highlightedBackgroundColourId = 0x1000900,
    highlightedTextColourId = 0x1000800
    }
    A set of colour IDs to use to change the colour of various aspects of the menu. More…

    Ctrlr