#include <glibmm/propertyproxy.h>
#include <gdkmm/color.h>
#include <gdkmm/bitmap.h>
#include <pangomm/fontdescription.h>
#include <gtkmm/enums.h>
Go to the source code of this file.
Namespaces | |
namespace | Gnome |
namespace | Gnome::Canvas |
namespace | Gnome::Canvas::Properties |
Defines | |
#define | GNOMEMM_PROPERTY(N, N2, T) |
Functions | |
template<class O, class T> | |
O & | operator<< (O &object, const Property< T > &property) |
Allow use of << operator on objects: For instance: canvasgroup << Gnome::Canvas::CanvasHelpers::x(2);. |
|
Value: class N : public Property<T > \ { \ public: \ N(const T& v); \ }; |
|
Allow use of << operator on objects: For instance: canvasgroup << Gnome::Canvas::CanvasHelpers::x(2);.
|