HeSimpleColorDialog

HeSimpleColorDialog — An simple_color dialog for Hildon-based applications

Synopsis

#define             HE_SIMPLE_COLOR_DIALOG_DEFAULT_TITLE
                    HeSimpleColorDialogPrivate;
                    HeSimpleColorDialog;
GtkWidget*          he_simple_color_dialog_new          (void);
void                he_simple_color_dialog_set_color    (HeSimpleColorDialog *scd,
                                                         GdkColor *color);
GdkColor*           he_simple_color_dialog_get_color    (HeSimpleColorDialog *scd);
void                he_simple_color_dialog_add_advanced_button
                                                        (HeSimpleColorDialog *scd);
GdkColor*           he_simple_color_dialog_present      (GtkWindow *parent,
                                                         gboolean add_advanced_button,
                                                         GdkColor *default_color,
                                                         gchar *title);
GdkColor*           he_simple_color_dialog_present_interop
                                                        (GdkNativeWindow parent_winid,
                                                         gboolean add_advanced_button,
                                                         GdkColor *default_color,
                                                         gchar *title);

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkBin
                                 +----GtkWindow
                                       +----GtkDialog
                                             +----HeSimpleColorDialog

Implemented Interfaces

HeSimpleColorDialog implements AtkImplementorIface and GtkBuildable.

Description

HeSimpleColorDialog works as a nice default simple_color dialog for Maemo apps

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);

Returns :

he_simple_color_dialog_set_color ()

void                he_simple_color_dialog_set_color    (HeSimpleColorDialog *scd,
                                                         GdkColor *color);

scd :
color :

he_simple_color_dialog_get_color ()

GdkColor*           he_simple_color_dialog_get_color    (HeSimpleColorDialog *scd);

scd :
Returns :

he_simple_color_dialog_add_advanced_button ()

void                he_simple_color_dialog_add_advanced_button
                                                        (HeSimpleColorDialog *scd);

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 :