Unit

enum Unit : Enum<Unit>

See also gtk_print_settings_set_paper_width().

Entries

Link copied to clipboard

No units.

Link copied to clipboard

Dimensions in points.

Link copied to clipboard

Dimensions in inches.

Link copied to clipboard

Dimensions in millimeters

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val nativeValue: <Error class: unknown class>
Link copied to clipboard

Functions

Link copied to clipboard
fun valueOf(value: String): Unit

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard
fun values(): Array<Unit>

Returns an array containing the constants of this enum type, in the order they're declared.