Back to Seed Clases

Gdk


Classes

Interfaces

Structs

Unions

Enums

Enum Gdk.WindowHints

Import line: Gdk = imports.gi.Gdk;
GIR File: Gdk-3.0.gir
C documentation: GdkWindowHints
Enum : WindowHints
Used to indicate which fields of a GdkGeometry struct should be paid
attention to. Also, the presence/absence of GDK_HINT_POS,
directly refer to GdkGeometry fields. GDK_HINT_USER_POS will be set
automatically by GtkWindow if you call gtk_window_move().
specified a size/position using a --geometry command-line argument;
gtk_window_parse_geometry() automatically sets these flags.
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gdk.Window
Method
set_geometry_hints (Geometry geometry, WindowHints geom_mask) : none
Sets the geometry hints for window.
Gtk.Window
Method
set_geometry_hints (Widget geometry_widget, Geometry geometry, WindowHints geom_mask) : none
This function sets up hints about how a window can be resized by
the user.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:11:01 GMT+0800 (HKT)