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:First, an horizontal container containing:
A place for an optional icon.
The
Tepl.InfoBarLocation.ALONGSIDE_ICON
location, which is a vertical container that can contain: primary/secondary messages plus additional widgets, in the order that they are added.
The
Tepl.InfoBarLocation.BELOW_ICON
location, which can contain additional widgets, in the order that they are added. So the widgets added here are under the icon and under theTepl.InfoBarLocation.ALONGSIDE_ICON
location.
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.