Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

  1. constructMenuButtonMenuModel :: (IsMenuButton o, MonadIO m, IsMenuModel a) => a -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.MenuButton

    Construct a GValueConstruct with valid value for the “menu-model” property. This is rarely needed directly, but it is used by new.

  2. getMenuButtonMenuModel :: (MonadIO m, IsMenuButton o) => o -> m (Maybe MenuModel)

    gi-gtk3 GI.Gtk.Objects.MenuButton

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

    get menuButton #menuModel
    

  3. menuButtonGetMenuModel :: (HasCallStack, MonadIO m, IsMenuButton a) => a -> m (Maybe MenuModel)

    gi-gtk3 GI.Gtk.Objects.MenuButton

    Returns the MenuModel used to generate the popup. Since: 3.6

  4. menuButtonSetMenuModel :: (HasCallStack, MonadIO m, IsMenuButton a, IsMenuModel b) => a -> Maybe b -> m ()

    gi-gtk3 GI.Gtk.Objects.MenuButton

    Sets the MenuModel from which the popup will be constructed, or Nothing to dissociate any existing menu model and disable the button. Depending on the value of MenuButton:usePopover, either a Menu will be created with menuNewFromModel, or a Popover with popoverNewFromModel. In either case, actions will be connected as documented for these functions. If MenuButton:popup or MenuButton:popover are already set, those widgets are dissociated from the menuButton, and those properties are set to Nothing. Since: 3.6

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

    gi-gtk3 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. notebookPageNum :: (HasCallStack, MonadIO m, IsNotebook a, IsWidget b) => a -> b -> m Int32

    gi-gtk3 GI.Gtk.Objects.Notebook

    Finds the index of the page which contains the given child widget.

  7. rcPropertyParseEnum :: (HasCallStack, MonadIO m) => GParamSpec -> String -> GValue -> m Bool

    gi-gtk3 GI.Gtk.Structs.RcProperty

    A RcPropertyParser for use with settingsInstallPropertyParser or gtk_widget_class_install_style_property_parser() which parses a single enumeration value. The enumeration value can be specified by its name, its nickname or its numeric value. For consistency with flags parsing, the value may be surrounded by parentheses.

  8. InputPurposeNumber :: InputPurpose

    gi-gtk4 GI.Gtk.Enums

    Edited field expects numbers

  9. clearMenuButtonMenuModel :: (MonadIO m, IsMenuButton o) => o -> m ()

    gi-gtk4 GI.Gtk.Objects.MenuButton

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

    clear #menuModel
    

  10. constructMenuButtonMenuModel :: (IsMenuButton o, MonadIO m, IsMenuModel a) => a -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.MenuButton

    Construct a GValueConstruct with valid value for the “menu-model” property. This is rarely needed directly, but it is used by new.

Page 174 of many | Previous | Next