~andywingo/guile-gnome/libgnomeui

« back to all changes in this revision

Viewing changes to doc/defuns-gnome-druid-page-standard.xml.texi

  • Committer: Andy Wingo
  • Date: 2007-12-06 16:57:01 UTC
  • Revision ID: wingo@pobox.com-20071206165701-bvgnbf7esiu739gf
2007-12-06  Andy Wingo  <wingo@pobox.com>

        * tests/wrapset.api: Regnerated for massive API removal on
        previous commit.

        * doc/defuns-*.texi: Regenerated.

        * doc/guile-gnome-libgnomeui.texi (Top): 
        * doc/undocumented.texi: New section for undocumented exports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
2
@c %start of fragment
3
3
 
4
 
@deftp Class <gnome-druid-page-standard>
5
 
This @code{<gobject>} class defines the following properties:
6
 
 
7
 
@table @code
8
 
@item title
9
 
Title of the druid
10
 
 
11
 
@item logo
12
 
Logo image
13
 
 
14
 
@item top-watermark
15
 
Watermark image for the top
16
 
 
17
 
@item title-foreground
18
 
Foreground color of the title
19
 
 
20
 
@item title-foreground-gdk
21
 
Foreground color of the title as a GdkColor
22
 
 
23
 
@item title-foreground-set
24
 
Foreground color of the title is set
25
 
 
26
 
@item background
27
 
Background color
28
 
 
29
 
@item background-gdk
30
 
Background color as a GdkColor
31
 
 
32
 
@item background-set
33
 
Background color is set
34
 
 
35
 
@item logo-background
36
 
Logo Background color
37
 
 
38
 
@item logo-background-gdk
39
 
Logo Background color as a GdkColor
40
 
 
41
 
@item logo-background-set
42
 
Logo Background color is set
43
 
 
44
 
@item contents-background
45
 
Contents Background color
46
 
 
47
 
@item contents-background-gdk
48
 
Contents Background color as a GdkColor
49
 
 
50
 
@item contents-background-set
51
 
Contents Background color is set
52
 
 
53
 
@end table
54
 
 
55
 
@end deftp
56
 
 
57
 
@deffn Function gnome-druid-page-standard-new  @result{}@tie{} (ret@tie{}@code{<gtk-widget>})
58
 
Construct a new @code{<gnome-druid-page-standard>}.
59
 
 
60
 
@table @var
61
 
@item ret
62
 
A new @code{<gnome-druid-page-standard>} as a @code{<gtk-widget>} pointer.
63
 
 
64
 
@end table
65
 
 
66
 
@end deffn
67
 
 
68
 
@deffn Function gnome-druid-page-standard-set-title  (self@tie{}@code{<gnome-druid-page-standard>}) (title@tie{}@code{mchars})
69
 
@deffnx Method set-title
70
 
Sets the title to the value of @var{title}.
71
 
 
72
 
@table @var
73
 
@item druid-page-standard
74
 
A @code{<gnome-druid-page-standard>} instance.
75
 
 
76
 
@item title
77
 
The string to use as the new title text.
78
 
 
79
 
@end table
80
 
 
81
 
@end deffn
82
 
 
83
 
@deffn Function gnome-druid-page-standard-set-logo  (self@tie{}@code{<gnome-druid-page-standard>}) (logo_image@tie{}@code{<gdk-pixbuf>})
84
 
@deffnx Method set-logo
85
 
Sets a @code{<gdk-pixbuf>} as the logo in the top right corner. If
86
 
@samp{@code{#f}}, then no logo will be displayed.
87
 
 
88
 
@table @var
89
 
@item druid-page-standard
90
 
A @code{<gnome-druid-page-standard>} instance.
91
 
 
92
 
@item logo-image
93
 
The @code{<gdk-pixbuf>} to use as a logo.
94
 
 
95
 
@end table
96
 
 
97
 
@end deffn
98
 
 
99
4
 
100
5
@c %end of fragment