Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

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

  1. labelSetJustify :: (HasCallStack, MonadIO m, IsLabel a) => a -> Justification -> m ()

    gi-gtk3 GI.Gtk.Objects.Label

    Sets the alignment of the lines in the text of the label relative to each other. JustificationLeft is the default value when the widget is first created with labelNew. If you instead want to set the alignment of the label as a whole, use widgetSetHalign instead. labelSetJustify has no effect on labels containing only a single line.

  2. setLabelJustify :: (MonadIO m, IsLabel o) => o -> Justification -> m ()

    gi-gtk3 GI.Gtk.Objects.Label

    Set the value of the “justify” property. When overloading is enabled, this is equivalent to

    set label [ #justify := value ]
    

  3. layoutGetHadjustment :: (HasCallStack, MonadIO m, IsLayout a) => a -> m Adjustment

    gi-gtk3 GI.Gtk.Objects.Layout

    Deprecated: (Since version 3.0)Use scrollableGetHadjustment

  4. layoutGetVadjustment :: (HasCallStack, MonadIO m, IsLayout a) => a -> m Adjustment

    gi-gtk3 GI.Gtk.Objects.Layout

    Deprecated: (Since version 3.0)Use scrollableGetVadjustment

  5. layoutSetHadjustment :: (HasCallStack, MonadIO m, IsLayout a, IsAdjustment b) => a -> Maybe b -> m ()

    gi-gtk3 GI.Gtk.Objects.Layout

    Deprecated: (Since version 3.0)Use scrollableSetHadjustment

  6. layoutSetVadjustment :: (HasCallStack, MonadIO m, IsLayout a, IsAdjustment b) => a -> Maybe b -> m ()

    gi-gtk3 GI.Gtk.Objects.Layout

    Deprecated: (Since version 3.0)Use scrollableSetVadjustment

  7. listBoxGetAdjustment :: (HasCallStack, MonadIO m, IsListBox a) => a -> m Adjustment

    gi-gtk3 GI.Gtk.Objects.ListBox

    Gets the adjustment (if any) that the widget uses to for vertical scrolling. Since: 3.10

  8. listBoxSetAdjustment :: (HasCallStack, MonadIO m, IsListBox a, IsAdjustment b) => a -> Maybe b -> m ()

    gi-gtk3 GI.Gtk.Objects.ListBox

    Sets the adjustment (if any) that the widget uses to for vertical scrolling. For instance, this is used to get the page size for PageUp/Down key handling. In the normal case when the box is packed inside a ScrolledWindow the adjustment from that will be picked up automatically, so there is no need to manually do that. Since: 3.10

  9. constructMenuItemRightJustified :: (IsMenuItem o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.MenuItem

    Construct a GValueConstruct with valid value for the “right-justified” property. This is rarely needed directly, but it is used by new.

  10. getMenuItemRightJustified :: (MonadIO m, IsMenuItem o) => o -> m Bool

    gi-gtk3 GI.Gtk.Objects.MenuItem

    Get the value of the “right-justified” property. When overloading is enabled, this is equivalent to

    get menuItem #rightJustified
    

Page 83 of many | Previous | Next