Reply To: Reaching tabs properties

Home Forums General Programming Reaching tabs properties Reply To: Reaching tabs properties

#120238
goodweather
Participant
    • Topics: 45
    • Replies: 550
    • Total: 595
    • ★★★

    I looked further and found
    https://github.com/RomanKubiak/ctrlr/blob/master/Source/UIComponents/CtrlrComponents/Groups/CtrlrTabsComponent.h

    Is there a way to go to a specific level of a value tree in order to set the property?
    I want to change the background image of a specific tab…
    void setBackgroundImage (const Image &_tabBackgroundImage) { tabBackgroundImage = _tabBackgroundImage; }

    Is it mandatory to have uncommented lines in LComponents.cpp? Maybe that those functions have been replaced by others…
    Also, when doing what () on a component, you are getting the getChildComponent() function listed
    So frustrating to not have any explanations…

    Ctrlr