Hoogle Search

Within Stackage Nightly 2026-06-22 (ghc-9.12.4)

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

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

    gi-gtk-hs Data.GI.Gtk

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

    set bindingSet [ #setName := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set bindingSet [ #widgetClassPspecs := value ]
    

  3. setBindingSetWidgetPathPspecs :: MonadIO m => BindingSet -> Ptr (GSList (Ptr ())) -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set bindingSet [ #widgetPathPspecs := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set bindingSignal [ #nArgs := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set bindingSignal [ #next := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set bindingSignal [ #signalName := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set border [ #bottom := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set border [ #left := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set border [ #right := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set border [ #top := value ]
    

Page 83 of many | Previous | Next