Ardour  9.0-pre0-582-g084a23a80d
cairo_packer.h
Go to the documentation of this file.
1 #ifndef __gtkmm2ext_cairo_packer_h__
2 #define __gtkmm2ext_cairo_packer_h__
3 
4 #include <gtkmm/box.h>
5 
6 #include "gtkmm2ext/visibility.h"
7 
9 {
10 public:
12  virtual ~CairoPacker () {}
13 
14  virtual Gdk::Color get_bg () const = 0;
15 
16 protected:
18 };
19 
21 {
22 public:
25 
26  Gdk::Color get_bg () const;
27 
29  void on_realize ();
31 };
32 
34 {
35 public:
38 
39  Gdk::Color get_bg () const;
40 
42  void on_realize ();
44 };
45 
46 #endif /* __gtkmm2ext_cairo_packer_h__ */
bool on_expose_event(GdkEventExpose *)
This is a default handler for the signal signal_expose_event().
Gdk::Color get_bg() const
void on_realize()
This is a default handler for the signal signal_realize().
void on_size_allocate(Gtk::Allocation &alloc)
This is a default handler for the signal signal_size_allocate().
virtual void draw_background(Gtk::Widget &, GdkEventExpose *)
virtual ~CairoPacker()
Definition: cairo_packer.h:12
virtual Gdk::Color get_bg() const =0
void on_realize()
This is a default handler for the signal signal_realize().
bool on_expose_event(GdkEventExpose *)
This is a default handler for the signal signal_expose_event().
Gdk::Color get_bg() const
void on_size_allocate(Gtk::Allocation &alloc)
This is a default handler for the signal signal_size_allocate().
#define LIBGTKMM2EXT_API