Back to Seed Clases

Clutter


Classes

Interfaces

Structs

Unions

Enums

Class Clutter.Texture

Import line: Clutter = imports.gi.Clutter;
GIR File: Clutter-1.0.gir
C documentation: ClutterTexture
Class : Texture
Implements: Clutter.Scriptable
Extends: Clutter.Actor
  Show / Hide Inherited methods, properties and signals
The ClutterTexture structure contains only private data and should be accessed using the provided API
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
Events - usage syntax: this.signals.EVENTNAME.connect( Function )
Event Defined By
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
GtkClutter
Method
GtkClutter.texture_set_from_icon_name (Texture texture, Widget widget, String icon_name, IconSize size) : Boolean
Sets the contents of texture using the icon_name from the current icon theme.
GtkClutter
Method
GtkClutter.texture_set_from_pixbuf (Texture texture, Pixbuf pixbuf) : Boolean
Sets the contents of texture with a copy of pixbuf.
GtkClutter
Method
GtkClutter.texture_set_from_stock (Texture texture, Widget widget, String stock_id, IconSize size) : Boolean
Sets the contents of texture using the stock icon stock_id, as rendered by widget.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:32:36 GMT+0800 (HKT)