Update the docs. (#345194, Yevgen Muntyan)
2006-06-20 Matthias Clasen <mclasen@redhat.com> * gdk/x11/gdkwindow-x11.c (gdk_window_set_functions): Update the docs. (#345194, Yevgen Muntyan)
This commit is contained in:
parent
103bba09e4
commit
72c77cf67c
@ -1,3 +1,8 @@
|
|||||||
|
2006-06-20 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gdk/x11/gdkwindow-x11.c (gdk_window_set_functions): Update
|
||||||
|
the docs. (#345194, Yevgen Muntyan)
|
||||||
|
|
||||||
2006-06-19 Matthias Clasen <mclasen@redhat.com>
|
2006-06-19 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* gtk/gtktreeview.c (gtk_tree_view_set_grid_lines): Don't leak
|
* gtk/gtktreeview.c (gtk_tree_view_set_grid_lines): Don't leak
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2006-06-20 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gdk/x11/gdkwindow-x11.c (gdk_window_set_functions): Update
|
||||||
|
the docs. (#345194, Yevgen Muntyan)
|
||||||
|
|
||||||
2006-06-19 Matthias Clasen <mclasen@redhat.com>
|
2006-06-19 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* gtk/gtktreeview.c (gtk_tree_view_set_grid_lines): Don't leak
|
* gtk/gtktreeview.c (gtk_tree_view_set_grid_lines): Don't leak
|
||||||
|
@ -5066,9 +5066,11 @@ gdk_window_get_decorations(GdkWindow *window,
|
|||||||
* @window: a toplevel #GdkWindow
|
* @window: a toplevel #GdkWindow
|
||||||
* @functions: bitmask of operations to allow on @window
|
* @functions: bitmask of operations to allow on @window
|
||||||
*
|
*
|
||||||
* This function isn't really good for much. It sets the traditional
|
* Sets hints about the window management functions to make available
|
||||||
* Motif window manager hint for which operations the window manager
|
* via buttons on the window frame.
|
||||||
* should allow on a toplevel window. However, few window managers do
|
*
|
||||||
|
* On the X backend, this function sets the traditional Motif window
|
||||||
|
* manager hint for this purpose. However, few window managers do
|
||||||
* anything reliable or interesting with this hint. Many ignore it
|
* anything reliable or interesting with this hint. Many ignore it
|
||||||
* entirely.
|
* entirely.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user