mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
add ::set_layout_font (const Pango::FontDescription&) to ArdourButton
This commit is contained in:
parent
58f7d02bf2
commit
00f604019d
2 changed files with 12 additions and 1 deletions
|
|
@ -83,8 +83,9 @@ class ArdourButton : public CairoWidget , public Gtkmm2ext::Activatable
|
|||
void set_distinct_led_click (bool yn);
|
||||
|
||||
void set_layout_ellisize_width (int w);
|
||||
void set_layout_font (const Pango::FontDescription&);
|
||||
void set_text_ellipsize (Pango::EllipsizeMode);
|
||||
|
||||
|
||||
sigc::signal<void> signal_led_clicked;
|
||||
sigc::signal<void> signal_clicked;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue