Xfce Foundation Classes
Main Page  | IndexNamespace List  |  Alphabetical List  |  Class List  |  File List


Public Member Functions
Xfc::Gtk::WindowGroup Class Reference

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

#include <xfc/gtk/window.hh>

Inheritance diagram for Xfc::Gtk::WindowGroup:
Xfc::G::Object Xfc::G::TypeInstance Xfc::Trackable

List of all members.

Public Member Functions

Constructors


Detailed Description

A GtkWindowGroup C++ wrapper class.

Note: dynamically allocated objects must either be unreferenced or assigned to a smart pointer. Stack objects are automatically unreferenced when they go out of scope.


Constructor & Destructor Documentation

Xfc::Gtk::WindowGroup::WindowGroup ( GtkWindowGroup *  group,
bool  owns_reference = false 
) [explicit, protected]

Construct a new WindowGroup from an existing GtkWindowGroup.

Parameters:
groupA pointer to a GtkWindowGroup.
owns_referenceSet 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).

Xfc::Gtk::WindowGroup::WindowGroup ( )

Constructs a new window group object with a reference count of 1 that the caller owns.

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


Member Function Documentation

Adds a window to the window group.

Parameters:
windowThe Window to add.

Removes a window from the window group.

Parameters:
windowThe Window to remove.

The documentation for this class was generated from the following file:
Xfce Foundation Classes
Copyright © 2004-2005 The XFC Development Team XFC