Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

Enum Gtk.License

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-3.0.gir
C documentation: GtkLicense
Enum : License
The type of license for an application.
This enumeration can be expanded at later date.
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gtk.AboutDialog
Property
license_type : Gtk.License
The license of the program, as a value of the GtkLicense enumeration.
Gtk.AboutDialog
Method
get_license_type () : Gtk.License
Retrieves the license set using gtk_about_dialog_set_license_type()
Gtk.AboutDialog
Method
set_license_type (License license_type) : none
Sets the license of the application showing the about dialog from a
list of known licenses.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:15:49 GMT+0800 (HKT)