Ardour  8.7-14-g57a6773833
Gtk::WindowGroup Class Reference

#include <window.h>

Inheritance diagram for Gtk::WindowGroup:
[legend]

Public Member Functions

virtual ~WindowGroup ()
 
GtkWindowGroupgobj ()
 Provides access to the underlying C GObject. More...
 
const GtkWindowGroupgobj () const
 Provides access to the underlying C GObject. More...
 
GtkWindowGroupgobj_copy ()
 Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. More...
 
void add_window (Window &window)
 
void remove_window (Window &window)
 

Static Public Member Functions

static GType get_type () G_GNUC_CONST
 
static Glib::RefPtr< WindowGroupcreate ()
 

Protected Member Functions

 WindowGroup ()
 

Related Functions

(Note that these are not member functions.)

Glib::RefPtr< Gtk::WindowGroupwrap (GtkWindowGroup *object, bool take_copy=false)
 

Detailed Description

Limit the effect of grabs

Definition at line 64 of file ytkmm/ytkmm/gtkmm/window.h.

Constructor & Destructor Documentation

◆ ~WindowGroup()

virtual Gtk::WindowGroup::~WindowGroup ( )
virtual

◆ WindowGroup()

Gtk::WindowGroup::WindowGroup ( )
protected

Member Function Documentation

◆ add_window()

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

Adds a window to a Gtk::WindowGroup.

Parameters
windowThe Gtk::Window to add.

◆ create()

static Glib::RefPtr<WindowGroup> Gtk::WindowGroup::create ( )
static

◆ get_type()

static GType Gtk::WindowGroup::get_type ( )
static

Get the GType for this class, for use with the underlying GObject type system.

◆ gobj() [1/2]

GtkWindowGroup* Gtk::WindowGroup::gobj ( )
inline

Provides access to the underlying C GObject.

Definition at line 103 of file ytkmm/ytkmm/gtkmm/window.h.

◆ gobj() [2/2]

const GtkWindowGroup* Gtk::WindowGroup::gobj ( ) const
inline

Provides access to the underlying C GObject.

Definition at line 106 of file ytkmm/ytkmm/gtkmm/window.h.

◆ gobj_copy()

GtkWindowGroup* Gtk::WindowGroup::gobj_copy ( )

Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.

◆ remove_window()

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

Removes a window from a Gtk::WindowGroup.

Parameters
windowThe Gtk::Window to remove.

Friends And Related Function Documentation

◆ wrap()

Glib::RefPtr< Gtk::WindowGroup > wrap ( GtkWindowGroup object,
bool  take_copy = false 
)
related

A Glib::wrap() method for this object.

Parameters
objectThe C instance.
take_copyFalse if the result should take ownership of the C instance. True if it should take a new copy or ref.
Returns
A C++ instance that wraps this C instance.

The documentation for this class was generated from the following file: