Back to Seed Clases

GObject


Classes

Interfaces

Structs

Unions

Enums

Struct GObject.FlagsValue

Import line: GObject = imports.gi.GObject;
GIR File: GObject-2.0.gir
C documentation: GFlagsValue
Struct : FlagsValue
  Show / Hide Inherited methods, properties and signals
A structure which contains a single flags value, its name, and its nickname.
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
 
new GObject.FlagsValue ()
Create a new GObject.FlagsValue
Create a new GObject.FlagsValue
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
GObject
Method
GObject.flags_complete_type_info (Number g_flags_type, TypeInfo info, FlagsValue const_values) : none
GObject
Method
GObject.flags_get_first_value (FlagsClass flags_class, Number value) : GObject.FlagsValue
GObject
Method
GObject.flags_get_value_by_name (FlagsClass flags_class, String name) : GObject.FlagsValue
GObject
Method
GObject.flags_get_value_by_nick (FlagsClass flags_class, String nick) : GObject.FlagsValue
GObject
Method
GObject.flags_register_static (String name, FlagsValue const_static_values) : Number
GObject.TypeModule
Method
register_flags (String name, FlagsValue const_static_values) : Number
Gtk
Method
Gtk.type_flags_find_value (Number flags_type, String value_name) : GObject.FlagsValue
Gtk
Method
Gtk.type_flags_get_values (Number flags_type) : GObject.FlagsValue
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:33:01 GMT+0800 (HKT)