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. setStatusIconTooltipText :: (MonadIO m, IsStatusIcon o) => o -> Text -> m ()

    gi-gtk3 GI.Gtk.Objects.StatusIcon

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

    set statusIcon [ #tooltipText := value ]
    

  2. setStatusIconVisible :: (MonadIO m, IsStatusIcon o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.StatusIcon

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

    set statusIcon [ #visible := value ]
    

  3. setStyleContextDirection :: (MonadIO m, IsStyleContext o) => o -> TextDirection -> m ()

    gi-gtk3 GI.Gtk.Objects.StyleContext

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

    set styleContext [ #direction := value ]
    

  4. setStyleContextPaintClock :: (MonadIO m, IsStyleContext o, IsFrameClock a) => o -> a -> m ()

    gi-gtk3 GI.Gtk.Objects.StyleContext

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

    set styleContext [ #paintClock := value ]
    

  5. setStyleContextParent :: (MonadIO m, IsStyleContext o, IsStyleContext a) => o -> a -> m ()

    gi-gtk3 GI.Gtk.Objects.StyleContext

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

    set styleContext [ #parent := value ]
    

  6. setStyleContextScreen :: (MonadIO m, IsStyleContext o, IsScreen a) => o -> a -> m ()

    gi-gtk3 GI.Gtk.Objects.StyleContext

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

    set styleContext [ #screen := value ]
    

  7. setSwitchActive :: (MonadIO m, IsSwitch o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.Switch

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

    set switch [ #active := value ]
    

  8. setSwitchState :: (MonadIO m, IsSwitch o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.Switch

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

    set switch [ #state := value ]
    

  9. setTableColumnSpacing :: (MonadIO m, IsTable o) => o -> Word32 -> m ()

    gi-gtk3 GI.Gtk.Objects.Table

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

    set table [ #columnSpacing := value ]
    

  10. setTableHomogeneous :: (MonadIO m, IsTable o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.Table

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

    set table [ #homogeneous := value ]
    

Page 554 of many | Previous | Next