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.
-
gi-gtk3 GI.Gtk.Objects.Viewport Deprecated: (Since version 3.0)Use scrollableSetVadjustment
widgetGetRequestMode :: (HasCallStack, MonadIO m, IsWidget a) => a -> m SizeRequestModegi-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
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
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
-
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
-
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 ]
type
C_CustomRequestModeFunc = Ptr Widget -> IO CUIntgi-gtk4 GI.Gtk.Callbacks Type for the callback on the (unwrapped) C side.
type
C_MapListModelMapFunc = Ptr Object -> Ptr () -> IO Ptr Objectgi-gtk4 GI.Gtk.Callbacks Type for the callback on the (unwrapped) C side.
type
C_TreeListModelCreateModelFunc = Ptr Object -> Ptr () -> IO Ptr ListModelgi-gtk4 GI.Gtk.Callbacks Type for the callback on the (unwrapped) C side.
type
C_WidgetClassGetRequestModeFieldCallback = Ptr Widget -> IO CUIntgi-gtk4 GI.Gtk.Callbacks Type for the callback on the (unwrapped) C side.