Module: Clutter::Content

Defined in:
(unknown)

Overview

The Clutter::Content structure is an opaque type whose members cannot be acccessed directly.

Instance Method Summary collapse

Instance Method Details

#attached(content, actor) ⇒ nil

Parameters:

Returns:

  • (nil)

#detached(content, actor) ⇒ nil

Parameters:

Returns:

  • (nil)

#get_preferred_size(content, width, height) ⇒ Boolean

Returns true if the content has a preferred size, and false otherwise.

Parameters:

  • content (Clutter::Content)

    a Clutter::Content

  • width (Clutter::gfloat)

    return location for the natural width of the content

  • height (Clutter::gfloat)

    return location for the natural height of the content

Returns:

  • (Boolean)

    true if the content has a preferred size, and false otherwise

#invalidate(content) ⇒ nil

Parameters:

Returns:

  • (nil)

#paint_content(content, actor, node) ⇒ nil

Parameters:

Returns:

  • (nil)