Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. setListViewSingleClickActivate :: (MonadIO m, IsListView o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.ListView

    Set the value of the “single-click-activate” property. When overloading is enabled, this is equivalent to

    set listView [ #singleClickActivate := value ]
    

  2. setListViewTabBehavior :: (MonadIO m, IsListView o) => o -> ListTabBehavior -> m ()

    gi-gtk4 GI.Gtk.Objects.ListView

    Set the value of the “tab-behavior” property. When overloading is enabled, this is equivalent to

    set listView [ #tabBehavior := value ]
    

  3. setLockButtonPermission :: (MonadIO m, IsLockButton o, IsPermission a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.LockButton

    Set the value of the “permission” property. When overloading is enabled, this is equivalent to

    set lockButton [ #permission := value ]
    

  4. setLockButtonTextLock :: (MonadIO m, IsLockButton o) => o -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.LockButton

    Set the value of the “text-lock” property. When overloading is enabled, this is equivalent to

    set lockButton [ #textLock := value ]
    

  5. setLockButtonTextUnlock :: (MonadIO m, IsLockButton o) => o -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.LockButton

    Set the value of the “text-unlock” property. When overloading is enabled, this is equivalent to

    set lockButton [ #textUnlock := value ]
    

  6. setLockButtonTooltipLock :: (MonadIO m, IsLockButton o) => o -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.LockButton

    Set the value of the “tooltip-lock” property. When overloading is enabled, this is equivalent to

    set lockButton [ #tooltipLock := value ]
    

  7. setLockButtonTooltipNotAuthorized :: (MonadIO m, IsLockButton o) => o -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.LockButton

    Set the value of the “tooltip-not-authorized” property. When overloading is enabled, this is equivalent to

    set lockButton [ #tooltipNotAuthorized := value ]
    

  8. setLockButtonTooltipUnlock :: (MonadIO m, IsLockButton o) => o -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.LockButton

    Set the value of the “tooltip-unlock” property. When overloading is enabled, this is equivalent to

    set lockButton [ #tooltipUnlock := value ]
    

  9. setMediaControlsMediaStream :: (MonadIO m, IsMediaControls o, IsMediaStream a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.MediaControls

    Set the value of the “media-stream” property. When overloading is enabled, this is equivalent to

    set mediaControls [ #mediaStream := value ]
    

  10. setMediaFileFile :: (MonadIO m, IsMediaFile o, IsFile a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.MediaFile

    Set the value of the “file” property. When overloading is enabled, this is equivalent to

    set mediaFile [ #file := value ]
    

Page 655 of many | Previous | Next