Fix for cursor screen => display change.
Tue Jun 18 17:02:48 2002 Owen Taylor <otaylor@redhat.com> * gdk/gdk-sections.txt: Fix for cursor screen => display change.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Tue Jun 18 17:02:48 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* gdk/gdk-sections.txt: Fix for cursor screen => display
|
||||||
|
change.
|
||||||
|
|
||||||
2002-06-03 Matthias Clasen <maclas@gmx.de>
|
2002-06-03 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* gtk/tmpl/gtkprogress.sgml:
|
* gtk/tmpl/gtkprogress.sgml:
|
||||||
|
@ -1029,8 +1029,8 @@ GdkCursor
|
|||||||
GdkCursorType
|
GdkCursorType
|
||||||
gdk_cursor_new
|
gdk_cursor_new
|
||||||
gdk_cursor_new_from_pixmap
|
gdk_cursor_new_from_pixmap
|
||||||
gdk_cursor_new_for_screen
|
gdk_cursor_new_for_display
|
||||||
gdk_cursor_get_screen
|
gdk_cursor_get_display
|
||||||
gdk_cursor_ref
|
gdk_cursor_ref
|
||||||
gdk_cursor_unref
|
gdk_cursor_unref
|
||||||
gdk_cursor_destroy
|
gdk_cursor_destroy
|
||||||
|
@ -171,17 +171,17 @@ The color does not have to be allocated first.
|
|||||||
@Returns: a new #GdkCursor.
|
@Returns: a new #GdkCursor.
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gdk_cursor_new_for_screen ##### -->
|
<!-- ##### FUNCTION gdk_cursor_new_for_display ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@screen:
|
@display:
|
||||||
@cursor_type:
|
@cursor_type:
|
||||||
@Returns:
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gdk_cursor_get_screen ##### -->
|
<!-- ##### FUNCTION gdk_cursor_get_display ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
Reference in New Issue
Block a user