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. setIMContextInfoDomainDirname :: MonadIO m => IMContextInfo -> CString -> m ()

    gi-gtk3 GI.Gtk.Structs.IMContextInfo

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

    set iMContextInfo [ #domainDirname := value ]
    

  2. setPadActionEntryActionName :: MonadIO m => PadActionEntry -> CString -> m ()

    gi-gtk3 GI.Gtk.Structs.PadActionEntry

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

    set padActionEntry [ #actionName := value ]
    

  3. setPadActionEntryIndex :: MonadIO m => PadActionEntry -> Int32 -> m ()

    gi-gtk3 GI.Gtk.Structs.PadActionEntry

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

    set padActionEntry [ #index := value ]
    

  4. setPadActionEntryLabel :: MonadIO m => PadActionEntry -> CString -> m ()

    gi-gtk3 GI.Gtk.Structs.PadActionEntry

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

    set padActionEntry [ #label := value ]
    

  5. setPadActionEntryMode :: MonadIO m => PadActionEntry -> Int32 -> m ()

    gi-gtk3 GI.Gtk.Structs.PadActionEntry

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

    set padActionEntry [ #mode := value ]
    

  6. setPadActionEntryType :: MonadIO m => PadActionEntry -> PadActionType -> m ()

    gi-gtk3 GI.Gtk.Structs.PadActionEntry

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

    set padActionEntry [ #type := value ]
    

  7. setPageRangeEnd :: MonadIO m => PageRange -> Int32 -> m ()

    gi-gtk3 GI.Gtk.Structs.PageRange

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

    set pageRange [ #end := value ]
    

  8. setPageRangeStart :: MonadIO m => PageRange -> Int32 -> m ()

    gi-gtk3 GI.Gtk.Structs.PageRange

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

    set pageRange [ #start := value ]
    

  9. setRadioActionEntryAccelerator :: MonadIO m => RadioActionEntry -> CString -> m ()

    gi-gtk3 GI.Gtk.Structs.RadioActionEntry

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

    set radioActionEntry [ #accelerator := value ]
    

  10. setRadioActionEntryLabel :: MonadIO m => RadioActionEntry -> CString -> m ()

    gi-gtk3 GI.Gtk.Structs.RadioActionEntry

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

    set radioActionEntry [ #label := value ]
    

Page 584 of many | Previous | Next