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

Inti::Gtk::WindowGroup Class Reference

A GtkWindowGroup C++ wrapper class. More...

#include <inti/gtk/window.h>

Inheritance diagram for Inti::Gtk::WindowGroup:

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

Public Member Functions

Constructors
Accessors
Methods

Protected Member Functions

Constructors

Detailed Description

A GtkWindowGroup C++ wrapper class.


Constructor & Destructor Documentation

Inti::Gtk::WindowGroup::WindowGroup GtkWindowGroup *  group,
bool  reference = false
[explicit, protected]
 

Construct a new WindowGroup from an existing GtkWindowGroup.

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

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

Inti::Gtk::WindowGroup::WindowGroup  ) 
 

Constructs a new window group object.

Grabs added with add() only affect windows within the same window group.


Member Function Documentation

void Inti::Gtk::WindowGroup::add_window Window window  ) 
 

Adds a window to the window group.

Parameters:
window The Window to add.

void Inti::Gtk::WindowGroup::remove_window Window window  ) 
 

Removes a window from the window group.

Parameters:
window The Window to remove.


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


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