summaryrefslogtreecommitdiff
path: root/examples/CairoUI/DemoWidgetBanner.h
blob: e02383dfd636f0f2e72016c73f3c1fb1aac7d2ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//          Copyright Jean Pierre Cimalando 2018.
// Distributed under the Boost Software License, Version 1.0.
//    (See accompanying file LICENSE or copy at
//          http://www.boost.org/LICENSE_1_0.txt)

#include "Widget.hpp"

class DemoWidgetBanner : public Widget {
public:
    explicit DemoWidgetBanner(Widget *group);
    void onDisplay() override;
};