diff options
Diffstat (limited to 'docs/reference/gdk/tmpl/windows.sgml')
-rw-r--r-- | docs/reference/gdk/tmpl/windows.sgml | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/docs/reference/gdk/tmpl/windows.sgml b/docs/reference/gdk/tmpl/windows.sgml index 787e296e8d..d572adec42 100644 --- a/docs/reference/gdk/tmpl/windows.sgml +++ b/docs/reference/gdk/tmpl/windows.sgml @@ -30,6 +30,7 @@ The type #GdkDrawable refers generically to any of these types. </para> +@user_data: <!-- ##### ENUM GdkWindowType ##### --> <para> @@ -211,6 +212,12 @@ window types. @GDK_WINDOW_TYPE_HINT_DOCK: Used for creating dock or panel windows. @GDK_WINDOW_TYPE_HINT_DESKTOP: Used for creating the desktop background window. +@GDK_WINDOW_TYPE_HINT_DROPDOWN_MENU: +@GDK_WINDOW_TYPE_HINT_POPUP_MENU: +@GDK_WINDOW_TYPE_HINT_TOOLTIP: +@GDK_WINDOW_TYPE_HINT_NOTIFICATION: +@GDK_WINDOW_TYPE_HINT_COMBO: +@GDK_WINDOW_TYPE_HINT_DND: <!-- ##### STRUCT GdkWindowAttr ##### --> <para> @@ -896,6 +903,44 @@ backend, <type>MSG</type>s for Win32). @window: +<!-- ##### FUNCTION gdk_window_input_shape_combine_mask ##### --> +<para> + +</para> + +@window: +@mask: +@x: +@y: + + +<!-- ##### FUNCTION gdk_window_input_shape_combine_region ##### --> +<para> + +</para> + +@window: +@shape_region: +@offset_x: +@offset_y: + + +<!-- ##### FUNCTION gdk_window_set_child_input_shapes ##### --> +<para> + +</para> + +@window: + + +<!-- ##### FUNCTION gdk_window_merge_child_input_shapes ##### --> +<para> + +</para> + +@window: + + <!-- ##### FUNCTION gdk_window_set_static_gravities ##### --> <para> |