Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

Enum Gtk.IconSize

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-2.0.gir
C documentation: GtkIconSize
Enum : IconSize
  Show / Hide Inherited methods, properties and signals
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Epiphany.EphySpinner
Method
set_size (IconSize size) : none
Set the size of the spinner to size.
Gladeui
Method
Gladeui.util_get_devhelp_icon (IconSize size) : Gtk.Widget
Creates an image displaying the devhelp icon.
Gtk
Method
Gtk.icon_size_from_name (String name) : Gtk.IconSize
Looks up the icon size associated with name.
Gtk.CellRendererSpinner
Property
size : Gtk.IconSize
The GtkIconSize value that specifies the size of the rendered spinner.
Gtk.ScaleButton
Property
size : Gtk.IconSize
Gtk.ScaleButton
Method
new Gtk.ScaleButton.c_new (IconSize size, Number min, Number max, Number step, Array icons) : Gtk.ScaleButton
Create a new Gtk.ScaleButton
Gtk.Settings
Property
gtk_toolbar_icon_size : Gtk.IconSize
Gtk.ToolPalette
Property
icon_size : Gtk.IconSize
The size of the icons in a tool palette is normally determined by the GtkSettings:toolbar-icon-size setting.
GtkClutter
Method
GtkClutter.texture_new_from_icon_name (Widget widget, String icon_name, IconSize size) : Clutter.Actor
Creates a new ClutterTexture and sets its contents to be the icon_name from the current icon theme.
GtkClutter
Method
GtkClutter.texture_new_from_stock (Widget widget, String stock_id, IconSize size) : Clutter.Actor
Creates a new ClutterTexture and sets its contents using the stock icon stock_id as rendered by widget.
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_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:34:42 GMT+0800 (HKT)