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

Inti::Gtk::RcStyle Class Reference

A GtkRcStyle C++ wrapper class. More...

#include <inti/gtk/rc.h>

Inheritance diagram for Inti::Gtk::RcStyle:

Inti::G::Object Inti::G::TypeInstance Inti::MemoryHandler Inti::ReferencedBase List of all members.

Public Member Functions

Constructors
Accessors

Protected Member Functions

Constructors

Detailed Description

A GtkRcStyle C++ wrapper class.

The RcStyle structure is used to represent a set of information about the appearance of a widget. This can later be composited together with other RcStyle structures to form a Style.


Constructor & Destructor Documentation

Inti::Gtk::RcStyle::RcStyle GtkRcStyle *  rc_style,
bool  reference = true
[explicit, protected]
 

Construct a new RcStyle from an existing GtkRcStyle.

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

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

Inti::Gtk::RcStyle::RcStyle const RcStyle src  ) 
 

Makes a copy of the specified RcStyle.

This constructor will correctly copy an RC style that is a member of a class derived from RcStyle.


Member Function Documentation

RcStyle& Inti::Gtk::RcStyle::operator= const RcStyle src  ) 
 

Makes a copy of the specified RcStyle.

The assignemnt operator will correctly copy an RC style that is a member of a class derived from RcStyle.


The documentation for this class was generated from the following file: Main Page - Footer


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