Import line: | Gtk = imports.gi.Gtk; |
GIR File: | Gtk-2.0.gir |
C documentation: | GtkIconSize |
Enum : | IconSize |
Show / Hide Inherited methods, properties and signals |
Properties | |
---|---|
Number Gtk.IconSize.BUTTON : 4
|
|
Number Gtk.IconSize.DIALOG : 6
|
|
Number Gtk.IconSize.DND : 5
|
|
Number Gtk.IconSize.INVALID : 0
|
|
Number Gtk.IconSize.LARGE_TOOLBAR : 3
|
|
Number Gtk.IconSize.MENU : 1
|
|
Number Gtk.IconSize.SMALL_TOOLBAR : 2
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Epiphany.EphySpinner
Method |
set_size
(IconSize size)
:
none
Set the size of the spinner to size.
|
Gladeui
Method |
Creates an image displaying the devhelp icon.
|
Gtk
Method |
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 |
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.
|