Project:DUI

Class List Class Hierarchy
Summary: Ctors Methods Mixins

Module ddi.Cursor

Class Cursor

Implemented interfaces:


public class

Cursor



Color

Constructor Summary
public (GdkCursor* gdkCursor)
          
(CursorType cursorType)
          Creates a new cursor for the default display
(Display display, CursorType cursorType)
          Creates a new cursor for the display and with a types

Methods Summary
GdkCursor* gdkC()
          
Display getDisplay()
          \todo GdkCursor * gdk_cursor_new_from_pixmap (GdkPixmap * source, GdkPixmap * mask, GdkColor * fg, GdkColor * bg, gint x, gint y); Gets the display of this cursor
void unref()
          




public ctor(Cursor)(GdkCursor* gdkCursor)

gdkC

GdkCursor* gdkC()



ctor(Cursor)(CursorType cursorType)
Creates a new cursor for the default display

Parameters:
cursorType - the new cursor type



ctor(Cursor)(Display display, CursorType cursorType)
Creates a new cursor for the display and with a types

Parameters:
display - the display
cursorType - the cursor type to create

getDisplay

Display getDisplay()
\todo GdkCursor * gdk_cursor_new_from_pixmap (GdkPixmap * source, GdkPixmap * mask, GdkColor * fg, GdkColor * bg, gint x, gint y); Gets the display of this cursor

Returns:
the display of this cursor

unref

void unref()