MCPcopy Create free account
hub / github.com/VCVRack/Rack / LibraryButton

Method LibraryButton

src/app/MenuBar.cpp:949–952  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

947 NotificationIcon* notification;
948
949 LibraryButton() {
950 notification = new NotificationIcon;
951 addChild(notification);
952 }
953
954 void onAction(const ActionEvent& e) override {
955 ui::Menu* menu = createMenu<LibraryMenu>();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected