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.

  1. 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 ]
    

  2. 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 ]
    

  3. 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 ]
    

  4. 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 ]
    

  5. 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 ]
    

  6. 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 ]
    

  7. 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 ]
    

  8. 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 ]
    

  9. 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 ]
    

  10. 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 ]
    

Page 403 of many | Previous | Next