Home
last modified time | relevance | path

Searched refs:LSPSLOT_RESIZE_PARENT (Results 1 – 5 of 5) sorted by relevance

/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/ui/tk/
H A Dtk.h127LSPSLOT_RESIZE_PARENT, //!< LSPSLOT_RESIZE_PARENT Triggered when the parent widget has been r… enumerator
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/ui/ctl/
H A DCtlAxis.cpp66 axis->slots()->bind(LSPSLOT_RESIZE_PARENT, slot_graph_resize, this); in init()
H A DCtlMarker.cpp91 mark->slots()->bind(LSPSLOT_RESIZE_PARENT, slot_graph_resize, this); in init()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/ui/tk/widgets/
H A DLSPGraph.cpp348 if ((res = item->slots()->execute(LSPSLOT_RESIZE_PARENT, this, &tmp)) != STATUS_OK) in on_resize()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/ui/tk/basic/
H A DLSPWidget.cpp96 if (id >= 0) id = sSlots.add(LSPSLOT_RESIZE_PARENT, slot_resize_parent, self()); in init()