#include <stdlib.h>
#include <stdio.h>
#include "xap_UnixDialogHelper.h"
#include "xap_App.h"
#include "xap_UnixApp.h"
#include "xap_Frame.h"
#include "ap_Strings.h"
#include "ap_Dialog_Id.h"
#include "ap_UnixDialog_Background.h"
#include "ut_debugmsg.h"
Enumerations | |
enum | { RED, GREEN, BLUE, OPACITY } |
Functions | |
static void | s_color_cleared (GtkWidget *, AP_UnixDialog_Background *dlg) |
static void | s_color_changed (GtkWidget *, GdkRGBA *color, AP_UnixDialog_Background *dlg) |
static void s_color_changed | ( | GtkWidget * | , | |
GdkRGBA * | color, | |||
AP_UnixDialog_Background * | dlg | |||
) | [static] |
References UT_HashColor::setColor(), AP_Dialog_Background::setColor(), and UT_ASSERT.
Referenced by AP_UnixDialog_Background::_constructWindowContents(), and AP_UnixDialog_Background::eventOk().
static void s_color_cleared | ( | GtkWidget * | , | |
AP_UnixDialog_Background * | dlg | |||
) | [static] |
References AP_UnixDialog_Background::colorCleared(), and UT_return_if_fail.
Referenced by AP_UnixDialog_Background::_constructWindowContents().