GnomeDruidPageStandard

Name

GnomeDruidPageStandard -- 

Synopsis



struct      GnomeDruidPageStandardPrivate;
#define     gnome_druid_page_standard_set_bg_color
#define     gnome_druid_page_standard_set_logo_bg_color
#define     gnome_druid_page_standard_set_title_color
GtkWidget*  gnome_druid_page_standard_new   (void);
GtkWidget*  gnome_druid_page_standard_new_with_vals
                                            (const gchar *title,
                                             GdkPixbuf *logo,
                                             GdkPixbuf *top_watermark);
void        gnome_druid_page_standard_construct
                                            (GnomeDruidPageStandard *druid_page_standard,
                                             const gchar *title,
                                             GdkPixbuf *logo,
                                             GdkPixbuf *top_watermark);
void        gnome_druid_page_standard_set_title
                                            (GnomeDruidPageStandard *druid_page_standard,
                                             const gchar *title);
void        gnome_druid_page_standard_set_logo
                                            (GnomeDruidPageStandard *druid_page_standard,
                                             GdkPixbuf *logo_image);
void        gnome_druid_page_standard_set_top_watermark
                                            (GnomeDruidPageStandard *druid_page_standard,
                                             GdkPixbuf *top_watermark_image);
void        gnome_druid_page_standard_set_title_foreground
                                            (GnomeDruidPageStandard *druid_page_standard,
                                             GdkColor *color);
void        gnome_druid_page_standard_set_background
                                            (GnomeDruidPageStandard *druid_page_standard,
                                             GdkColor *color);
void        gnome_druid_page_standard_set_logo_background
                                            (GnomeDruidPageStandard *druid_page_standard,
                                             GdkColor *color);
void        gnome_druid_page_standard_set_contents_background
                                            (GnomeDruidPageStandard *druid_page_standard,
                                             GdkColor *color);
void        gnome_druid_page_standard_append_item
                                            (GnomeDruidPageStandard *druid_page_standard,
                                             const gchar *question_mnemonic,
                                             GtkWidget *item,
                                             const gchar *additional_info_markup);

Object Hierarchy


  GObject
   +----GtkObject
         +----GtkWidget
               +----GtkContainer
                     +----GtkBin
                           +----GnomeDruidPage
                                 +----GnomeDruidPageStandard

Properties


  "title"                gchararray           : Read / Write
  "logo"                 GdkPixbuf            : Read / Write
  "top-watermark"        GdkPixbuf            : Read / Write
  "title-foreground"     gchararray           : Write
  "title-foreground-gdk" GdkColor             : Read / Write
  "title-foreground-set" gboolean             : Read / Write
  "background"           gchararray           : Write
  "background-gdk"       GdkColor             : Read / Write
  "background-set"       gboolean             : Read / Write
  "logo-background"      gchararray           : Write
  "logo-background-gdk"  GdkColor             : Read / Write
  "logo-background-set"  gboolean             : Read / Write

Description

Details

struct GnomeDruidPageStandardPrivate

struct GnomeDruidPageStandardPrivate;


gnome_druid_page_standard_set_bg_color

#define     gnome_druid_page_standard_set_bg_color


gnome_druid_page_standard_set_logo_bg_color

#define     gnome_druid_page_standard_set_logo_bg_color


gnome_druid_page_standard_set_title_color

#define     gnome_druid_page_standard_set_title_color


gnome_druid_page_standard_new ()

GtkWidget*  gnome_druid_page_standard_new   (void);

Returns : 


gnome_druid_page_standard_new_with_vals ()

GtkWidget*  gnome_druid_page_standard_new_with_vals
                                            (const gchar *title,
                                             GdkPixbuf *logo,
                                             GdkPixbuf *top_watermark);

title : 
logo : 
top_watermark : 
Returns : 


gnome_druid_page_standard_construct ()

void        gnome_druid_page_standard_construct
                                            (GnomeDruidPageStandard *druid_page_standard,
                                             const gchar *title,
                                             GdkPixbuf *logo,
                                             GdkPixbuf *top_watermark);

druid_page_standard : 
title : 
logo : 
top_watermark : 


gnome_druid_page_standard_set_title ()

void        gnome_druid_page_standard_set_title
                                            (GnomeDruidPageStandard *druid_page_standard,
                                             const gchar *title);

Sets the title GtkLabel to display the passed string.

druid_page_standard : the GnomeDruidPageStandard to work on
title : the string to use as the new title text


gnome_druid_page_standard_set_logo ()

void        gnome_druid_page_standard_set_logo
                                            (GnomeDruidPageStandard *druid_page_standard,
                                             GdkPixbuf *logo_image);

Sets a GdkPixbuf as the logo in the top right corner. If NULL, then no logo will be displayed.

druid_page_standard : the GnomeDruidPageStandard to work on
logo_image : The GdkPixbuf to use as a logo


gnome_druid_page_standard_set_top_watermark ()

void        gnome_druid_page_standard_set_top_watermark
                                            (GnomeDruidPageStandard *druid_page_standard,
                                             GdkPixbuf *top_watermark_image);

Sets a GdkPixbuf as the watermark on top of the top strip on the druid. If top_watermark_image is NULL, it is reset to the normal color.

druid_page_standard : the GnomeDruidPageStandard to work on
top_watermark_image : The GdkPixbuf to use as a top watermark


gnome_druid_page_standard_set_title_foreground ()

void        gnome_druid_page_standard_set_title_foreground
                                            (GnomeDruidPageStandard *druid_page_standard,
                                             GdkColor *color);

druid_page_standard : 
color : 


gnome_druid_page_standard_set_background ()

void        gnome_druid_page_standard_set_background
                                            (GnomeDruidPageStandard *druid_page_standard,
                                             GdkColor *color);

druid_page_standard : 
color : 


gnome_druid_page_standard_set_logo_background ()

void        gnome_druid_page_standard_set_logo_background
                                            (GnomeDruidPageStandard *druid_page_standard,
                                             GdkColor *color);

druid_page_standard : 
color : 


gnome_druid_page_standard_set_contents_background ()

void        gnome_druid_page_standard_set_contents_background
                                            (GnomeDruidPageStandard *druid_page_standard,
                                             GdkColor *color);

druid_page_standard : 
color : 


gnome_druid_page_standard_append_item ()

void        gnome_druid_page_standard_append_item
                                            (GnomeDruidPageStandard *druid_page_standard,
                                             const gchar *question_mnemonic,
                                             GtkWidget *item,
                                             const gchar *additional_info_markup);

Convenience function to add a GtkWidget to the GnomeDruidPageStandard vbox. WRITEME

druid_page_standard : The GnomeDruidPageStandard to work on
question_mnemonic : 
item : The GtkWidget to be included
additional_info_markup : 

Properties

"title" (gchararray : Read / Write)

"logo" (GdkPixbuf : Read / Write)

"top-watermark" (GdkPixbuf : Read / Write)

"title-foreground" (gchararray : Write)

"title-foreground-gdk" (GdkColor : Read / Write)

"title-foreground-set" (gboolean : Read / Write)

"background" (gchararray : Write)

"background-gdk" (GdkColor : Read / Write)

"background-set" (gboolean : Read / Write)

"logo-background" (gchararray : Write)

"logo-background-gdk" (GdkColor : Read / Write)

"logo-background-set" (gboolean : Read / Write)