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. setBindingEntryModifiers :: MonadIO m => BindingEntry -> [ModifierType] -> m ()

    gi-gtk3 GI.Gtk.Structs.BindingEntry

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

    set bindingEntry [ #modifiers := value ]
    

  2. setBindingEntrySetNext :: MonadIO m => BindingEntry -> Ptr BindingEntry -> m ()

    gi-gtk3 GI.Gtk.Structs.BindingEntry

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

    set bindingEntry [ #setNext := value ]
    

  3. setBindingEntrySignals :: MonadIO m => BindingEntry -> Ptr BindingSignal -> m ()

    gi-gtk3 GI.Gtk.Structs.BindingEntry

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

    set bindingEntry [ #signals := value ]
    

  4. setBindingSetClassBranchPspecs :: MonadIO m => BindingSet -> Ptr (GSList (Ptr ())) -> m ()

    gi-gtk3 GI.Gtk.Structs.BindingSet

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

    set bindingSet [ #classBranchPspecs := value ]
    

  5. setBindingSetCurrent :: MonadIO m => BindingSet -> Ptr BindingEntry -> m ()

    gi-gtk3 GI.Gtk.Structs.BindingSet

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

    set bindingSet [ #current := value ]
    

  6. setBindingSetEntries :: MonadIO m => BindingSet -> Ptr BindingEntry -> m ()

    gi-gtk3 GI.Gtk.Structs.BindingSet

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

    set bindingSet [ #entries := value ]
    

  7. setBindingSetParsed :: MonadIO m => BindingSet -> Word32 -> m ()

    gi-gtk3 GI.Gtk.Structs.BindingSet

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

    set bindingSet [ #parsed := value ]
    

  8. setBindingSetPriority :: MonadIO m => BindingSet -> Int32 -> m ()

    gi-gtk3 GI.Gtk.Structs.BindingSet

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

    set bindingSet [ #priority := value ]
    

  9. setBindingSetSetName :: MonadIO m => BindingSet -> CString -> m ()

    gi-gtk3 GI.Gtk.Structs.BindingSet

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

    set bindingSet [ #setName := value ]
    

  10. setBindingSetWidgetClassPspecs :: MonadIO m => BindingSet -> Ptr (GSList (Ptr ())) -> m ()

    gi-gtk3 GI.Gtk.Structs.BindingSet

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

    set bindingSet [ #widgetClassPspecs := value ]
    

Page 580 of many | Previous | Next