Cursor.for_display
Description:
[
CCode ( has_construct_function =
false ) ]
[
Version ( since =
"2.2" ) ]
public Cursor.for_display (
Display display,
CursorType cursor_type)
Creates a new cursor from the set of builtin cursors.
Parameters:
display |
the Display for which the cursor will be created
|
cursor_type |
cursor to create
|
Returns:
a new Cursor, or null on failure
|