gtk-sharpGtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.System.ObjectGlobal API elements for This class contains all the methods which are not directly attributable to a specific type.ConstructorDo not use.There are no instance members for this class. This constructor will be marked Obsolete and possibly removed in future versions.MethodSystem.Boolean
a To be addeda To be addedPropertySystem.UInt32To be added.To be added.To be added.MethodSystem.Boolean
To be added.
To be added.
To be added.
To be added.To be added.To be added.MethodSystem.String
a
a
a Check if a version is compatible with the currently loaded Gtk library. if the version is supported, or an error string describing the mismatch.This is typically only used by modules which want to check if they are compatible with the currently loaded version of Gtk+.PropertyGdk.EventObtains a copy of the event currently being processed by Gtk#.a For example, if you get a event from , the current event will be the that triggered the signal. If there is no current event, the function returns .PropertyGdk.DeviceTo be added.To be added.To be added.PropertySystem.UInt32Returns a representing the unix time of the current event.Returns the unix time for the current event.None.PropertySystem.UInt32To be added.To be added.To be added.PropertyPango.LanguageThe current default language for this application.a This value can change during the life of a program, and is based on the current locale. It contains information such as the text direction of the current language.MethodSystem.VoidDisables automatic user locale usage.Only use this if you want to set a specific locale for your program other than the default user locale, or if you want to set different values for different locale categories. Most applications will not need to use this.MethodSystem.Int32
To be added.
To be added.
To be added.
To be added.To be added.To be added.MethodSystem.Void
To be added.
To be added.
To be added.
To be added.
To be added.
To be added.
To be added.To be added.PropertySystem.BooleanChecks if any events are pending.a This can be used to update the GUI and invoke timeouts etc. while doing some time intensive computation.
/* computation going on */
...
while (Gtk.Global.EventsPending)
{
Gtk.Application.RunIteration ();
}
...
/* computation continued */
MethodSystem.Boolean
a to store the state in if one exists.
Gets the state field of the current event. if there is a current and it has a state field, otherwise .MethodGtk.Widget
a Gets the widget associated with an event.the that originally received , or .PropertySystem.UInt32To be added.To be added.To be added.PropertySystem.UInt32To be added.To be added.To be added.PropertySystem.UInt32To be added.To be added.To be added.PropertySystem.UInt32To be added.To be added.To be added.MethodSystem.ObsoleteSystem.Void
To be added.
To be added.
To be added.
To be added.
To be added.
To be added.
To be added.
To be added.
To be added.
To be added.
To be added.To be added.MethodSystem.Boolean
a
a To be addeda To be addedMethodSystem.Void to propagate event to.
to propagate.
Propagate an event from one widget to another.This function should be rarely used, look into event handler overriding instead.MethodSystem.Void
the red component of the color as a
the green component of the color as a
the blue component of the color as a
the resulting hue of the color as a
the resulting saturation of the color as a
the resulting value of the color as a Converts a Red/Green/Blue color value to a Hue/Saturation/Value color value.MethodSystem.Boolean
To be added.
To be added.To be added.To be added.MethodSystem.Boolean
To be added.
To be added.
To be added.To be added.To be added.MethodSystem.Boolean
To be added.
To be added.
To be added.
To be added.To be added.To be added.