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.
menuItemRightJustified :: MenuItemClass self => Attr self Boolgtk3 Graphics.UI.Gtk.MenuComboToolbar.MenuItem 'rightJustified' property. See menuItemGetRightJustified and menuItemSetRightJustified
menuItemSetRightJustified :: MenuItemClass self => self -> Bool -> IO ()gtk3 Graphics.UI.Gtk.MenuComboToolbar.MenuItem Sets whether the menu item appears justified at the right side of a menu bar. This was traditionally done for "Help" menu items, but is now considered a bad idea. (If the widget layout is reversed for a right-to-left language like Hebrew or Arabic, right-justified-menu-items appear at the left.)
toolPaletteGetHAdjustment :: ToolPaletteClass self => self -> IO Adjustmentgtk3 Graphics.UI.Gtk.MenuComboToolbar.ToolPalette Gets the horizontal adjustment of the tool palette.
- Available since Gtk+ version 2.20
toolPaletteGetVAdjustment :: ToolPaletteClass self => self -> IO Adjustmentgtk3 Graphics.UI.Gtk.MenuComboToolbar.ToolPalette Gets the vertical adjustment of the tool palette.
- Available since Gtk+ version 2.20
-
gtk3 Graphics.UI.Gtk.MenuComboToolbar.ToolPalette Set the scroll adjustments for the viewport. Usually scrolled containers like ScrolledWindow will emit this signal to connect two instances of Scrollbar to the scroll directions of the Toolpalette.
- Available since Gtk+ version 2.20
module Graphics.UI.Gtk.Misc.
Adjustment A Object representing an adjustable bounded value
-
gtk3 Graphics.UI.Gtk.Misc.Adjustment No documentation available.
class GObjectClass o =>
AdjustmentClass ogtk3 Graphics.UI.Gtk.Misc.Adjustment No documentation available.
adjustmentAdjChanged :: Adjustment -> IO ()gtk3 Graphics.UI.Gtk.Misc.Adjustment Emit the onAdjChanged signal.
adjustmentClampPage :: Adjustment -> Double -> Double -> IO ()gtk3 Graphics.UI.Gtk.Misc.Adjustment Updates the Adjustment value to ensure that the range between lower and upper is in the current page (i.e. between value and value + pageSize). If the range is larger than the page size, then only the start of it will be in the current page. A "changed" signal will be emitted if the value is changed.