X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fview.hpp;h=635273dae74ad6e1131a592da699beba6a8e76e7;hp=66d31a225bf7b28806da3b28e87465ce5349daa7;hb=574c568d184240cd87be1b57fc00d60a4eac7566;hpb=0fb9d6454c286869d71621b69515802903735057 diff --git a/pv/view/view.hpp b/pv/view/view.hpp index 66d31a2..635273d 100644 --- a/pv/view/view.hpp +++ b/pv/view/view.hpp @@ -171,6 +171,12 @@ public: */ void enable_sticky_scrolling(bool state); + /** + * Enables or disables coloured trace backgrounds. If they're not + * coloured then they will use alternating colors. + */ + void enable_coloured_bg(bool state); + /** * Returns true if cursors are displayed. false otherwise. */