Home
last modified time | relevance | path

Searched refs:LSPSLOT_VSCROLL (Results 1 – 2 of 2) sorted by relevance

/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/ui/tk/
H A Dtk.h130LSPSLOT_VSCROLL, //!< LSPSLOT_VSCROLL Triggered when the vertical scrolling is applied enumerator
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/ui/tk/widgets/
H A DLSPListBox.cpp218 if (id >= 0) id = sSlots.add(LSPSLOT_VSCROLL, slot_on_vscroll, self()); in init()
279 return w->slots()->execute(LSPSLOT_VSCROLL, sender, data); in slot_on_sbar_vscroll()