Package ch.bailu.gtk.adw
Interface AdwConstants
public interface AdwConstants
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Adwaita major version component (e.g. 1 if the version is 1.2.3).static final int
Adwaita micro version component (e.g. 3 if the version is 1.2.3).static final int
Adwaita minor version component (e.g. 2 if the version is 1.2.3).static final String
Adwaita version, encoded as a string, useful for printing and
concatenation.
-
Field Details
-
MAJOR_VERSION
static final int MAJOR_VERSIONAdwaita major version component (e.g. 1 if the version is 1.2.3).- See Also:
-
MICRO_VERSION
static final int MICRO_VERSIONAdwaita micro version component (e.g. 3 if the version is 1.2.3).- See Also:
-
MINOR_VERSION
static final int MINOR_VERSIONAdwaita minor version component (e.g. 2 if the version is 1.2.3).- See Also:
-
VERSION_S
Adwaita version, encoded as a string, useful for printing and
concatenation.- See Also:
-