gi-gtk-4.0.2: 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

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

TypedObject ApplicationInhibitFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Methods

glibType :: IO GType #

BoxedFlags ApplicationInhibitFlags Source # 
Instance details

Defined in GI.Gtk.Flags

IsGFlag ApplicationInhibitFlags Source # 
Instance details

Defined in GI.Gtk.Flags

HasParentTypes ApplicationInhibitFlags Source # 
Instance details

Defined in GI.Gtk.Flags

type ParentTypes ApplicationInhibitFlags Source # 
Instance details

Defined in GI.Gtk.Flags

BuilderClosureFlags

data BuilderClosureFlags Source #

The list of flags that can be passed to gtk_builder_scope_create_closure(). New values may be added in the future for new features, so external implementations of GtkBuilderScopeInterface should test the flags for unknown values and raise a %gTKBUILDERERRORINVALIDATTRIBUTE error when they encounter one.

Constructors

BuilderClosureFlagsSwapped

The closure should be created swapped. See g_cclosure_new_swap() for details.

AnotherBuilderClosureFlags Int

Catch-all for unknown values

Instances

Instances details
Enum BuilderClosureFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Eq BuilderClosureFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Ord BuilderClosureFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Show BuilderClosureFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Methods

showsPrec :: Int -> BuilderClosureFlags -> ShowS #

show :: BuilderClosureFlags -> String #

showList :: [BuilderClosureFlags] -> ShowS #

TypedObject BuilderClosureFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Methods

glibType :: IO GType #

BoxedFlags BuilderClosureFlags Source # 
Instance details

Defined in GI.Gtk.Flags

IsGFlag BuilderClosureFlags Source # 
Instance details

Defined in GI.Gtk.Flags

HasParentTypes BuilderClosureFlags Source # 
Instance details

Defined in GI.Gtk.Flags

type ParentTypes BuilderClosureFlags Source # 
Instance details

Defined in GI.Gtk.Flags

type ParentTypes BuilderClosureFlags = '[] :: [Type]

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

Methods

showsPrec :: Int -> CellRendererState -> ShowS #

show :: CellRendererState -> String #

showList :: [CellRendererState] -> ShowS #

TypedObject CellRendererState Source # 
Instance details

Defined in GI.Gtk.Flags

Methods

glibType :: IO GType #

BoxedFlags CellRendererState Source # 
Instance details

Defined in GI.Gtk.Flags

IsGFlag CellRendererState Source # 
Instance details

Defined in GI.Gtk.Flags

HasParentTypes CellRendererState Source # 
Instance details

Defined in GI.Gtk.Flags

type ParentTypes CellRendererState Source # 
Instance details

Defined in GI.Gtk.Flags

type ParentTypes CellRendererState = '[] :: [Type]

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.

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.

DebugFlagConstraints

No description available in the introspection data.

AnotherDebugFlag Int

Catch-all for unknown values

Instances

Instances details
Enum DebugFlag Source # 
Instance details

Defined in GI.Gtk.Flags

Eq DebugFlag Source # 
Instance details

Defined in GI.Gtk.Flags

Ord DebugFlag Source # 
Instance details

Defined in GI.Gtk.Flags

Show DebugFlag Source # 
Instance details

Defined in GI.Gtk.Flags

Methods

showsPrec :: Int -> DebugFlag -> ShowS #

show :: DebugFlag -> String #

showList :: [DebugFlag] -> ShowS #

TypedObject DebugFlag Source # 
Instance details

Defined in GI.Gtk.Flags

Methods

glibType :: IO GType #

BoxedFlags DebugFlag Source # 
Instance details

Defined in GI.Gtk.Flags

IsGFlag DebugFlag Source # 
Instance details

Defined in GI.Gtk.Flags

HasParentTypes DebugFlag Source # 
Instance details

Defined in GI.Gtk.Flags

type ParentTypes DebugFlag Source # 
Instance details

Defined in GI.Gtk.Flags

