Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. viewportSetVadjustment :: (HasCallStack, MonadIO m, IsViewport a, IsAdjustment b) => a -> Maybe b -> m ()

    gi-gtk3 GI.Gtk.Objects.Viewport

    Deprecated: (Since version 3.0)Use scrollableSetVadjustment

  2. widgetGetRequestMode :: (HasCallStack, MonadIO m, IsWidget a) => a -> m SizeRequestMode

    gi-gtk3 GI.Gtk.Objects.Widget

    Gets whether the widget prefers a height-for-width layout or a width-for-height layout. Bin widgets generally propagate the preference of their child, container widgets need to request something either in context of their children or in context of their allocation capabilities. Since: 3.0

  3. widgetListMnemonicLabels :: (HasCallStack, MonadIO m, IsWidget a) => a -> m [Widget]

    gi-gtk3 GI.Gtk.Objects.Widget

    Returns a newly allocated list of the widgets, normally labels, for which this widget is the target of a mnemonic (see for example, labelSetMnemonicWidget). The widgets in the list are not individually referenced. If you want to iterate through the list and perform actions involving callbacks that might destroy the widgets, you must call g_list_foreach (result, (GFunc)g_object_ref, NULL) first, and then unref all the widgets afterwards. Since: 2.4

  4. clearWidgetClassGetRequestMode :: MonadIO m => WidgetClass -> m ()

    gi-gtk3 GI.Gtk.Structs.WidgetClass

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

    clear #getRequestMode
    

  5. getWidgetClassGetRequestMode :: MonadIO m => WidgetClass -> m (Maybe WidgetClassGetRequestModeFieldCallback)

    gi-gtk3 GI.Gtk.Structs.WidgetClass

    Get the value of the “get_request_mode” field. When overloading is enabled, this is equivalent to

    get widgetClass #getRequestMode
    

  6. setWidgetClassGetRequestMode :: MonadIO m => WidgetClass -> FunPtr C_WidgetClassGetRequestModeFieldCallback -> m ()

    gi-gtk3 GI.Gtk.Structs.WidgetClass

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

    set widgetClass [ #getRequestMode := value ]
    

  7. type C_CustomRequestModeFunc = Ptr Widget -> IO CUInt

    gi-gtk4 GI.Gtk.Callbacks

    Type for the callback on the (unwrapped) C side.

  8. type C_MapListModelMapFunc = Ptr Object -> Ptr () -> IO Ptr Object

    gi-gtk4 GI.Gtk.Callbacks

    Type for the callback on the (unwrapped) C side.

  9. type C_TreeListModelCreateModelFunc = Ptr Object -> Ptr () -> IO Ptr ListModel

    gi-gtk4 GI.Gtk.Callbacks

    Type for the callback on the (unwrapped) C side.

  10. type C_WidgetClassGetRequestModeFieldCallback = Ptr Widget -> IO CUInt

    gi-gtk4 GI.Gtk.Callbacks

    Type for the callback on the (unwrapped) C side.

Page 116 of many | Previous | Next