Back to Seed Clases

GObject


Classes

Interfaces

Structs

Unions

Enums

Struct GObject.EnumValue

Import line: GObject = imports.gi.GObject;
GIR File: GObject-2.0.gir
C documentation: GEnumValue
Struct : EnumValue
  Show / Hide Inherited methods, properties and signals
A structure which contains a single enum value, its name, and its nickname.
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
 
new GObject.EnumValue ()
Create a new GObject.EnumValue
Create a new GObject.EnumValue
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
GObject
Method
GObject.enum_complete_type_info (Number g_enum_type, TypeInfo info, EnumValue const_values) : none
GObject
Method
GObject.enum_get_value (EnumClass enum_class, Number value) : GObject.EnumValue
GObject
Method
GObject.enum_get_value_by_name (EnumClass enum_class, String name) : GObject.EnumValue
GObject
Method
GObject.enum_get_value_by_nick (EnumClass enum_class, String nick) : GObject.EnumValue
GObject
Method
GObject.enum_register_static (String name, EnumValue const_static_values) : Number
GObject.TypeModule
Method
register_enum (String name, EnumValue const_static_values) : Number
Gtk
Method
Gtk.type_enum_find_value (Number enum_type, String value_name) : GObject.EnumValue
Gtk
Method
Gtk.type_enum_get_values (Number enum_type) : GObject.EnumValue
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:33:01 GMT+0800 (HKT)