Home
last modified time | relevance | path

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

/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/ui/tk/
H A Dtk.h129LSPSLOT_HSCROLL, //!< LSPSLOT_HSCROLL Triggered when the horizontal scrolling is applied enumerator
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/ui/tk/widgets/
H A DLSPListBox.cpp217 if (id >= 0) id = sSlots.add(LSPSLOT_HSCROLL, slot_on_hscroll, self()); in init()
288 return w->slots()->execute(LSPSLOT_HSCROLL, sender, data); in slot_on_sbar_hscroll()