Home
last modified time | relevance | path

Searched refs:LSPSLOT_FOCUS_IN (Results 1 – 3 of 3) sorted by relevance

/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/ui/tk/
H A Dtk.h108 LSPSLOT_FOCUS_IN, //!< LSPSLOT_FOCUS_IN Triggered when element takes focus enumerator
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/ui/tk/basic/
H A DLSPWidget.cpp80 id = sSlots.add(LSPSLOT_FOCUS_IN, slot_focus_in, self()); in init()
689 FWD_EVENT(UIE_FOCUS_IN, LSPSLOT_FOCUS_IN ) in handle_event()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/ui/tk/widgets/
H A DLSPWindow.cpp571 result = sSlots.execute(LSPSLOT_FOCUS_IN, this, &ev); in handle_event()