Description Usage Arguments Details Author(s)
This function is broken and useless and you should ignore it.
If using GTK+, use functions such as gtkWindowResize
, gtkWindowSetSizeRequest()
,
gtkWindowMove
, gtkWindowParseGeometry()
, and gtkWindowSetGeometryHints
,
depending on what you're trying to do.
WARNING: gdk_window_set_hints
is deprecated and should not be used in newly-written code.
1 2 | gdkWindowSetHints(object, x, y, min.width, min.height, max.width,
max.height, flags)
|
|
a |
|
ignored field, does not matter |
|
ignored field, does not matter |
|
minimum width hint |
|
minimum height hint |
|
max width hint |
|
max height hint |
|
logical OR of GDK_HINT_POS, GDK_HINT_MIN_SIZE, and/or GDK_HINT_MAX_SIZE |
If using GDK directly, use gdkWindowSetGeometryHints
.
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.