Valadoc
|
Vala
|
Tutorial
|
API-References
|
Markup
Packages
gtk+-2.0
Gtk
ColorSelectionDialog
cancel_button
color_selection
help_button
ok_button
ColorSelectionDialog
get_color_selection
colorsel
ColorSelectionDialog
Object Hierarchy:
Description:
public
class
ColorSelectionDialog
:
Dialog
,
Implementor
,
Buildable
Namespace:
Gtk
Package:
gtk+-2.0
Content:
Properties:
public
Widget
cancel_button
{
owned
get
; }
public
Widget
color_selection
{
get
; }
public
Widget
help_button
{
owned
get
; }
public
Widget
ok_button
{
owned
get
; }
Creation methods:
public
ColorSelectionDialog
(
string
title)
Methods:
public
weak
Widget
get_color_selection
()
Retrieves the
ColorSelection
widget embedded in the dialog.
Fields:
public
weak
Widget
colorsel