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. setMenuButtonDirection :: (MonadIO m, IsMenuButton o) => o -> ArrowType -> m ()

    gi-gtk4 GI.Gtk.Objects.MenuButton

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

    set menuButton [ #direction := value ]
    

  2. setMenuButtonHasFrame :: (MonadIO m, IsMenuButton o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.MenuButton

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

    set menuButton [ #hasFrame := value ]
    

  3. setMenuButtonIconName :: (MonadIO m, IsMenuButton o) => o -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.MenuButton

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

    set menuButton [ #iconName := value ]
    

  4. setMenuButtonLabel :: (MonadIO m, IsMenuButton o) => o -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.MenuButton

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

    set menuButton [ #label := value ]
    

  5. setMenuButtonMenuModel :: (MonadIO m, IsMenuButton o, IsMenuModel a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.MenuButton

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

    set menuButton [ #menuModel := value ]
    

  6. setMenuButtonPopover :: (MonadIO m, IsMenuButton o, IsPopover a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.MenuButton

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

    set menuButton [ #popover := value ]
    

  7. setMenuButtonPrimary :: (MonadIO m, IsMenuButton o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.MenuButton

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

    set menuButton [ #primary := value ]
    

  8. setMenuButtonUseUnderline :: (MonadIO m, IsMenuButton o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.MenuButton

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

    set menuButton [ #useUnderline := value ]
    

  9. setMessageDialogMessageType :: (MonadIO m, IsMessageDialog o) => o -> MessageType -> m ()

    gi-gtk4 GI.Gtk.Objects.MessageDialog

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

    set messageDialog [ #messageType := value ]
    

  10. setMessageDialogSecondaryText :: (MonadIO m, IsMessageDialog o) => o -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.MessageDialog

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

    set messageDialog [ #secondaryText := value ]
    

Page 657 of many | Previous | Next