Name | Type | Get | Set | Description |
title |
_gtk_string |
|
set_title() |
Title displayed by window manager for this window.
0 is means this window has no title.
Windows with a type of GTK_WINDOW_POPUP may not display
a title even if set.
|
wmclass_name |
_gtk_string |
|
set_wmclass() |
Property used for X window manager.
|
wmclass_class |
_gtk_string |
|
set_wmclass() |
Property used for X window manager.
|
type |
GtkWindowType |
|
|
This flags determine what kind of decorations and behavior this
window gets. This information is given to the window manager
and it determines how to show the window on the screen.
See GtkWindowType
Possible values for GtkWindowType argument are:
GTK_WINDOW_TOPLEVEL, GTK_WINDOW_DIALOG,
GTK_WINDOW_POPUP
|
focus_widget |
Gtk_Widget* |
|
|
 
|
default_widget |
Gtk_Widget* |
|
|
 
|
transient_parent |
Gtk_Window* |
|
|
 
|
resize_count |
gushort |
|
|
 
|
allow_shrink |
guint:1 |
|
set_policy() |
Indicates if shrinking this window is allowed.
|
allow_grow |
guint:1 |
|
set_policy() |
Indicates if expanding this window is allowed.
|
auto_shrink |
guint:1 |
|
set_policy() |
 
|
handling_resize |
guint:1 |
|
|
 
|
position |
guint:2 |
|
|
Determine where the window will be displayed when it is
finally drawn to the screen. Currently the following positions and
the effect they have on window placement can be specified.
See GtkWindowPosition
Possible states are:
GTK_WIN_POS_NONE,
GTK_WIN_POS_CENTER,
GTK_WIN_POS_MOUSE
|
use_uposition |
guint:1 |
|
|
The following flag is initially TRUE when a window is mapped.
and will be set to FALSE after it is first positioned.
It is also temporarily reset when the window's size changes.
When TRUE, we move the window to the position the app set.
|
modal |
guint:1 |
|
set_modal() |
A modal window is one that must be responded to before
the user is allowed to return to the application. Use modal
windows sparingly.
|