gi-gtk-4.0.1: Gtk bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.Gtk.Flags

Description

 
Synopsis

Flags

AccelFlags

data AccelFlags Source #

Accelerator flags used with accelGroupConnect.

Constructors

AccelFlagsVisible

Accelerator is visible

AccelFlagsLocked

Accelerator not removable

AccelFlagsMask

Mask

AnotherAccelFlags Int

Catch-all for unknown values

ApplicationInhibitFlags

data ApplicationInhibitFlags Source #

Types of user actions that may be blocked by applicationInhibit.

Constructors

ApplicationInhibitFlagsLogout

Inhibit ending the user session by logging out or by shutting down the computer

ApplicationInhibitFlagsSwitch

Inhibit user switching

ApplicationInhibitFlagsSuspend

Inhibit suspending the session or computer

ApplicationInhibitFlagsIdle

Inhibit the session being marked as idle (and possibly locked)

AnotherApplicationInhibitFlags Int

Catch-all for unknown values

Instances

Instances details
Enum ApplicationInhibitFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Eq ApplicationInhibitFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Ord ApplicationInhibitFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Show ApplicationInhibitFlags Source # 
Instance details

Defined in GI.Gtk.Flags

BoxedFlags ApplicationInhibitFlags Source # 
Instance details

Defined in GI.Gtk.Flags

IsGFlag ApplicationInhibitFlags Source # 
Instance details

Defined in GI.Gtk.Flags

CalendarDisplayOptions

data CalendarDisplayOptions Source #

These options can be used to influence the display and behaviour of a Calendar.

Constructors

CalendarDisplayOptionsShowHeading

Specifies that the month and year should be displayed.

CalendarDisplayOptionsShowDayNames

Specifies that three letter day descriptions should be present.

CalendarDisplayOptionsNoMonthChange

Prevents the user from switching months with the calendar.

CalendarDisplayOptionsShowWeekNumbers

Displays each week numbers of the current year, down the left side of the calendar.

CalendarDisplayOptionsShowDetails

Just show an indicator, not the full details text when details are provided. See calendarSetDetailFunc.

AnotherCalendarDisplayOptions Int

Catch-all for unknown values

Instances

Instances details
Enum CalendarDisplayOptions Source # 
Instance details

Defined in GI.Gtk.Flags

Eq CalendarDisplayOptions Source # 
Instance details

Defined in GI.Gtk.Flags

Ord CalendarDisplayOptions Source # 
Instance details

Defined in GI.Gtk.Flags

Show CalendarDisplayOptions Source # 
Instance details

Defined in GI.Gtk.Flags

BoxedFlags CalendarDisplayOptions Source # 
Instance details

Defined in GI.Gtk.Flags

IsGFlag CalendarDisplayOptions Source # 
Instance details

Defined in GI.Gtk.Flags

CellRendererState

data CellRendererState Source #

Tells how a cell is to be rendered.

Constructors

CellRendererStateSelected

The cell is currently selected, and probably has a selection colored background to render to.

CellRendererStatePrelit

The mouse is hovering over the cell.

CellRendererStateInsensitive

The cell is drawn in an insensitive manner

CellRendererStateSorted

The cell is in a sorted row

CellRendererStateFocused

The cell is in the focus row.

CellRendererStateExpandable

The cell is in a row that can be expanded

CellRendererStateExpanded

The cell is in a row that is expanded

AnotherCellRendererState Int

Catch-all for unknown values

Instances

Instances details
Enum CellRendererState Source # 
Instance details

Defined in GI.Gtk.Flags

Eq CellRendererState Source # 
Instance details

Defined in GI.Gtk.Flags

Ord CellRendererState Source # 
Instance details

Defined in GI.Gtk.Flags

Show CellRendererState Source # 
Instance details

Defined in GI.Gtk.Flags

BoxedFlags CellRendererState Source # 
Instance details

Defined in GI.Gtk.Flags

IsGFlag CellRendererState Source # 
Instance details

Defined in GI.Gtk.Flags

DebugFlag

data DebugFlag Source #

No description available in the introspection data.

Constructors

DebugFlagText

No description available in the introspection data.

DebugFlagTree

No description available in the introspection data.

DebugFlagKeybindings

No description available in the introspection data.

DebugFlagModules

No description available in the introspection data.

DebugFlagGeometry

No description available in the introspection data.

DebugFlagIcontheme

No description available in the introspection data.

DebugFlagPrinting

No description available in the introspection data.

