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. setContainerClassChildType :: MonadIO m => ContainerClass -> FunPtr C_ContainerClassChildTypeFieldCallback -> m ()

    gi-gtk3 GI.Gtk.Structs.ContainerClass

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

    set containerClass [ #childType := value ]
    

  2. setContainerClassCompositeName :: MonadIO m => ContainerClass -> FunPtr C_ContainerClassCompositeNameFieldCallback -> m ()

    gi-gtk3 GI.Gtk.Structs.ContainerClass

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

    set containerClass [ #compositeName := value ]
    

  3. setContainerClassForall :: MonadIO m => ContainerClass -> FunPtr C_ContainerClassForallFieldCallback -> m ()

    gi-gtk3 GI.Gtk.Structs.ContainerClass

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

    set containerClass [ #forall := value ]
    

  4. setContainerClassGetChildProperty :: MonadIO m => ContainerClass -> FunPtr C_ContainerClassGetChildPropertyFieldCallback -> m ()

    gi-gtk3 GI.Gtk.Structs.ContainerClass

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

    set containerClass [ #getChildProperty := value ]
    

  5. setContainerClassGetPathForChild :: MonadIO m => ContainerClass -> FunPtr C_ContainerClassGetPathForChildFieldCallback -> m ()

    gi-gtk3 GI.Gtk.Structs.ContainerClass

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

    set containerClass [ #getPathForChild := value ]
    

  6. setContainerClassRemove :: MonadIO m => ContainerClass -> FunPtr C_ContainerClassRemoveFieldCallback -> m ()

    gi-gtk3 GI.Gtk.Structs.ContainerClass

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

    set containerClass [ #remove := value ]
    

  7. setContainerClassSetChildProperty :: MonadIO m => ContainerClass -> FunPtr C_ContainerClassSetChildPropertyFieldCallback -> m ()

    gi-gtk3 GI.Gtk.Structs.ContainerClass

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

    set containerClass [ #setChildProperty := value ]
    

  8. setContainerClassSetFocusChild :: MonadIO m => ContainerClass -> FunPtr C_ContainerClassSetFocusChildFieldCallback -> m ()

    gi-gtk3 GI.Gtk.Structs.ContainerClass

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

    set containerClass [ #setFocusChild := value ]
    

  9. setFileFilterInfoContains :: MonadIO m => FileFilterInfo -> [FileFilterFlags] -> m ()

    gi-gtk3 GI.Gtk.Structs.FileFilterInfo

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

    set fileFilterInfo [ #contains := value ]
    

  10. setFileFilterInfoDisplayName :: MonadIO m => FileFilterInfo -> CString -> m ()

    gi-gtk3 GI.Gtk.Structs.FileFilterInfo

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

    set fileFilterInfo [ #displayName := value ]
    

Page 582 of many | Previous | Next