1
2@c %start of fragment
3
4@deftp Class <gtk-color-selection-dialog>
5Derives from @code{<gtk-dialog>}.
6
7This class defines no direct slots.
8
9@end deftp
10
11@deffn Function gtk-color-selection-dialog-new  (title@tie{}@code{mchars}) @result{}@tie{} (ret@tie{}@code{<gtk-widget>})
12Creates a new @code{<gtk-color-selection-dialog>}.
13
14@table @var
15@item title
16a string containing the title text for the dialog.
17
18@item ret
19a @code{<gtk-color-selection-dialog>}.
20
21@end table
22
23@end deffn
24
25
26@c %end of fragment
27