Hoogle Search

Within Stackage Nightly 2026-06-30 (ghc-9.12.4)

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

  1. setTreeViewTooltipColumn :: (MonadIO m, IsTreeView o) => o -> Int32 -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set treeView [ #tooltipColumn := value ]
    

  2. setTreeViewUbuntuAlmostFixedHeightMode :: (MonadIO m, IsTreeView o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “ubuntu-almost-fixed-height-mode” property. When overloading is enabled, this is equivalent to

    set treeView [ #ubuntuAlmostFixedHeightMode := value ]
    

  3. setUIManagerAddTearoffs :: (MonadIO m, IsUIManager o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set uIManager [ #addTearoffs := value ]
    

  4. setViewportShadowType :: (MonadIO m, IsViewport o) => o -> ShadowType -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set viewport [ #shadowType := value ]
    

  5. setVolumeButtonUseSymbolic :: (MonadIO m, IsVolumeButton o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set volumeButton [ #useSymbolic := value ]
    

  6. setWidgetAppPaintable :: (MonadIO m, IsWidget o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set widget [ #appPaintable := value ]
    

  7. setWidgetCanDefault :: (MonadIO m, IsWidget o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set widget [ #canDefault := value ]
    

  8. setWidgetCanFocus :: (MonadIO m, IsWidget o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set widget [ #canFocus := value ]
    

  9. setWidgetClassActivateSignal :: MonadIO m => WidgetClass -> Word32 -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “activate_signal” field. When overloading is enabled, this is equivalent to

    set widgetClass [ #activateSignal := value ]
    

  10. setWidgetClassAdjustBaselineAllocation :: MonadIO m => WidgetClass -> FunPtr C_WidgetClassAdjustBaselineAllocationFieldCallback -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “adjust_baseline_allocation” field. When overloading is enabled, this is equivalent to

    set widgetClass [ #adjustBaselineAllocation := value ]
    

Page 184 of many | Previous | Next