Home
last modified time | relevance | path

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

/dports/audio/fabla2-lv2/openAV-Fabla2-33f4062/src/ui/avtk/avtk/
H A Dscroll.cxx43 #define AVTK_SCROLL_BAR_SIZE 15 macro
55 …vSlider( new Avtk::Slider( ui, x_ + w_ - AVTK_SCROLL_BAR_SIZE, y_, AVTK_SCROLL_BAR_SIZE, h_, "Scro… in Scroll()
56 …hSlider( new Avtk::Slider( ui, x_, y_ - w_ - AVTK_SCROLL_BAR_SIZE, w_, AVTK_SCROLL_BAR_SIZE, "Scro… in Scroll()
101 child->h( h_ - AVTK_SCROLL_BAR_SIZE ); in set()
115 child->w( w_ - AVTK_SCROLL_BAR_SIZE ); in set()
/dports/audio/artyfx-lv2/openAV-ArtyFX-release-1.3-24-g6010d1a/src/avtk/avtk/
H A Dscroll.cxx13 #define AVTK_SCROLL_BAR_SIZE 15 macro
25 …vSlider( new Avtk::Slider( ui, x_ + w_ - AVTK_SCROLL_BAR_SIZE, y_, AVTK_SCROLL_BAR_SIZE, h_, "Scro… in Scroll()
26 …hSlider( new Avtk::Slider( ui, x_, y_ - w_ - AVTK_SCROLL_BAR_SIZE, w_, AVTK_SCROLL_BAR_SIZE, "Scro… in Scroll()
71 child->h( h_ - AVTK_SCROLL_BAR_SIZE ); in set()
85 child->w( w_ - AVTK_SCROLL_BAR_SIZE ); in set()