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. setBindingSetWidgetPathPspecs :: MonadIO m => BindingSet -> Ptr (GSList (Ptr ())) -> m ()

    gi-gtk3 GI.Gtk.Structs.BindingSet

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

    set bindingSet [ #widgetPathPspecs := value ]
    

  2. setBindingSignalNArgs :: MonadIO m => BindingSignal -> Word32 -> m ()

    gi-gtk3 GI.Gtk.Structs.BindingSignal

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

    set bindingSignal [ #nArgs := value ]
    

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

    gi-gtk3 GI.Gtk.Structs.BindingSignal

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

    set bindingSignal [ #next := value ]
    

  4. setBindingSignalSignalName :: MonadIO m => BindingSignal -> CString -> m ()

    gi-gtk3 GI.Gtk.Structs.BindingSignal

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

    set bindingSignal [ #signalName := value ]
    

  5. setBorderBottom :: MonadIO m => Border -> Int16 -> m ()

    gi-gtk3 GI.Gtk.Structs.Border

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

    set border [ #bottom := value ]
    

  6. setBorderLeft :: MonadIO m => Border -> Int16 -> m ()

    gi-gtk3 GI.Gtk.Structs.Border

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

    set border [ #left := value ]
    

  7. setBorderRight :: MonadIO m => Border -> Int16 -> m ()

    gi-gtk3 GI.Gtk.Structs.Border

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

    set border [ #right := value ]
    

  8. setBorderTop :: MonadIO m => Border -> Int16 -> m ()

    gi-gtk3 GI.Gtk.Structs.Border

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

    set border [ #top := value ]
    

  9. setContainerClassAdd :: MonadIO m => ContainerClass -> FunPtr C_ContainerClassAddFieldCallback -> m ()

    gi-gtk3 GI.Gtk.Structs.ContainerClass

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

    set containerClass [ #add := value ]
    

  10. setContainerClassCheckResize :: MonadIO m => ContainerClass -> FunPtr C_ContainerClassCheckResizeFieldCallback -> m ()

    gi-gtk3 GI.Gtk.Structs.ContainerClass

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

    set containerClass [ #checkResize := value ]
    

Page 581 of many | Previous | Next