type ParentTypes DebugFlag = '[] :: [Type]

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

Instances

Instances details
Enum DialogFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Eq DialogFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Ord DialogFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Show DialogFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Methods

showsPrec :: Int -> DialogFlags -> ShowS #

show :: DialogFlags -> String #

showList :: [DialogFlags] -> ShowS #

TypedObject DialogFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Methods

glibType :: IO GType #

BoxedFlags DialogFlags Source # 
Instance details

Defined in GI.Gtk.Flags

IsGFlag DialogFlags Source # 
Instance details

Defined in GI.Gtk.Flags

HasParentTypes DialogFlags Source # 
Instance details

Defined in GI.Gtk.Flags

type ParentTypes DialogFlags Source # 
Instance details

Defined in GI.Gtk.Flags

type ParentTypes DialogFlags = '[] :: [Type]

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

TypedObject EventControllerScrollFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Methods

glibType :: IO GType #

BoxedFlags EventControllerScrollFlags Source # 
Instance details

Defined in GI.Gtk.Flags

IsGFlag EventControllerScrollFlags Source # 
Instance details

Defined in GI.Gtk.Flags

HasParentTypes EventControllerScrollFlags Source # 
Instance details

Defined in GI.Gtk.Flags

type ParentTypes 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

Methods

showsPrec :: Int -> FileFilterFlags -> ShowS #

show :: FileFilterFlags -> String #

showList :: [FileFilterFlags] -> ShowS #

TypedObject FileFilterFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Methods

glibType :: IO GType #

BoxedFlags FileFilterFlags Source # 
Instance details

Defined in GI.Gtk.Flags

IsGFlag FileFilterFlags Source # 
Instance details

Defined in GI.Gtk.Flags

HasParentTypes FileFilterFlags Source # 
Instance details

Defined in GI.Gtk.Flags

type ParentTypes FileFilterFlags Source # 
Instance details

Defined in GI.Gtk.Flags

type ParentTypes FileFilterFlags = '[] :: [Type]

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

Methods

showsPrec :: Int -> FontChooserLevel -> ShowS #

show :: FontChooserLevel -> String #

showList :: [FontChooserLevel] -> ShowS #

TypedObject FontChooserLevel Source # 
Instance details

Defined in GI.Gtk.Flags

Methods

glibType :: IO GType #

BoxedFlags FontChooserLevel Source # 
Instance details

Defined in GI.Gtk.Flags

IsGFlag FontChooserLevel Source # 
Instance details

Defined in GI.Gtk.Flags

HasParentTypes FontChooserLevel Source # 
Instance details

Defined in GI.Gtk.Flags

type ParentTypes FontChooserLevel Source # 
Instance details

Defined in GI.Gtk.Flags

type ParentTypes FontChooserLevel = '[] :: [Type]

IconLookupFlags

data IconLookupFlags Source #

Used to specify options for iconThemeLookupIcon

Constructors

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

IconLookupFlagsPreload

Starts loading the texture in the background so it is ready when later needed.

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

Methods

showsPrec :: Int -> IconLookupFlags -> ShowS #

show :: IconLookupFlags -> String #

showList :: [IconLookupFlags] -> ShowS #

TypedObject IconLookupFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Methods

glibType :: IO GType #

BoxedFlags IconLookupFlags Source # 
Instance details

Defined in GI.Gtk.Flags

IsGFlag IconLookupFlags Source # 
Instance details

Defined in GI.Gtk.Flags

HasParentTypes IconLookupFlags Source # 
Instance details

Defined in GI.Gtk.Flags

type ParentTypes IconLookupFlags Source # 
Instance details

Defined in GI.Gtk.Flags

type ParentTypes IconLookupFlags = '[] :: [Type]

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

Instances

Instances details
Enum InputHints Source # 
Instance details

Defined in GI.Gtk.Flags

Eq InputHints Source # 
Instance details

Defined in GI.Gtk.Flags

