Enums

Details

class Tepl.InfoBarLocation(value)

Bases: GObject.GEnum

Location inside the content area.

The content area of a Tepl.InfoBar contains a vertical container containing:

New in version 6.0.

ALONGSIDE_ICON = 0

on the right side of the icon.

BELOW_ICON = 1

below the icon.

class Tepl.NewlineType(value)

Bases: GObject.GEnum

New in version 1.0.

LF = 0

line feed, used on UNIX.

CR = 1

carriage return, used on Mac.

CR_LF = 2

carriage return followed by a line feed, used on Windows.

class Tepl.SelectionType(value)

Bases: GObject.GEnum

New in version 1.0.

NO_SELECTION = 0

No selection.

ON_SAME_LINE = 1

The start and end selection bounds are on the same line.

MULTIPLE_LINES = 2

The selection spans multiple lines.

class Tepl.SettingsThemeVariant(value)

Bases: GObject.GEnum

This enum is intended to be used for controlling the GTK theme preference.

New in version 6.10.

SYSTEM = 0

Follow the system’s preference.

LIGHT = 1

Force a light theme.

DARK = 2

Force a dark theme.