HeSimpleColorDialog
HeSimpleColorDialog — An simple_color dialog for Hildon-based applications
|
|
Object Hierarchy
GObject
+----GInitiallyUnowned
+----GtkObject
+----GtkWidget
+----GtkContainer
+----GtkBin
+----GtkWindow
+----GtkDialog
+----HeSimpleColorDialog
Implemented Interfaces
HeSimpleColorDialog implements
AtkImplementorIface and GtkBuildable.
Details
HE_SIMPLE_COLOR_DIALOG_DEFAULT_TITLE
#define HE_SIMPLE_COLOR_DIALOG_DEFAULT_TITLE "Select a color"
HeSimpleColorDialogPrivate
typedef struct _HeSimpleColorDialogPrivate HeSimpleColorDialogPrivate;
HeSimpleColorDialog
typedef struct _HeSimpleColorDialog HeSimpleColorDialog;
he_simple_color_dialog_new ()
GtkWidget* he_simple_color_dialog_new (void);
he_simple_color_dialog_set_color ()
void he_simple_color_dialog_set_color (HeSimpleColorDialog *scd,
GdkColor *color);
he_simple_color_dialog_get_color ()
GdkColor* he_simple_color_dialog_get_color (HeSimpleColorDialog *scd);
he_simple_color_dialog_add_advanced_button ()
void he_simple_color_dialog_add_advanced_button
(HeSimpleColorDialog *scd);
he_simple_color_dialog_present ()
GdkColor* he_simple_color_dialog_present (GtkWindow *parent,
gboolean add_advanced_button,
GdkColor *default_color,
gchar *title);
parent : |
|
add_advanced_button : |
|
default_color : |
|
title : |
|
Returns : |
|
he_simple_color_dialog_present_interop ()
GdkColor* he_simple_color_dialog_present_interop
(GdkNativeWindow parent_winid,
gboolean add_advanced_button,
GdkColor *default_color,
gchar *title);
parent_winid : |
|
add_advanced_button : |
|
default_color : |
|
title : |
|
Returns : |
|