Ord InputHints Source # 
Instance details

Defined in GI.Gtk.Flags

Show InputHints Source # 
Instance details

Defined in GI.Gtk.Flags

Methods

showsPrec :: Int -> InputHints -> ShowS #

show :: InputHints -> String #

showList :: [InputHints] -> ShowS #

TypedObject InputHints Source # 
Instance details

Defined in GI.Gtk.Flags

Methods

glibType :: IO GType #

BoxedFlags InputHints Source # 
Instance details

Defined in GI.Gtk.Flags

IsGFlag InputHints Source # 
Instance details

Defined in GI.Gtk.Flags

HasParentTypes InputHints Source # 
Instance details

Defined in GI.Gtk.Flags

type ParentTypes InputHints Source # 
Instance details

Defined in GI.Gtk.Flags

type ParentTypes InputHints = '[] :: [Type]

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

Instances

Instances details
Enum PickFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Eq PickFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Ord PickFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Show PickFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Methods

showsPrec :: Int -> PickFlags -> ShowS #

show :: PickFlags -> String #

showList :: [PickFlags] -> ShowS #

TypedObject PickFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Methods

glibType :: IO GType #

BoxedFlags PickFlags Source # 
Instance details

Defined in GI.Gtk.Flags

IsGFlag PickFlags Source # 
Instance details

Defined in GI.Gtk.Flags

HasParentTypes PickFlags Source # 
Instance details

Defined in GI.Gtk.Flags

type ParentTypes PickFlags Source # 
Instance details

Defined in GI.Gtk.Flags

type ParentTypes PickFlags = '[] :: [Type]

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

Methods

showsPrec :: Int -> PlacesOpenFlags -> ShowS #

show :: PlacesOpenFlags -> String #

showList :: [PlacesOpenFlags] -> ShowS #

TypedObject PlacesOpenFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Methods

glibType :: IO GType #

BoxedFlags PlacesOpenFlags Source # 
Instance details

Defined in GI.Gtk.Flags

IsGFlag PlacesOpenFlags Source # 
Instance details

Defined in GI.Gtk.Flags

HasParentTypes PlacesOpenFlags Source # 
Instance details

Defined in GI.Gtk.Flags

type ParentTypes PlacesOpenFlags Source # 
Instance details

Defined in GI.Gtk.Flags

type ParentTypes PlacesOpenFlags = '[] :: [Type]

PopoverMenuFlags

data PopoverMenuFlags Source #

Flags that affect how popover menus are created from a menu model.

Constructors

PopoverMenuFlagsNested

Create submenus as nested popovers. Without this flag, submenus are created as sliding pages that replace the main menu.

AnotherPopoverMenuFlags Int

Catch-all for unknown values

Instances

Instances details
Enum PopoverMenuFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Eq PopoverMenuFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Ord PopoverMenuFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Show PopoverMenuFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Methods

showsPrec :: Int -> PopoverMenuFlags -> ShowS #

show :: PopoverMenuFlags -> String #

showList :: [PopoverMenuFlags] -> ShowS #

TypedObject PopoverMenuFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Methods

glibType :: IO GType #

BoxedFlags PopoverMenuFlags Source # 
Instance details

Defined in GI.Gtk.Flags

IsGFlag PopoverMenuFlags Source # 
Instance details

Defined in GI.Gtk.Flags

HasParentTypes PopoverMenuFlags Source # 
Instance details

Defined in GI.Gtk.Flags

type ParentTypes PopoverMenuFlags Source # 
Instance details

Defined in GI.Gtk.Flags

type ParentTypes PopoverMenuFlags = '[] :: [Type]

ShortcutActionFlags

data ShortcutActionFlags Source #

List of flags that can be passed to action activation. More flags may be added in the future.

Constructors

ShortcutActionFlagsExclusive

The action is the only action that can be activated. If this flag is not set, a future activation may select a different action.

AnotherShortcutActionFlags Int

Catch-all for unknown values

