get_display


Description:

public weak Display get_display ()

Retrieves the Display that is internally associated with the given this.

This will return the same Display that was passed to Context or if null was passed to Context then this function returns a pointer to the display that was automatically setup internally.

Parameters:

this

A Context pointer

Returns:

The Display associated with the given this.