Top | ![]() |
![]() |
![]() |
![]() |
gchar * | background | Write |
GdkColor * | background-gdk | Read / Write |
gboolean | background-set | Read / Write |
gchar * | contents-background | Write |
GdkColor * | contents-background-gdk | Read / Write |
gboolean | contents-background-set | Read / Write |
GdkPixbuf * | logo | Read / Write |
gchar * | logo-background | Write |
GdkColor * | logo-background-gdk | Read / Write |
gboolean | logo-background-set | Read / Write |
gchar * | title | Read / Write |
gchar * | title-foreground | Write |
GdkColor * | title-foreground-gdk | Read / Write |
gboolean | title-foreground-set | Read / Write |
GdkPixbuf * | top-watermark | Read / Write |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GnomeDruidPage ╰── GnomeDruidPageStandard
GtkWidget *
gnome_druid_page_standard_new (void
);
gnome_druid_page_standard_new
is deprecated and should not be used in newly-written code.
Construct a new GnomeDruidPageStandard.
GtkWidget * gnome_druid_page_standard_new_with_vals (const gchar *title
,GdkPixbuf *logo
,GdkPixbuf *top_watermark
);
gnome_druid_page_standard_new_with_vals
is deprecated and should not be used in newly-written code.
Like gnome_druid_page_standard_new()
, but allows the caller to fill in some
of the values at the same time.
void gnome_druid_page_standard_set_title (GnomeDruidPageStandard *druid_page_standard
,const gchar *title
);
gnome_druid_page_standard_set_title
is deprecated and should not be used in newly-written code.
Sets the title to the value of title
.
druid_page_standard |
A GnomeDruidPageStandard instance. |
|
title |
The string to use as the new title text. |
void gnome_druid_page_standard_set_logo (GnomeDruidPageStandard *druid_page_standard
,GdkPixbuf *logo_image
);
gnome_druid_page_standard_set_logo
is deprecated and should not be used in newly-written code.
Sets a GdkPixbuf as the logo in the top right corner.
If NULL
, then no logo will be displayed.
druid_page_standard |
A GnomeDruidPageStandard instance. |
|
logo_image |
The GdkPixbuf to use as a logo. |
void gnome_druid_page_standard_set_top_watermark (GnomeDruidPageStandard *druid_page_standard
,GdkPixbuf *top_watermark_image
);
gnome_druid_page_standard_set_top_watermark
is deprecated and should not be used in newly-written code.
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 |
A GnomeDruidPageStandard instance. |
|
top_watermark_image |
The GdkPixbuf to use as a top watermark. |
void gnome_druid_page_standard_set_title_foreground (GnomeDruidPageStandard *druid_page_standard
,GdkColor *color
);
gnome_druid_page_standard_set_title_foreground
is deprecated and should not be used in newly-written code.
Sets the title text to the specified color.
druid_page_standard |
A GnomeDruidPageStandard instance. |
|
color |
The new color of the title text. |
void gnome_druid_page_standard_set_background (GnomeDruidPageStandard *druid_page_standard
,GdkColor *color
);
gnome_druid_page_standard_set_background
is deprecated and should not be used in newly-written code.
Sets the background color of the top section of the druid page to color
.
void gnome_druid_page_standard_set_logo_background (GnomeDruidPageStandard *druid_page_standard
,GdkColor *color
);
gnome_druid_page_standard_set_logo_background
is deprecated and should not be used in newly-written code.
Sets the background of the logo to color
.
druid_page_standard |
A GnomeDruidPageStandard instance. |
|
color |
The new color for the logo background. |
void gnome_druid_page_standard_set_contents_background (GnomeDruidPageStandard *druid_page_standard
,GdkColor *color
);
gnome_druid_page_standard_set_contents_background
is deprecated and should not be used in newly-written code.
Sets the color of the main contents section's background to color
.
druid_page_standard |
A GnomeDruidPageStandard instance. |
|
color |
The new color for the main body's background. |
void gnome_druid_page_standard_append_item (GnomeDruidPageStandard *druid_page_standard
,const gchar *question
,GtkWidget *item
,const gchar *additional_info
);
gnome_druid_page_standard_append_item
is deprecated and should not be used in newly-written code.
Convenience function to add a GtkWidget to the
GnomeDruidPageStandard vbox. This function creates a new contents section
that has the question
text followed by the item
widget and then the
addition_info
text, all stacked vertically from top to bottom.
The item
widget could be something like a set of radio checkbuttons
requesting a choice from the user.
druid_page_standard |
A GnomeDruidPageStandard instance. |
|
question |
The text to place above the item. |
|
item |
The GtkWidget to be included. |
|
additional_info |
The text to be placed below the item in a smaller font. |
struct GnomeDruidPageStandard { GtkWidget *vbox; gchar *title; GdkPixbuf *logo; GdkPixbuf *top_watermark; GdkColor title_foreground; GdkColor background; GdkColor logo_background; GdkColor contents_background; };
GnomeDruidPageStandard
is deprecated and should not be used in newly-written code.
A widget representing pages that are not initial or terminal pages of a druid.
GtkWidget * |
A packing widget that holds the contents of the page. |
|
gchar * |
The title of the displayed page. |
|
GdkPixbuf * |
The logo of the displayed page. |
|
GdkPixbuf * |
The watermark at the top of the displated page. |
|
GdkColor |
The color of the title text. |
|
GdkColor |
The color of the background of the top section and title. |
|
GdkColor |
The background color of the logo. |
|
GdkColor |
The background color of the contents section. |
#define gnome_druid_page_standard_set_bg_color
gnome_druid_page_standard_set_bg_color
is deprecated and should not be used in newly-written code.
#define gnome_druid_page_standard_set_logo_bg_color
gnome_druid_page_standard_set_logo_bg_color
is deprecated and should not be used in newly-written code.
“background-gdk”
property“background-gdk” GdkColor *
Background color as a GdkColor.
Flags: Read / Write
“background-set”
property“background-set” gboolean
Background color is set.
Flags: Read / Write
Default value: FALSE
“contents-background”
property“contents-background” gchar *
Contents Background color.
Flags: Write
Default value: NULL
“contents-background-gdk”
property“contents-background-gdk” GdkColor *
Contents Background color as a GdkColor.
Flags: Read / Write
“contents-background-set”
property“contents-background-set” gboolean
Contents Background color is set.
Flags: Read / Write
Default value: FALSE
“logo-background”
property“logo-background” gchar *
Logo Background color.
Flags: Write
Default value: NULL
“logo-background-gdk”
property“logo-background-gdk” GdkColor *
Logo Background color as a GdkColor.
Flags: Read / Write
“logo-background-set”
property“logo-background-set” gboolean
Logo Background color is set.
Flags: Read / Write
Default value: FALSE
“title-foreground”
property“title-foreground” gchar *
Foreground color of the title.
Flags: Write
Default value: NULL
“title-foreground-gdk”
property“title-foreground-gdk” GdkColor *
Foreground color of the title as a GdkColor.
Flags: Read / Write
“title-foreground-set”
property“title-foreground-set” gboolean
Foreground color of the title is set.
Flags: Read / Write
Default value: FALSE
“top-watermark”
property“top-watermark” GdkPixbuf *
Watermark image for the top.
Flags: Read / Write