Instances

Instances details
Enum ShortcutActionFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Eq ShortcutActionFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Ord ShortcutActionFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Show ShortcutActionFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Methods

showsPrec :: Int -> ShortcutActionFlags -> ShowS #

show :: ShortcutActionFlags -> String #

showList :: [ShortcutActionFlags] -> ShowS #

TypedObject ShortcutActionFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Methods

glibType :: IO GType #

BoxedFlags ShortcutActionFlags Source # 
Instance details

Defined in GI.Gtk.Flags

IsGFlag ShortcutActionFlags Source # 
Instance details

Defined in GI.Gtk.Flags

HasParentTypes ShortcutActionFlags Source # 
Instance details

Defined in GI.Gtk.Flags

type ParentTypes ShortcutActionFlags Source # 
Instance details

Defined in GI.Gtk.Flags

type ParentTypes ShortcutActionFlags = '[] :: [Type]

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

StateFlagsFocusWithin

Widget contains the keyboard focus

AnotherStateFlags Int

Catch-all for unknown values

Instances

Instances details
Enum StateFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Eq StateFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Ord StateFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Show StateFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Methods

showsPrec :: Int -> StateFlags -> ShowS #

show :: StateFlags -> String #

showList :: [StateFlags] -> ShowS #

TypedObject StateFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Methods

glibType :: IO GType #

BoxedFlags StateFlags Source # 
Instance details

Defined in GI.Gtk.Flags

IsGFlag StateFlags Source # 
Instance details

Defined in GI.Gtk.Flags

HasParentTypes StateFlags Source # 
Instance details

Defined in GI.Gtk.Flags

type ParentTypes StateFlags Source # 
Instance details

Defined in GI.Gtk.Flags

type ParentTypes StateFlags = '[] :: [Type]

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

StyleContextPrintFlagsShowChange

Show information about what changes affect the styles

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

TypedObject StyleContextPrintFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Methods

glibType :: IO GType #

BoxedFlags StyleContextPrintFlags Source # 
Instance details

Defined in GI.Gtk.Flags

IsGFlag StyleContextPrintFlags Source # 
Instance details

Defined in GI.Gtk.Flags

HasParentTypes StyleContextPrintFlags Source # 
Instance details

Defined in GI.Gtk.Flags

type ParentTypes StyleContextPrintFlags Source # 
Instance details

Defined in GI.Gtk.Flags

type ParentTypes StyleContextPrintFlags = '[] :: [Type]

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 paintables 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 paintables 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

Methods

showsPrec :: Int -> TextSearchFlags -> ShowS #

show :: TextSearchFlags -> String #

showList :: [TextSearchFlags] -> ShowS #

TypedObject TextSearchFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Methods

glibType :: IO GType #

BoxedFlags TextSearchFlags Source # 
Instance details

Defined in GI.Gtk.Flags

IsGFlag TextSearchFlags Source # 
Instance details

Defined in GI.Gtk.Flags

HasParentTypes TextSearchFlags Source # 
Instance details

Defined in GI.Gtk.Flags

type ParentTypes TextSearchFlags Source # 
Instance details

Defined in GI.Gtk.Flags

type ParentTypes TextSearchFlags = '[] :: [Type]

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

Methods

showsPrec :: Int -> TreeModelFlags -> ShowS #

show :: TreeModelFlags -> String #

showList :: [TreeModelFlags] -> ShowS #

TypedObject TreeModelFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Methods

glibType :: IO GType #

BoxedFlags TreeModelFlags Source # 
Instance details

Defined in GI.Gtk.Flags

IsGFlag TreeModelFlags Source # 
Instance details

Defined in GI.Gtk.Flags

HasParentTypes TreeModelFlags Source # 
Instance details

Defined in GI.Gtk.Flags

type ParentTypes TreeModelFlags Source # 
Instance details

Defined in GI.Gtk.Flags

type ParentTypes TreeModelFlags = '[] :: [Type]