DebugFlagBuilder

No description available in the introspection data.

DebugFlagSizeRequest

No description available in the introspection data.

DebugFlagNoCssCache

No description available in the introspection data.

DebugFlagBaselines

No description available in the introspection data.

DebugFlagInteractive

No description available in the introspection data.

DebugFlagTouchscreen

No description available in the introspection data.

DebugFlagActions

No description available in the introspection data.

DebugFlagResize

No description available in the introspection data.

DebugFlagLayout

No description available in the introspection data.

DebugFlagSnapshot

No description available in the introspection data.

AnotherDebugFlag Int

Catch-all for unknown values

DestDefaults

data DestDefaults Source #

The DestDefaults enumeration specifies the various types of action that will be taken on behalf of the user for a drag destination site.

Constructors

DestDefaultsMotion

If set for a widget, GTK+, during a drag over this widget will check if the drag matches this widget’s list of possible formats and actions. GTK+ will then call gdk_drag_status() as appropriate.

DestDefaultsHighlight

If set for a widget, GTK+ will draw a highlight on this widget as long as a drag is over this widget and the widget drag format and action are acceptable.

DestDefaultsDrop

If set for a widget, when a drop occurs, GTK+ will will check if the drag matches this widget’s list of possible formats and actions. If so, GTK+ will call widgetDragGetData on behalf of the widget. Whether or not the drop is successful, GTK+ will call gdk_drag_finish(). If the action was a move, then if the drag was successful, then True will be passed for the delete parameter to gdk_drag_finish().

DestDefaultsAll

If set, specifies that all default actions should be taken.

AnotherDestDefaults Int

Catch-all for unknown values

DialogFlags

data DialogFlags Source #

Flags used to influence dialog construction.

Constructors

DialogFlagsModal

Make the constructed dialog modal, see windowSetModal

DialogFlagsDestroyWithParent

Destroy the dialog when its parent is destroyed, see windowSetDestroyWithParent

DialogFlagsUseHeaderBar

Create dialog with actions in header bar instead of action area

AnotherDialogFlags Int

Catch-all for unknown values

EventControllerScrollFlags

data EventControllerScrollFlags Source #

Describes the behavior of a EventControllerScroll.

Constructors

EventControllerScrollFlagsNone

Don't emit scroll.

EventControllerScrollFlagsVertical

Emit scroll with vertical deltas.

EventControllerScrollFlagsHorizontal

Emit scroll with horizontal deltas.

EventControllerScrollFlagsDiscrete

Only emit deltas that are multiples of 1.

EventControllerScrollFlagsKinetic

Emit decelerate after continuous scroll finishes.

EventControllerScrollFlagsBothAxes

Emit scroll on both axes.

AnotherEventControllerScrollFlags Int

Catch-all for unknown values

Instances

Instances details
Enum EventControllerScrollFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Eq EventControllerScrollFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Ord EventControllerScrollFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Show EventControllerScrollFlags Source # 
Instance details

Defined in GI.Gtk.Flags

BoxedFlags EventControllerScrollFlags Source # 
Instance details

Defined in GI.Gtk.Flags

IsGFlag EventControllerScrollFlags Source # 
Instance details

Defined in GI.Gtk.Flags

FileFilterFlags

data FileFilterFlags Source #

These flags indicate what parts of a FileFilterInfo struct are filled or need to be filled.

Constructors

FileFilterFlagsFilename

the filename of the file being tested

FileFilterFlagsUri

the URI for the file being tested

FileFilterFlagsDisplayName

the string that will be used to display the file in the file chooser

FileFilterFlagsMimeType

the mime type of the file

AnotherFileFilterFlags Int

Catch-all for unknown values

Instances

Instances details
Enum FileFilterFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Eq FileFilterFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Ord FileFilterFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Show FileFilterFlags Source # 
Instance details

Defined in GI.Gtk.Flags

BoxedFlags FileFilterFlags Source # 
Instance details

Defined in GI.Gtk.Flags

IsGFlag FileFilterFlags Source # 
Instance details

Defined in GI.Gtk.Flags

FontChooserLevel

data FontChooserLevel Source #

This enumeration specifies the granularity of font selection that is desired in a font chooser.

This enumeration may be extended in the future; applications should ignore unknown values.

Constructors

FontChooserLevelFamily

Allow selecting a font family

FontChooserLevelStyle

Allow selecting a specific font face

FontChooserLevelSize

Allow selecting a specific font size

