GFC Logo GFC Title Logo
Reference Manual
Main Page  |  Namespace List  |  Alphabetical List  |  Class List  |  File List

GFC::Gtk::ColorSelectionDialog Class Reference

A GtkColorSelectionDialog C++ wrapper class. More...

#include <gfc/gtk/colorselection.hh>

Inheritance diagram for GFC::Gtk::ColorSelectionDialog:

GFC::Gtk::Dialog GFC::Gtk::Window GFC::Gtk::Bin GFC::Gtk::Container GFC::Gtk::Widget GFC::Gtk::Object GFC::Atk::Implementor GFC::G::Object GFC::G::TypeInterface GFC::G::TypeInstance GFC::G::TypeInstance GFC::Trackable GFC::Trackable List of all members.

Public Member Functions

Constructors
Accessors

Protected Member Functions

Constructors

Detailed Description

A GtkColorSelectionDialog C++ wrapper class.

The ColorSelectionDialog provides a standard dialog which allows the user to select a color much like the FileSelection provides a standard dialog for file selection.


Constructor & Destructor Documentation

GFC::Gtk::ColorSelectionDialog::ColorSelectionDialog GtkColorSelectionDialog *  color_selection_dialog,
bool  owns_reference = false
[explicit, protected]
 

Construct a new ColorSelectionDialog from an existing GtkColorSelectionDialog.

Parameters:
color_selection_dialog A pointer to a GtkColorSelectionDialog.
owns_reference Set false if the initial reference count is floating, set true if it's not.

The color_selection_dialog can be a newly created GtkColorSelectionDialog or an existing GtkColorSelectionDialog. (see G::Object::Object).

GFC::Gtk::ColorSelectionDialog::ColorSelectionDialog const String title  )  [explicit]
 

Construct a new ColorSelectionDialog with the specified title.

Parameters:
title A String containing the title text for the dialog.


Member Function Documentation

ColorSelection* GFC::Gtk::ColorSelectionDialog::colorsel  )  const
 

Returns the ColorSelection widget contained within the dialog.

Use this widget and its get_current_color() method to gain access to the selected color. Connect a slot to this widget's color_changed_signal, to be notify when the color changes.


The documentation for this class was generated from the following file:
Generated on Tue Aug 24 00:34:38 2004 for GFC-UI by doxygen 1.3.8