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. setToggleButtonActive :: (MonadIO m, IsToggleButton o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.ToggleButton

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

    set toggleButton [ #active := value ]
    

  2. setToggleButtonDrawIndicator :: (MonadIO m, IsToggleButton o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.ToggleButton

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

    set toggleButton [ #drawIndicator := value ]
    

  3. setToggleButtonInconsistent :: (MonadIO m, IsToggleButton o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.ToggleButton

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

    set toggleButton [ #inconsistent := value ]
    

  4. setToggleToolButtonActive :: (MonadIO m, IsToggleToolButton o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.ToggleToolButton

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

    set toggleToolButton [ #active := value ]
    

  5. setToolButtonIconName :: (MonadIO m, IsToolButton o) => o -> Text -> m ()

    gi-gtk3 GI.Gtk.Objects.ToolButton

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

    set toolButton [ #iconName := value ]
    

  6. setToolButtonIconWidget :: (MonadIO m, IsToolButton o, IsWidget a) => o -> a -> m ()

    gi-gtk3 GI.Gtk.Objects.ToolButton

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

    set toolButton [ #iconWidget := value ]
    

  7. setToolButtonLabel :: (MonadIO m, IsToolButton o) => o -> Text -> m ()

    gi-gtk3 GI.Gtk.Objects.ToolButton

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

    set toolButton [ #label := value ]
    

  8. setToolButtonLabelWidget :: (MonadIO m, IsToolButton o, IsWidget a) => o -> a -> m ()

    gi-gtk3 GI.Gtk.Objects.ToolButton

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

    set toolButton [ #labelWidget := value ]
    

  9. setToolButtonStockId :: (MonadIO m, IsToolButton o) => o -> Text -> m ()

    gi-gtk3 GI.Gtk.Objects.ToolButton

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

    set toolButton [ #stockId := value ]
    

  10. setToolButtonUseUnderline :: (MonadIO m, IsToolButton o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.ToolButton

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

    set toolButton [ #useUnderline := value ]
    

Page 565 of many | Previous | Next