GtkWindow

GtkWindow — Toplevel which can contain other widgets

Includes

#include <gtk/gtk.h>

Description

GtkWindow as GtkBuildable

The GtkWindow implementation of the GtkBuildable interface supports a custom <accel-groups> element, which supports any number of <group> elements representing the GtkAccelGroup objects you want to add to your window (synonymous with gtk_window_add_accel_group().

Example 6. A UI definition fragment with accel groups

1
2
3
4
5
6
7
<object class="GtkWindow">
  <accel-groups>
    <group name="accelgroup1"/>
  </accel-groups>
</object>
...
<object class="GtkAccelGroup" id="accelgroup1"/>

Functions

Types and Values