Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
layoutGetVAdjustment :: LayoutClass self => self -> IO Adjustmentgtk Graphics.UI.Gtk.Layout.Layout This function should only be called after the layout has been placed in a ScrolledWindow or otherwise configured for scrolling. It returns the Adjustment used for communication between the vertical scrollbar and layout. See ScrolledWindow, Scrollbar, Adjustment for details.
layoutHAdjustment :: LayoutClass self => Attr self Adjustmentgtk Graphics.UI.Gtk.Layout.Layout The Adjustment for the horizontal position.
layoutSetHAdjustment :: LayoutClass self => self -> Adjustment -> IO ()gtk Graphics.UI.Gtk.Layout.Layout Sets the horizontal scroll adjustment for the layout. See ScrolledWindow, Scrollbar, Adjustment for details.
layoutSetVAdjustment :: LayoutClass self => self -> Adjustment -> IO ()gtk Graphics.UI.Gtk.Layout.Layout Sets the vertical scroll adjustment for the layout. See ScrolledWindow, Scrollbar, Adjustment for details.
layoutVAdjustment :: LayoutClass self => Attr self Adjustmentgtk Graphics.UI.Gtk.Layout.Layout The Adjustment for the vertical position.
-
gtk Graphics.UI.Gtk.Layout.Layout In case the adjustments are replaced, this signal is emitted.
menuItemGetRightJustified :: MenuItemClass self => self -> IO Boolgtk Graphics.UI.Gtk.MenuComboToolbar.MenuItem Gets whether the menu item appears justified at the right side of the menu bar.
menuItemRightJustified :: MenuItemClass self => Attr self Boolgtk Graphics.UI.Gtk.MenuComboToolbar.MenuItem 'rightJustified' property. See menuItemGetRightJustified and menuItemSetRightJustified
menuItemSetRightJustified :: MenuItemClass self => self -> Bool -> IO ()gtk 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 Adjustmentgtk Graphics.UI.Gtk.MenuComboToolbar.ToolPalette Gets the horizontal adjustment of the tool palette.
- Available since Gtk+ version 2.20