FontChooserLevelVariations

Allow changing OpenType font variation axes

FontChooserLevelFeatures

Allow selecting specific OpenType font features

AnotherFontChooserLevel Int

Catch-all for unknown values

Instances

Instances details
Enum FontChooserLevel Source # 
Instance details

Defined in GI.Gtk.Flags

Eq FontChooserLevel Source # 
Instance details

Defined in GI.Gtk.Flags

Ord FontChooserLevel Source # 
Instance details

Defined in GI.Gtk.Flags

Show FontChooserLevel Source # 
Instance details

Defined in GI.Gtk.Flags

BoxedFlags FontChooserLevel Source # 
Instance details

Defined in GI.Gtk.Flags

IsGFlag FontChooserLevel Source # 
Instance details

Defined in GI.Gtk.Flags

IconLookupFlags

data IconLookupFlags Source #

Used to specify options for iconThemeLookupIcon

Constructors

IconLookupFlagsNoSvg

Never get SVG icons, even if gdk-pixbuf supports them. Cannot be used together with IconLookupFlagsForceSvg.

IconLookupFlagsForceSvg

Get SVG icons, even if gdk-pixbuf doesn’t support them. Cannot be used together with IconLookupFlagsNoSvg.

IconLookupFlagsUseBuiltin

When passed to iconThemeLookupIcon includes builtin icons as well as files. For a builtin icon, iconInfoGetFilename is Nothing and you need to call gtk_icon_info_get_builtin_pixbuf().

IconLookupFlagsGenericFallback

Try to shorten icon name at '-' characters before looking at inherited themes. This flag is only supported in functions that take a single icon name. For more general fallback, see iconThemeChooseIcon

IconLookupFlagsForceSize

Always get the icon scaled to the requested size

IconLookupFlagsForceRegular

Try to always load regular icons, even when symbolic icon names are given

IconLookupFlagsForceSymbolic

Try to always load symbolic icons, even when regular icon names are given

IconLookupFlagsDirLtr

Try to load a variant of the icon for left-to-right text direction

IconLookupFlagsDirRtl

Try to load a variant of the icon for right-to-left text direction

AnotherIconLookupFlags Int

Catch-all for unknown values

Instances

Instances details
Enum IconLookupFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Eq IconLookupFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Ord IconLookupFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Show IconLookupFlags Source # 
Instance details

Defined in GI.Gtk.Flags

BoxedFlags IconLookupFlags Source # 
Instance details

Defined in GI.Gtk.Flags

IsGFlag IconLookupFlags Source # 
Instance details

Defined in GI.Gtk.Flags

InputHints

data InputHints Source #

Describes hints that might be taken into account by input methods or applications. Note that input methods may already tailor their behaviour according to the InputPurpose of the entry.

Some common sense is expected when using these flags - mixing gTKINPUTHINTLOWERCASE with any of the uppercase hints makes no sense.

This enumeration may be extended in the future; input methods should ignore unknown values.

Constructors

InputHintsNone

No special behaviour suggested

InputHintsSpellcheck

Suggest checking for typos

InputHintsNoSpellcheck

Suggest not checking for typos

InputHintsWordCompletion

Suggest word completion

InputHintsLowercase

Suggest to convert all text to lowercase

InputHintsUppercaseChars

Suggest to capitalize all text

InputHintsUppercaseWords

Suggest to capitalize the first character of each word

InputHintsUppercaseSentences

Suggest to capitalize the first word of each sentence

InputHintsInhibitOsk

Suggest to not show an onscreen keyboard (e.g for a calculator that already has all the keys).

InputHintsVerticalWriting

The text is vertical

InputHintsEmoji

Suggest offering Emoji support

InputHintsNoEmoji

Suggest not offering Emoji support

AnotherInputHints Int

Catch-all for unknown values

PickFlags

data PickFlags Source #

Flags that influence the behavior of widgetPick

Constructors

PickFlagsDefault

The default behavior, include widgets that are receiving events

PickFlagsInsensitive

Include widgets that are insensitive

PickFlagsNonTargetable

Include widgets that are marked as non-targetable. See Widget::can-target

AnotherPickFlags Int

Catch-all for unknown values

PlacesOpenFlags

data PlacesOpenFlags Source #

No description available in the introspection data.

Constructors

PlacesOpenFlagsNormal

No description available in the introspection data.

PlacesOpenFlagsNewTab

No description available in the introspection data.

PlacesOpenFlagsNewWindow

No description available in the introspection data.

