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


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
Accessors
Methods

Protected 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:
group A pointer to a GtkWindowGroup.
owns_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).

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

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

Adds a window to the window group.

Parameters:
window The Window to add.

void Xfc::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: Xfce Foundation Classes
Copyright © 2004-2005 The XFC Development Team XFC 4.3