Class

ShumateLicense

Description [src]

final class Shumate.License : Gtk.Widget {
  /* No available fields */
}

A widget that displays license text.

Ancestors

  • GtkWidget
  • GInitiallyUnowned
  • GObject

Implements

  • GtkAccessible
  • GtkBuildable
  • GtkConstraintTarget

Constructors

shumate_license_new

Creates an instance of ShumateLicense.

Instance methods

shumate_license_append_map_source
No description available.
shumate_license_get_extra_text

Gets the additional license text.

shumate_license_get_xalign

Get the license’s text horizontal alignment.

shumate_license_prepend_map_source
No description available.
shumate_license_remove_map_source
No description available.
shumate_license_set_extra_text

Show the additional license text on the map view. The text will preceed the map’s licence when displayed. Use “\n” to separate the lines.

shumate_license_set_xalign

Set the license’s text horizontal alignment.

Properties

Shumate.License:extra-text

Sets additional text to be displayed in the license area. The map’s license will be added below it. Your text can have multiple lines, just use “\n” in between.

Shumate.License:xalign

The license’s horizontal alignment.

Class structure

struct ShumateLicenseClass {
  GtkWidgetClass parent_class;
  
}
Class members
parent_class
GtkWidgetClass
  No description available.