Display
Object Hierarchy:
Description:
[
CCode ( type_id =
"gimp_display_get_type ()" ) ]
public class Display :
Object
Functions to create, delete and flush displays (views) on an image.
Content:
Properties:
- public int id { get; construct; }
Static methods:
- public static unowned Display? get_by_id (int32 display_id)
Returns a Display representing
display_id.
- public static bool id_is_valid (int display_id)
Returns TRUE if the display ID is valid.
- public static unowned string name ()
Returns the display to be used for plug-in windows.
Creation methods:
Methods:
- public bool @delete ()
Delete the specified display.
- public int32 get_id ()
Note: in most use cases, you should not need a display's ID which is
mostly internal data and not reusable across sessions.
- public Bytes get_window_handle ()
Get a handle to the native window for an image display.
- public bool is_valid ()
Returns TRUE if the display is valid.
- public bool present ()
Present the specified display.
Inherited Members:
All known members inherited from class GLib.Object