3 #ifndef _GDKMM_RGBCMAP_H
4 #define _GDKMM_RGBCMAP_H
7 #include <glibmm/ustring.h>
8 #include <sigc++/sigc++.h>
30 #include <gdkmmconfig.h>
31 #include <glibmm/arrayhandle.h>
33 #ifndef DOXYGEN_SHOULD_SKIP_THIS
43 #ifndef DOXYGEN_SHOULD_SKIP_THIS
55 #ifndef GDKMM_DISABLE_DEPRECATED
56 explicit RgbCmap(
const Glib::ArrayHandle<guint32>& colors);
59 unsigned long size()
const;
const guint32 & operator[](unsigned long index) const
Access the colors.
RgbCmap & operator=(const RgbCmap &)
guint32 & operator[](unsigned long index)
Access the colors.
GdkRgbCmap * gobj()
Provides access to the underlying C GObject.
unsigned long size() const
Number of colors.
RgbCmap(const Glib::ArrayHandle< guint32 > &colors)
const GdkRgbCmap * gobj() const
Provides access to the underlying C GObject.
typedefG_BEGIN_DECLS struct _GdkRgbCmap GdkRgbCmap