Home
last modified time | relevance | path

Searched refs:panner_font_attributes (Results 1 – 4 of 4) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dmono_panner.h93 static Pango::AttrList panner_font_attributes; variable
H A Dmono_panner.cc61 Pango::AttrList MonoPanner::panner_font_attributes; member in MonoPanner
84 panner_font_attributes.change(*font_attr); in MonoPanner()
200 layout->set_attributes (panner_font_attributes); in on_expose_event()
H A Dstereo_panner.h105 static Pango::AttrList panner_font_attributes; variable
H A Dstereo_panner.cc65 Pango::AttrList StereoPanner::panner_font_attributes; member in StereoPanner
95 panner_font_attributes.change(*font_attr); in StereoPanner()
147 layout->set_attributes (panner_font_attributes); in on_expose_event()