Reference Manual
Inti Logo
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members

Inti::Gtk::ColorSelectionDialog Class Reference

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

#include <inti/gtk/colorselection.h>

Inheritance diagram for Inti::Gtk::ColorSelectionDialog:

Inti::Gtk::Dialog Inti::Gtk::Window Inti::Gtk::Bin Inti::Gtk::Container Inti::Gtk::Widget Inti::Gtk::Object Inti::Atk::Implementor Inti::G::Object Inti::G::TypeInterface Inti::G::TypeInstance Inti::MemoryHandler Inti::G::TypeInstance Inti::ReferencedBase Inti::ReferencedBase 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

Inti::Gtk::ColorSelectionDialog::ColorSelectionDialog GtkColorSelectionDialog *  color_selection_dialog,
bool  reference = false
[explicit, protected]
 

Construct a new ColorSelectionDialog from an existing GtkColorSelectionDialog.

Parameters:
color_selection_dialog A pointer to a GtkColorSelectionDialog.
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).

Inti::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* Inti::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: Main Page - Footer


Generated on Sun Sep 14 20:08:14 2003 for Inti by doxygen 1.3.2 written by Dimitri van Heesch, © 1997-2002