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. setComboBoxRowSpanColumn :: (MonadIO m, IsComboBox o) => o -> Int32 -> m ()

    gi-gtk3 GI.Gtk.Objects.ComboBox

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

    set comboBox [ #rowSpanColumn := value ]
    

  2. setComboBoxTearoffTitle :: (MonadIO m, IsComboBox o) => o -> Text -> m ()

    gi-gtk3 GI.Gtk.Objects.ComboBox

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

    set comboBox [ #tearoffTitle := value ]
    

  3. setComboBoxWrapWidth :: (MonadIO m, IsComboBox o) => o -> Int32 -> m ()

    gi-gtk3 GI.Gtk.Objects.ComboBox

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

    set comboBox [ #wrapWidth := value ]
    

  4. setContainerBorderWidth :: (MonadIO m, IsContainer o) => o -> Word32 -> m ()

    gi-gtk3 GI.Gtk.Objects.Container

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

    set container [ #borderWidth := value ]
    

  5. setContainerChild :: (MonadIO m, IsContainer o, IsWidget a) => o -> a -> m ()

    gi-gtk3 GI.Gtk.Objects.Container

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

    set container [ #child := value ]
    

  6. setContainerResizeMode :: (MonadIO m, IsContainer o) => o -> ResizeMode -> m ()

    gi-gtk3 GI.Gtk.Objects.Container

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

    set container [ #resizeMode := value ]
    

  7. setEntryActivatesDefault :: (MonadIO m, IsEntry o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.Entry

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

    set entry [ #activatesDefault := value ]
    

  8. setEntryAttributes :: (MonadIO m, IsEntry o) => o -> AttrList -> m ()

    gi-gtk3 GI.Gtk.Objects.Entry

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

    set entry [ #attributes := value ]
    

  9. setEntryBuffer :: (MonadIO m, IsEntry o, IsEntryBuffer a) => o -> a -> m ()

    gi-gtk3 GI.Gtk.Objects.Entry

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

    set entry [ #buffer := value ]
    

  10. setEntryCapsLockWarning :: (MonadIO m, IsEntry o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.Entry

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

    set entry [ #capsLockWarning := value ]
    

Page 504 of many | Previous | Next