gtkmm
3.24.5
|
Specialization of Glib::Value<> for Cairo::RefPtr<Cairo::Surface>. More...
#include <gtkmm/cellrendererpixbuf.h>
Public Types | |
using | T = ::Cairo::Surface |
using | CppType = ::Cairo::RefPtr< T > |
using | CType = T::cobject |
Public Member Functions | |
void | set (const CppType& data) |
CppType | get () const |
Static Public Member Functions | |
static GType | value_type () |
Specialization of Glib::Value<> for Cairo::RefPtr<Cairo::Surface>.
Needed for Gtk::CellRendererPixbuf::property_surface().
using Glib::Value<::Cairo::RefPtr<::Cairo::Surface > >::CppType = ::Cairo::RefPtr<T> |
using Glib::Value<::Cairo::RefPtr<::Cairo::Surface > >::CType = T::cobject |
using Glib::Value<::Cairo::RefPtr<::Cairo::Surface > >::T = ::Cairo::Surface |
|
inline |
|
inline |
|
inlinestatic |