Method |
Description |
|
CreatePacking ( XmlDocument doc, Stetic childwrapper ) : XmlElement |
|
|
ExtractProperties ( TypedClassDescriptor klass, XmlElement elem, Hashtable &rawProps, Hashtable &overrideProps ) : void |
|
|
FindClrProperty ( Type type, string name, bool childprop ) : PropertyInfo |
|
|
GetProperty ( XmlElement elem, string selector, object defaultValue, bool extract ) : object |
|
|
MarkTranslatables ( object obj, Hashtable props ) : void |
|
|
ParseAdjustment ( string strval ) : GLib.Value |
|
|
ParseBasicType ( GLib type, string strval ) : GLib.Value |
|
|
ParseEnum ( IntPtr gtype, string strval ) : GLib.Value |
|
|
ParseFlags ( IntPtr gtype, string strval ) : GLib.Value |
|
|
ParseProperties ( Type type, bool childprops, IEnumerable props, string &propNames, GLib &propVals ) : void |
|
|
ParseProperty ( Stetic.ParamSpec pspec, Type propType, string strval ) : GLib.Value |
|
|
ParseProperty ( Type type, bool childprop, string name, string strval ) : GLib.Value |
|
|
ParseUnichar ( string strval ) : GLib.Value |
|
|
PropToString ( ObjectWrapper wrapper, TypedPropertyDescriptor prop ) : string |
|
|
ReadSignals ( TypedClassDescriptor klass, ObjectWrapper wrapper, XmlElement elem ) : void |
|
|
SetOverrideProperties ( ObjectWrapper wrapper, Hashtable overrideProps ) : void |
|
|
g_enum_get_value ( IntPtr enum_class, int val ) : IntPtr |
|
|
g_enum_get_value_by_name ( IntPtr enum_class, string name ) : IntPtr |
|
|
g_flags_get_first_value ( IntPtr flags_class, uint val ) : IntPtr |
|
|
g_flags_get_value_by_name ( IntPtr flags_class, string nick ) : IntPtr |
|
|
g_object_get_property ( IntPtr obj, string name, GLib &val ) : void |
|
|
g_object_set_property ( IntPtr obj, string name, GLib &val ) : void |
|
|
g_type_class_ref ( IntPtr gtype ) : IntPtr |
|
|
g_type_class_unref ( IntPtr klass ) : IntPtr |
|
|
g_type_fundamental ( IntPtr gtype ) : IntPtr |
|
|
gtk_container_child_get_property ( IntPtr parent, IntPtr child, string name, GLib &val ) : void |
|
|
gtk_object_sink ( IntPtr raw ) : void |
|
|
gtksharp_object_newv ( IntPtr gtype, int n_params, string names, GLib vals ) : IntPtr |
|
|