Hoogle Search
Within LTS Haskell 24.46 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setObjectAccessibleTableSummary :: (MonadIO m, IsObject o, IsObject a) => o -> a -> m ()gi-atk GI.Atk.Objects.Object Set the value of the “accessible-table-summary” property. When overloading is enabled, this is equivalent to
set object [ #accessibleTableSummary := value ]
setObjectAccessibleValue :: (MonadIO m, IsObject o) => o -> Double -> m ()gi-atk GI.Atk.Objects.Object Set the value of the “accessible-value” property. When overloading is enabled, this is equivalent to
set object [ #accessibleValue := value ]
setRelationRelationType :: (MonadIO m, IsRelation o) => o -> RelationType -> m ()gi-atk GI.Atk.Objects.Relation Set the value of the “relation-type” property. When overloading is enabled, this is equivalent to
set relation [ #relationType := value ]
setRelationTarget :: (MonadIO m, IsRelation o) => o -> ValueArray -> m ()gi-atk GI.Atk.Objects.Relation Set the value of the “target” property. When overloading is enabled, this is equivalent to
set relation [ #target := value ]
setAttributeName :: MonadIO m => Attribute -> CString -> m ()gi-atk GI.Atk.Structs.Attribute Set the value of the “name” field. When overloading is enabled, this is equivalent to
set attribute [ #name := value ]
setAttributeValue :: MonadIO m => Attribute -> CString -> m ()gi-atk GI.Atk.Structs.Attribute Set the value of the “value” field. When overloading is enabled, this is equivalent to
set attribute [ #value := value ]
setKeyEventStructKeycode :: MonadIO m => KeyEventStruct -> Word16 -> m ()gi-atk GI.Atk.Structs.KeyEventStruct Set the value of the “keycode” field. When overloading is enabled, this is equivalent to
set keyEventStruct [ #keycode := value ]
setKeyEventStructKeyval :: MonadIO m => KeyEventStruct -> Word32 -> m ()gi-atk GI.Atk.Structs.KeyEventStruct Set the value of the “keyval” field. When overloading is enabled, this is equivalent to
set keyEventStruct [ #keyval := value ]
setKeyEventStructLength :: MonadIO m => KeyEventStruct -> Int32 -> m ()gi-atk GI.Atk.Structs.KeyEventStruct Set the value of the “length” field. When overloading is enabled, this is equivalent to
set keyEventStruct [ #length := value ]
setKeyEventStructState :: MonadIO m => KeyEventStruct -> Word32 -> m ()gi-atk GI.Atk.Structs.KeyEventStruct Set the value of the “state” field. When overloading is enabled, this is equivalent to
set keyEventStruct [ #state := value ]