Import line: | Gtk = imports.gi.Gtk; |
GIR File: | Gtk-3.0.gir |
C documentation: | GtkLicense |
Enum : | License |
Properties | |
---|---|
guint32 Gtk.License.ARTISTIC : 8
|
|
guint32 Gtk.License.BSD : 6
|
|
guint32 Gtk.License.CUSTOM : 1
|
|
guint32 Gtk.License.GPL_2_0 : 2
|
|
guint32 Gtk.License.GPL_3_0 : 3
|
|
guint32 Gtk.License.LGPL_2_1 : 4
|
|
guint32 Gtk.License.LGPL_3_0 : 5
|
|
guint32 Gtk.License.MIT_X11 : 7
|
|
guint32 Gtk.License.UNKNOWN : 0
|
None |
None |
None |
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. |