sp-color-gtkselector.cpp revision c28d68d0ea778aa7a84d030dfec4643c3637a701
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "sp-color-gtkselector.h"
static SPColorSelectorClass *parent_class;
#define XPAD 4
#define YPAD 1
{
if (!type) {
sizeof (SPColorGtkselectorClass),
NULL, /* base_init */
NULL, /* base_finalize */
NULL, /* class_finalize */
NULL, /* class_data */
sizeof (SPColorGtkselector),
0, /* n_preallocs */
NULL,
};
"SPColorGtkselector",
&info,
static_cast< GTypeFlags > (0) );
}
return type;
}
static void
{
}
{
{
}
}
void ColorGtkselector::init()
{
}
{
}
static void
{
}
static void
{
}
{
return GTK_WIDGET (csel);
}
: ColorSelector( csel ),
_gtkThing(0)
{
}
{
}
void ColorGtkselector::_colorChanged()
{
// g_message( "***** _colorChanged %04x %04x %04x", gcolor.red, gcolor.green, gcolor.blue );
}
{
// g_message( "***** _gtkChanged %04x %04x %04x", color.red, color.green, color.blue );
gtkInst->_updateInternals( ourColor, static_cast< gfloat > (alpha) / 65535.0, gtk_color_selection_is_adjusting(colorselection) );
}