AnotherPlacesOpenFlags Int

Catch-all for unknown values

Instances

Instances details
Enum PlacesOpenFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Eq PlacesOpenFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Ord PlacesOpenFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Show PlacesOpenFlags Source # 
Instance details

Defined in GI.Gtk.Flags

BoxedFlags PlacesOpenFlags Source # 
Instance details

Defined in GI.Gtk.Flags

IsGFlag PlacesOpenFlags Source # 
Instance details

Defined in GI.Gtk.Flags

StateFlags

data StateFlags Source #

Describes a widget state. Widget states are used to match the widget against CSS pseudo-classes. Note that GTK extends the regular CSS classes and sometimes uses different names.

Constructors

StateFlagsNormal

State during normal operation

StateFlagsActive

Widget is active

StateFlagsPrelight

Widget has a mouse pointer over it

StateFlagsSelected

Widget is selected

StateFlagsInsensitive

Widget is insensitive

StateFlagsInconsistent

Widget is inconsistent

StateFlagsFocused

Widget has the keyboard focus

StateFlagsBackdrop

Widget is in a background toplevel window

StateFlagsDirLtr

Widget is in left-to-right text direction

StateFlagsDirRtl

Widget is in right-to-left text direction

StateFlagsLink

Widget is a link

StateFlagsVisited

The location the widget points to has already been visited

StateFlagsChecked

Widget is checked

StateFlagsDropActive

Widget is highlighted as a drop target for DND

StateFlagsFocusVisible

Widget has the visible focus

AnotherStateFlags Int

Catch-all for unknown values

StyleContextPrintFlags

data StyleContextPrintFlags Source #

Flags that modify the behavior of styleContextToString. New values may be added to this enumeration.

Constructors

StyleContextPrintFlagsNone

Default value.

StyleContextPrintFlagsRecurse

Print the entire tree of CSS nodes starting at the style context's node

StyleContextPrintFlagsShowStyle

Show the values of the CSS properties for each node

AnotherStyleContextPrintFlags Int

Catch-all for unknown values

Instances

Instances details
Enum StyleContextPrintFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Eq StyleContextPrintFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Ord StyleContextPrintFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Show StyleContextPrintFlags Source # 
Instance details

Defined in GI.Gtk.Flags

BoxedFlags StyleContextPrintFlags Source # 
Instance details

Defined in GI.Gtk.Flags

IsGFlag StyleContextPrintFlags Source # 
Instance details

Defined in GI.Gtk.Flags

TextSearchFlags

data TextSearchFlags Source #

Flags affecting how a search is done.

If neither GTK_TEXT_SEARCH_VISIBLE_ONLY nor GTK_TEXT_SEARCH_TEXT_ONLY are enabled, the match must be exact; the special 0xFFFC character will match embedded textures or child widgets.

Constructors

TextSearchFlagsVisibleOnly

Search only visible data. A search match may have invisible text interspersed.

TextSearchFlagsTextOnly

Search only text. A match may have textures or child widgets mixed inside the matched range.

TextSearchFlagsCaseInsensitive

The text will be matched regardless of what case it is in.

AnotherTextSearchFlags Int

Catch-all for unknown values

Instances

Instances details
Enum TextSearchFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Eq TextSearchFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Ord TextSearchFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Show TextSearchFlags Source # 
Instance details

Defined in GI.Gtk.Flags

BoxedFlags TextSearchFlags Source # 
Instance details

Defined in GI.Gtk.Flags

IsGFlag TextSearchFlags Source # 
Instance details

Defined in GI.Gtk.Flags

TreeModelFlags

data TreeModelFlags Source #

These flags indicate various properties of a TreeModel.

They are returned by treeModelGetFlags, and must be static for the lifetime of the object. A more complete description of GTK_TREE_MODEL_ITERS_PERSIST can be found in the overview of this section.

Constructors

TreeModelFlagsItersPersist

iterators survive all signals emitted by the tree

TreeModelFlagsListOnly

the model is a list only, and never has children

AnotherTreeModelFlags Int

Catch-all for unknown values

Instances

Instances details
Enum TreeModelFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Eq TreeModelFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Ord TreeModelFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Show TreeModelFlags Source # 
Instance details

Defined in GI.Gtk.Flags

BoxedFlags TreeModelFlags Source # 
Instance details

Defined in GI.Gtk.Flags

IsGFlag TreeModelFlags Source # 
Instance details

Defined in GI.Gtk.Flags