diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2022-10-18 02:53:11 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2022-10-18 02:53:11 -0400 |
commit | 88f2e63eeb0b0b9912133ab14ad1f24a452b1c2b (patch) | |
tree | e6489c54cea281438820864b72867cb4f380cbff /src/components/statusindicator.hpp | |
parent | 5a3bce7498aea568cb6eb83d04313f8d777e8c94 (diff) | |
download | abaddon-portaudio-88f2e63eeb0b0b9912133ab14ad1f24a452b1c2b.tar.gz abaddon-portaudio-88f2e63eeb0b0b9912133ab14ad1f24a452b1c2b.zip |
custom draw capture volume with gate indicator
Diffstat (limited to 'src/components/statusindicator.hpp')
-rw-r--r-- | src/components/statusindicator.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/statusindicator.hpp b/src/components/statusindicator.hpp index ad9122b..ce86d93 100644 --- a/src/components/statusindicator.hpp +++ b/src/components/statusindicator.hpp @@ -11,9 +11,9 @@ public: protected: Gtk::SizeRequestMode get_request_mode_vfunc() const override; void get_preferred_width_vfunc(int &minimum_width, int &natural_width) const override; - void get_preferred_height_for_width_vfunc(int width, int &minimum_height, int &natural_height) const override; - void get_preferred_height_vfunc(int &minimum_height, int &natural_height) const override; void get_preferred_width_for_height_vfunc(int height, int &minimum_width, int &natural_width) const override; + void get_preferred_height_vfunc(int &minimum_height, int &natural_height) const override; + void get_preferred_height_for_width_vfunc(int width, int &minimum_height, int &natural_height) const override; void on_size_allocate(Gtk::Allocation &allocation) override; void on_map() override; void on_unmap() override; |