Hoogle Search
Within LTS Haskell 24.42 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
type
PanedCancelPositionCallback = IO Boolgi-gtk3 GI.Gtk.Objects.Paned The cancelPosition signal is a [keybinding signal][GtkBindingSignal] which gets emitted to cancel moving the position of the handle using key bindings. The position of the handle will be reset to the value prior to moving it. The default binding for this signal is Escape. Since: 2.0
type
PanedCycleChildFocusCallback = Bool -> IO Boolgi-gtk3 GI.Gtk.Objects.Paned The cycleChildFocus signal is a [keybinding signal][GtkBindingSignal] which gets emitted to cycle the focus between the children of the paned. The default binding is f6. Since: 2.0
type
PanedCycleHandleFocusCallback = Bool -> IO Boolgi-gtk3 GI.Gtk.Objects.Paned The cycleHandleFocus signal is a [keybinding signal][GtkBindingSignal] which gets emitted to cycle whether the paned should grab focus to allow the user to change position of the handle by using key bindings. The default binding for this signal is f8. Since: 2.0
type
PanedMoveHandleCallback = ScrollType -> IO Boolgi-gtk3 GI.Gtk.Objects.Paned The moveHandle signal is a [keybinding signal][GtkBindingSignal] which gets emitted to move the handle when the user is using key bindings to move it. Since: 2.0
type
PanedToggleHandleFocusCallback = IO Boolgi-gtk3 GI.Gtk.Objects.Paned The toggleHandleFocus is a [keybinding signal][GtkBindingSignal] which gets emitted to accept the current position of the handle and then move focus to the next widget in the focus chain. The default binding is Tab. Since: 2.0
module GI.Gtk.Objects.
PanedAccessible No description available in the introspection data.
-
gi-gtk3 GI.Gtk.Objects.PanedAccessible Memory-managed wrapper type.
PanedAccessible :: ManagedPtr PanedAccessible -> PanedAccessiblegi-gtk3 GI.Gtk.Objects.PanedAccessible No documentation available.
module GI.Gtk.Objects.
PlacesSidebar PlacesSidebar is a widget that displays a list of frequently-used places in the file system: the user’s home directory, the user’s bookmarks, and volumes and drives. This widget is used as a sidebar in FileChooser and may be used by file managers and similar programs. The places sidebar displays drives and volumes, and will automatically mount or unmount them when the user selects them. Applications can hook to various signals in the places sidebar to customize its behavior. For example, they can add extra commands to the context menu of the sidebar. While bookmarks are completely in control of the user, the places sidebar also allows individual applications to provide extra shortcut folders that are unique to each application. For example, a Paint program may want to add a shortcut for a Clipart folder. You can do this with placesSidebarAddShortcut. To make use of the places sidebar, an application at least needs to connect to the PlacesSidebar::openLocation signal. This is emitted when the user selects in the sidebar a location to open. The application should also call placesSidebarSetLocation when it changes the currently-viewed location.
CSS nodes
GtkPlacesSidebar uses a single CSS node with name placessidebar and style class .sidebar. Among the children of the places sidebar, the following style classes can be used: * .sidebar-new-bookmark-row for the 'Add new bookmark' row * .sidebar-placeholder-row for a row that is a placeholder * .has-open-popup when a popup is open for a row-
gi-gtk3 GI.Gtk.Objects.PlacesSidebar Memory-managed wrapper type.