Gjsify LogoGjsify Logo

Index

Functions

  • disable_event_retrieval(): void
  • Disable the event retrieval in Clutter.

    Callers of this function have to set up an event filter using the GDK API, and call clutter_gdk_handle_event().

    This function should only be used when embedding Clutter into a GDK based toolkit.

    Returns void

  • Retrieves the #GdkVisual used by Clutter.

    This function should be used when embedding Clutter inside GDK-based foreign toolkits, to ensure that the visual applied to the #GdkWindow used to render the #ClutterStage is the correct one.

    Returns Gdk.Visual

  • Sets the display connection Clutter should use; must be called before clutter_init(), clutter_init_with_args() or other functions pertaining Clutter's initialization process.

    If you are parsing the command line arguments by retrieving Clutter's #GOptionGroup with clutter_get_option_group() and calling g_option_context_parse() yourself, you should also call clutter_gdk_set_display() before g_option_context_parse().

    Parameters

    • display: Gdk.Display

      pointer to a GDK display connection.

    Returns void

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method