gi-gtk-4.0.4: Gtk bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.Gtk.Objects.ListBox

Description

A GtkListBox is a vertical container that contains GtkListBoxRow children. These rows can by dynamically sorted and filtered, and headers can be added dynamically depending on the row content. It also allows keyboard and mouse navigation and selection like a typical list.

Using GtkListBox is often an alternative to TreeView, especially when the list contents has a more complicated layout than what is allowed by a CellRenderer, or when the contents is interactive (i.e. has a button in it).

Although a ListBox must have only ListBoxRow children you can add any kind of widget to it via listBoxPrepend, listBoxAppend and listBoxInsert and a ListBoxRow widget will automatically be inserted between the list and the widget.

GtkListBoxRows can be marked as activatable or selectable. If a row is activatable, rowActivated will be emitted for it when the user tries to activate it. If it is selectable, the row will be marked as selected when the user tries to select it.

GtkListBox as GtkBuildable

The GtkListBox implementation of the Buildable interface supports setting a child as the placeholder by specifying “placeholder” as the “type” attribute of a <child> element. See listBoxSetPlaceholder for info.

CSS nodes

plain code

list[.separators][.rich-list][.navigation-sidebar]
╰── row[.activatable]

GtkListBox uses a single CSS node named list. It may carry the .separators style class, when the ListBox:show-separators property is set. Each GtkListBoxRow uses a single CSS node named row. The row nodes get the .activatable style class added when appropriate.

The main list node may also carry style classes to select the style of list presentation: .rich-list, .navigation-sidebar or .data-table.

Accessibility

GtkListBox uses the GTK_ACCESSIBLE_ROLE_LIST role and GtkListBoxRow uses the GTK_ACCESSIBLE_ROLE_LIST_ITEM role.

Synopsis

Exported types

newtype ListBox Source #

Memory-managed wrapper type.

Constructors

ListBox (ManagedPtr ListBox) 

Instances

Instances details
Eq ListBox Source # 
Instance details

Defined in GI.Gtk.Objects.ListBox

Methods

(==) :: ListBox -> ListBox -> Bool #

(/=) :: ListBox -> ListBox -> Bool #

GObject ListBox Source # 
Instance details

Defined in GI.Gtk.Objects.ListBox

ManagedPtrNewtype ListBox Source # 
Instance details

Defined in GI.Gtk.Objects.ListBox

Methods

toManagedPtr :: ListBox -> ManagedPtr ListBox

TypedObject ListBox Source # 
Instance details

Defined in GI.Gtk.Objects.ListBox

Methods

glibType :: IO GType

HasParentTypes ListBox Source # 
Instance details

Defined in GI.Gtk.Objects.ListBox

IsGValue (Maybe ListBox) Source #

Convert ListBox to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.ListBox

Methods

gvalueGType_ :: IO GType

gvalueSet_ :: Ptr GValue -> Maybe ListBox -> IO ()

gvalueGet_ :: Ptr GValue -> IO (Maybe ListBox)

type ParentTypes ListBox Source # 
Instance details

Defined in GI.Gtk.Objects.ListBox

class (GObject o, IsDescendantOf ListBox o) => IsListBox o Source #

Type class for types which can be safely cast to ListBox, for instance with toListBox.

Instances

Instances details
(GObject o, IsDescendantOf ListBox o) => IsListBox o Source # 
Instance details

Defined in GI.Gtk.Objects.ListBox

toListBox :: (MonadIO m, IsListBox o) => o -> m ListBox Source #

Cast to ListBox, for types for which this is known to be safe. For general casts, use castTo.

Methods

Click to display all available methods, including inherited ones

Expand

Methods

actionSetEnabled, activate, activateAction, activateDefault, addController, addCssClass, addMnemonicLabel, addTickCallback, allocate, append, bindModel, bindProperty, bindPropertyFull, childFocus, computeBounds, computeExpand, computePoint, computeTransform, contains, createPangoContext, createPangoLayout, dragCheckThreshold, dragHighlightRow, dragUnhighlightRow, errorBell, forceFloating, freezeNotify, getv, grabFocus, hasCssClass, hasDefault, hasFocus, hasVisibleFocus, hide, inDestruction, initTemplate, insert, insertActionGroup, insertAfter, insertBefore, invalidateFilter, invalidateHeaders, invalidateSort, isAncestor, isDrawable, isFloating, isFocus, isSensitive, isVisible, keynavFailed, listMnemonicLabels, map, measure, mnemonicActivate, notify, notifyByPspec, observeChildren, observeControllers, pick, prepend, queueAllocate, queueDraw, queueResize, realize, ref, refSink, remove, removeController, removeCssClass, removeMnemonicLabel, removeTickCallback, resetProperty, resetRelation, resetState, runDispose, selectAll, selectRow, selectedForeach, shouldLayout, show, sizeAllocate, snapshotChild, stealData, stealQdata, thawNotify, translateCoordinates, triggerTooltipQuery, unmap, unparent, unrealize, unref, unselectAll, unselectRow, unsetStateFlags, updateProperty, updateRelation, updateState, watchClosure.

Getters

getAccessibleRole, getActivateOnSingleClick, getAdjustment, getAllocatedBaseline, getAllocatedHeight, getAllocatedWidth, getAllocation, getAncestor, getBuildableId, getCanFocus, getCanTarget, getChildVisible, getClipboard, getCssClasses, getCssName, getCursor, getData, getDirection, getDisplay, getFirstChild, getFocusChild, getFocusOnClick, getFocusable, getFontMap, getFontOptions, getFrameClock, getHalign, getHasTooltip, getHeight, getHexpand, getHexpandSet, getLastChild, getLayoutManager, getMapped, getMarginBottom, getMarginEnd, getMarginStart, getMarginTop, getName, getNative, getNextSibling, getOpacity, getOverflow, getPangoContext, getParent, getPreferredSize, getPrevSibling, getPrimaryClipboard, getProperty, getQdata, getRealized, getReceivesDefault, getRequestMode, getRoot, getRowAtIndex, getRowAtY, getScaleFactor, getSelectedRow, getSelectedRows, getSelectionMode, getSensitive, getSettings, getShowSeparators, getSize, getSizeRequest, getStateFlags, getStyleContext, getTemplateChild, getTooltipMarkup, getTooltipText, getValign, getVexpand, getVexpandSet, getVisible, getWidth.

Setters

setActivateOnSingleClick, setAdjustment, setCanFocus, setCanTarget, setChildVisible, setCssClasses, setCursor, setCursorFromName, setData, setDataFull, setDirection, setFilterFunc, setFocusChild, setFocusOnClick, setFocusable, setFontMap, setFontOptions, setHalign, setHasTooltip, setHeaderFunc, setHexpand, setHexpandSet, setLayoutManager, setMarginBottom, setMarginEnd, setMarginStart, setMarginTop, setName, setOpacity, setOverflow, setParent, setPlaceholder, setProperty, setReceivesDefault, setSelectionMode, setSensitive, setShowSeparators, setSizeRequest, setSortFunc, setStateFlags, setTooltipMarkup, setTooltipText, setValign, setVexpand, setVexpandSet, setVisible.

append

listBoxAppend Source #

Arguments

:: (HasCallStack, MonadIO m, IsListBox a, IsWidget b) 
=> a

box: a ListBox

-> b

child: the Widget to add

-> m () 

Append a widget to the list. If a sort function is set, the widget will actually be inserted at the calculated position.

bindModel

listBoxBindModel Source #

Arguments

:: (HasCallStack, MonadIO m, IsListBox a, IsListModel b) 
=> a

box: a ListBox

-> Maybe b

model: the ListModel to be bound to box

-> Maybe ListBoxCreateWidgetFunc

createWidgetFunc: a function that creates widgets for items or Nothing in case you also passed Nothing as model

-> m () 

Binds model to box.

If box was already bound to a model, that previous binding is destroyed.

The contents of box are cleared and then filled with widgets that represent items from model. box is updated whenever model changes. If model is Nothing, box is left empty.

It is undefined to add or remove widgets directly (for example, with listBoxInsert) while box is bound to a model.

Note that using a model is incompatible with the filtering and sorting functionality in GtkListBox. When using a model, filtering and sorting should be implemented by the model.

dragHighlightRow

listBoxDragHighlightRow Source #

Arguments

:: (HasCallStack, MonadIO m, IsListBox a, IsListBoxRow b) 
=> a

box: a ListBox

-> b

row: a ListBoxRow

-> m () 

This is a helper function for implementing DnD onto a ListBox. The passed in row will be highlighted by setting the GTK_STATE_FLAG_DROP_ACTIVE state and any previously highlighted row will be unhighlighted.

The row will also be unhighlighted when the widget gets a drag leave event.

dragUnhighlightRow

listBoxDragUnhighlightRow Source #

Arguments

:: (HasCallStack, MonadIO m, IsListBox a) 
=> a

box: a ListBox

-> m () 

If a row has previously been highlighted via listBoxDragHighlightRow it will have the highlight removed.

getActivateOnSingleClick

listBoxGetActivateOnSingleClick Source #

Arguments

:: (HasCallStack, MonadIO m, IsListBox a) 
=> a

box: a ListBox

-> m Bool

Returns: True if rows are activated on single click, False otherwise

Returns whether rows activate on single clicks.

getAdjustment

listBoxGetAdjustment Source #

Arguments

:: (HasCallStack, MonadIO m, IsListBox a) 
=> a

box: a ListBox

-> m Adjustment

Returns: the adjustment

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

getRowAtIndex

listBoxGetRowAtIndex Source #

Arguments

:: (HasCallStack, MonadIO m, IsListBox a) 
=> a

box: a ListBox

-> Int32

index_: the index of the row

-> m (Maybe ListBoxRow)

Returns: the child Widget or Nothing

Gets the n-th child in the list (not counting headers). If index_ is negative or larger than the number of items in the list, Nothing is returned.

getRowAtY

listBoxGetRowAtY Source #

Arguments

:: (HasCallStack, MonadIO m, IsListBox a) 
=> a

box: a ListBox

-> Int32

y: position

-> m (Maybe ListBoxRow)

Returns: the row or Nothing in case no row exists for the given y coordinate.

Gets the row at the y position.

getSelectedRow

listBoxGetSelectedRow Source #

Arguments

:: (HasCallStack, MonadIO m, IsListBox a) 
=> a

box: a ListBox

-> m ListBoxRow

Returns: the selected row

Gets the selected row.

Note that the box may allow multiple selection, in which case you should use listBoxSelectedForeach to find all selected rows.

getSelectedRows

listBoxGetSelectedRows Source #

Arguments

:: (HasCallStack, MonadIO m, IsListBox a) 
=> a

box: a ListBox

-> m [ListBoxRow]

Returns: A List containing the Widget for each selected child. Free with g_list_free() when done.

Creates a list of all selected children.

getSelectionMode

listBoxGetSelectionMode Source #

Arguments

:: (HasCallStack, MonadIO m, IsListBox a) 
=> a

box: a ListBox

-> m SelectionMode

Returns: a SelectionMode

Gets the selection mode of the listbox.

getShowSeparators

listBoxGetShowSeparators Source #

Arguments

:: (HasCallStack, MonadIO m, IsListBox a) 
=> a

box: a ListBox

-> m Bool

Returns: True if the list box shows separators

Returns whether the list box should show separators between rows.

insert

listBoxInsert Source #

Arguments

:: (HasCallStack, MonadIO m, IsListBox a, IsWidget b) 
=> a

box: a ListBox

-> b

child: the Widget to add

-> Int32

position: the position to insert child in

-> m () 

Insert the child into the box at position. If a sort function is set, the widget will actually be inserted at the calculated position.

If position is -1, or larger than the total number of items in the box, then the child will be appended to the end.

invalidateFilter

listBoxInvalidateFilter Source #

Arguments

:: (HasCallStack, MonadIO m, IsListBox a) 
=> a

box: a ListBox

-> m () 

Update the filtering for all rows. Call this when result of the filter function on the box is changed due to an external factor. For instance, this would be used if the filter function just looked for a specific search string and the entry with the search string has changed.

invalidateHeaders

listBoxInvalidateHeaders Source #

Arguments

:: (HasCallStack, MonadIO m, IsListBox a) 
=> a

box: a ListBox

-> m () 

Update the separators for all rows. Call this when result of the header function on the box is changed due to an external factor.

invalidateSort

listBoxInvalidateSort Source #

Arguments

:: (HasCallStack, MonadIO m, IsListBox a) 
=> a

box: a ListBox

-> m () 

Update the sorting for all rows. Call this when result of the sort function on the box is changed due to an external factor.

new

listBoxNew Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> m ListBox

Returns: a new ListBox

Creates a new ListBox container.

prepend

listBoxPrepend Source #

Arguments

:: (HasCallStack, MonadIO m, IsListBox a, IsWidget b) 
=> a

box: a ListBox

-> b

child: the Widget to add

-> m () 

Prepend a widget to the list. If a sort function is set, the widget will actually be inserted at the calculated position.

remove

listBoxRemove Source #

Arguments

:: (HasCallStack, MonadIO m, IsListBox a, IsWidget b) 
=> a

box: a ListBox

-> b

child: the child to remove

-> m () 

Removes a child from box.

selectAll

listBoxSelectAll Source #

Arguments

:: (HasCallStack, MonadIO m, IsListBox a) 
=> a

box: a ListBox

-> m () 

Select all children of box, if the selection mode allows it.

selectRow

listBoxSelectRow Source #

Arguments

:: (HasCallStack, MonadIO m, IsListBox a, IsListBoxRow b) 
=> a

box: a ListBox

-> Maybe b

row: The row to select or Nothing

-> m () 

Make row the currently selected row.

selectedForeach

listBoxSelectedForeach Source #

Arguments

:: (HasCallStack, MonadIO m, IsListBox a) 
=> a

box: a ListBox

-> ListBoxForeachFunc

func: the function to call for each selected child

-> m () 

Calls a function for each selected child.

Note that the selection cannot be modified from within this function.

setActivateOnSingleClick

listBoxSetActivateOnSingleClick Source #

Arguments

:: (HasCallStack, MonadIO m, IsListBox a) 
=> a

box: a ListBox

-> Bool

single: a boolean

-> m () 

If single is True, rows will be activated when you click on them, otherwise you need to double-click.

setAdjustment

listBoxSetAdjustment Source #

Arguments

:: (HasCallStack, MonadIO m, IsListBox a, IsAdjustment b) 
=> a

box: a ListBox

-> Maybe b

adjustment: the adjustment, or Nothing

-> m () 

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.

setFilterFunc

listBoxSetFilterFunc Source #

Arguments

:: (HasCallStack, MonadIO m, IsListBox a) 
=> a

box: a ListBox

-> Maybe ListBoxFilterFunc

filterFunc: callback that lets you filter which rows to show

-> m () 

By setting a filter function on the box one can decide dynamically which of the rows to show. For instance, to implement a search function on a list that filters the original list to only show the matching rows.

The filterFunc will be called for each row after the call, and it will continue to be called each time a row changes (via listBoxRowChanged) or when listBoxInvalidateFilter is called.

Note that using a filter function is incompatible with using a model (see listBoxBindModel).

setHeaderFunc

listBoxSetHeaderFunc Source #

Arguments

:: (HasCallStack, MonadIO m, IsListBox a) 
=> a

box: a ListBox

-> Maybe ListBoxUpdateHeaderFunc

updateHeader: callback that lets you add row headers

-> m () 

By setting a header function on the box one can dynamically add headers in front of rows, depending on the contents of the row and its position in the list. For instance, one could use it to add headers in front of the first item of a new kind, in a list sorted by the kind.

The updateHeader can look at the current header widget using listBoxRowGetHeader and either update the state of the widget as needed, or set a new one using listBoxRowSetHeader. If no header is needed, set the header to Nothing.

Note that you may get many calls updateHeader to this for a particular row when e.g. changing things that don’t affect the header. In this case it is important for performance to not blindly replace an existing header with an identical one.

The updateHeader function will be called for each row after the call, and it will continue to be called each time a row changes (via listBoxRowChanged) and when the row before changes (either by listBoxRowChanged on the previous row, or when the previous row becomes a different row). It is also called for all rows when listBoxInvalidateHeaders is called.

setPlaceholder

listBoxSetPlaceholder Source #

Arguments

:: (HasCallStack, MonadIO m, IsListBox a, IsWidget b) 
=> a

box: a ListBox

-> Maybe b

placeholder: a Widget or Nothing

-> m () 

Sets the placeholder widget that is shown in the list when it doesn't display any visible children.

setSelectionMode

listBoxSetSelectionMode Source #

Arguments

:: (HasCallStack, MonadIO m, IsListBox a) 
=> a

box: a ListBox

-> SelectionMode

mode: The SelectionMode

-> m () 

Sets how selection works in the listbox. See SelectionMode for details.

setShowSeparators

listBoxSetShowSeparators Source #

Arguments

:: (HasCallStack, MonadIO m, IsListBox a) 
=> a

box: a ListBox

-> Bool

showSeparators: True to show separators

-> m () 

Sets whether the list box should show separators between rows.

setSortFunc

listBoxSetSortFunc Source #

Arguments

:: (HasCallStack, MonadIO m, IsListBox a) 
=> a

box: a ListBox

-> Maybe ListBoxSortFunc

sortFunc: the sort function

-> m () 

By setting a sort function on the box one can dynamically reorder the rows of the list, based on the contents of the rows.

The sortFunc will be called for each row after the call, and will continue to be called each time a row changes (via listBoxRowChanged) and when listBoxInvalidateSort is called.

Note that using a sort function is incompatible with using a model (see listBoxBindModel).

unselectAll

listBoxUnselectAll Source #

Arguments

:: (HasCallStack, MonadIO m, IsListBox a) 
=> a

box: a ListBox

-> m () 

Unselect all children of box, if the selection mode allows it.

unselectRow

listBoxUnselectRow Source #

Arguments

:: (HasCallStack, MonadIO m, IsListBox a, IsListBoxRow b) 
=> a

box: a ListBox

-> b

row: the row to unselected

-> m () 

Unselects a single row of box, if the selection mode allows it.

Properties

acceptUnpairedRelease

No description available in the introspection data.

constructListBoxAcceptUnpairedRelease :: (IsListBox o, MonadIO m) => Bool -> m (GValueConstruct o) Source #

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

getListBoxAcceptUnpairedRelease :: (MonadIO m, IsListBox o) => o -> m Bool Source #

Get the value of the “accept-unpaired-release” property. When overloading is enabled, this is equivalent to

get listBox #acceptUnpairedRelease

setListBoxAcceptUnpairedRelease :: (MonadIO m, IsListBox o) => o -> Bool -> m () Source #

Set the value of the “accept-unpaired-release” property. When overloading is enabled, this is equivalent to

set listBox [ #acceptUnpairedRelease := value ]

activateOnSingleClick

No description available in the introspection data.

constructListBoxActivateOnSingleClick :: (IsListBox o, MonadIO m) => Bool -> m (GValueConstruct o) Source #

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

getListBoxActivateOnSingleClick :: (MonadIO m, IsListBox o) => o -> m Bool Source #

Get the value of the “activate-on-single-click” property. When overloading is enabled, this is equivalent to

get listBox #activateOnSingleClick

setListBoxActivateOnSingleClick :: (MonadIO m, IsListBox o) => o -> Bool -> m () Source #

Set the value of the “activate-on-single-click” property. When overloading is enabled, this is equivalent to

set listBox [ #activateOnSingleClick := value ]

selectionMode

No description available in the introspection data.

constructListBoxSelectionMode :: (IsListBox o, MonadIO m) => SelectionMode -> m (GValueConstruct o) Source #

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

getListBoxSelectionMode :: (MonadIO m, IsListBox o) => o -> m SelectionMode Source #

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

get listBox #selectionMode

setListBoxSelectionMode :: (MonadIO m, IsListBox o) => o -> SelectionMode -> m () Source #

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

set listBox [ #selectionMode := value ]

showSeparators

No description available in the introspection data.

constructListBoxShowSeparators :: (IsListBox o, MonadIO m) => Bool -> m (GValueConstruct o) Source #

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

getListBoxShowSeparators :: (MonadIO m, IsListBox o) => o -> m Bool Source #

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

get listBox #showSeparators

setListBoxShowSeparators :: (MonadIO m, IsListBox o) => o -> Bool -> m () Source #

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

set listBox [ #showSeparators := value ]

Signals

activateCursorRow

type C_ListBoxActivateCursorRowCallback = Ptr () -> Ptr () -> IO () Source #

Type for the callback on the (unwrapped) C side.

type ListBoxActivateCursorRowCallback = IO () Source #

No description available in the introspection data.

afterListBoxActivateCursorRow :: (IsListBox a, MonadIO m) => a -> ListBoxActivateCursorRowCallback -> m SignalHandlerId Source #

Connect a signal handler for the activateCursorRow signal, to be run after the default handler. When overloading is enabled, this is equivalent to

after listBox #activateCursorRow callback

onListBoxActivateCursorRow :: (IsListBox a, MonadIO m) => a -> ListBoxActivateCursorRowCallback -> m SignalHandlerId Source #

Connect a signal handler for the activateCursorRow signal, to be run before the default handler. When overloading is enabled, this is equivalent to

on listBox #activateCursorRow callback

moveCursor

type C_ListBoxMoveCursorCallback = Ptr () -> CUInt -> Int32 -> CInt -> CInt -> Ptr () -> IO () Source #

Type for the callback on the (unwrapped) C side.

type ListBoxMoveCursorCallback = MovementStep -> Int32 -> Bool -> Bool -> IO () Source #

No description available in the introspection data.

afterListBoxMoveCursor :: (IsListBox a, MonadIO m) => a -> ListBoxMoveCursorCallback -> m SignalHandlerId Source #

Connect a signal handler for the moveCursor signal, to be run after the default handler. When overloading is enabled, this is equivalent to

after listBox #moveCursor callback

genClosure_ListBoxMoveCursor :: MonadIO m => ListBoxMoveCursorCallback -> m (GClosure C_ListBoxMoveCursorCallback) Source #

Wrap the callback into a GClosure.

onListBoxMoveCursor :: (IsListBox a, MonadIO m) => a -> ListBoxMoveCursorCallback -> m SignalHandlerId Source #

Connect a signal handler for the moveCursor signal, to be run before the default handler. When overloading is enabled, this is equivalent to

on listBox #moveCursor callback

rowActivated

type C_ListBoxRowActivatedCallback = Ptr () -> Ptr ListBoxRow -> Ptr () -> IO () Source #

Type for the callback on the (unwrapped) C side.

type ListBoxRowActivatedCallback Source #

Arguments

 = ListBoxRow

row: the activated row

-> IO () 

The rowActivated signal is emitted when a row has been activated by the user.

afterListBoxRowActivated :: (IsListBox a, MonadIO m) => a -> ListBoxRowActivatedCallback -> m SignalHandlerId Source #

Connect a signal handler for the rowActivated signal, to be run after the default handler. When overloading is enabled, this is equivalent to

after listBox #rowActivated callback

onListBoxRowActivated :: (IsListBox a, MonadIO m) => a -> ListBoxRowActivatedCallback -> m SignalHandlerId Source #

Connect a signal handler for the rowActivated signal, to be run before the default handler. When overloading is enabled, this is equivalent to

on listBox #rowActivated callback

rowSelected

type C_ListBoxRowSelectedCallback = Ptr () -> Ptr ListBoxRow -> Ptr () -> IO () Source #

Type for the callback on the (unwrapped) C side.

type ListBoxRowSelectedCallback Source #

Arguments

 = Maybe ListBoxRow

row: the selected row

-> IO () 

The rowSelected signal is emitted when a new row is selected, or (with a Nothing row) when the selection is cleared.

When the box is using GTK_SELECTION_MULTIPLE, this signal will not give you the full picture of selection changes, and you should use the selectedRowsChanged signal instead.

afterListBoxRowSelected :: (IsListBox a, MonadIO m) => a -> ListBoxRowSelectedCallback -> m SignalHandlerId Source #

Connect a signal handler for the rowSelected signal, to be run after the default handler. When overloading is enabled, this is equivalent to

after listBox #rowSelected callback

onListBoxRowSelected :: (IsListBox a, MonadIO m) => a -> ListBoxRowSelectedCallback -> m SignalHandlerId Source #

Connect a signal handler for the rowSelected signal, to be run before the default handler. When overloading is enabled, this is equivalent to

on listBox #rowSelected callback

selectAll

type C_ListBoxSelectAllCallback = Ptr () -> Ptr () -> IO () Source #

Type for the callback on the (unwrapped) C side.

type ListBoxSelectAllCallback = IO () Source #

The selectAll signal is a [keybinding signal][GtkSignalAction] which gets emitted to select all children of the box, if the selection mode permits it.

The default bindings for this signal is Ctrl-a.

afterListBoxSelectAll :: (IsListBox a, MonadIO m) => a -> ListBoxSelectAllCallback -> m SignalHandlerId Source #

Connect a signal handler for the selectAll signal, to be run after the default handler. When overloading is enabled, this is equivalent to

after listBox #selectAll callback

genClosure_ListBoxSelectAll :: MonadIO m => ListBoxSelectAllCallback -> m (GClosure C_ListBoxSelectAllCallback) Source #

Wrap the callback into a GClosure.

onListBoxSelectAll :: (IsListBox a, MonadIO m) => a -> ListBoxSelectAllCallback -> m SignalHandlerId Source #

Connect a signal handler for the selectAll signal, to be run before the default handler. When overloading is enabled, this is equivalent to

on listBox #selectAll callback

selectedRowsChanged

type C_ListBoxSelectedRowsChangedCallback = Ptr () -> Ptr () -> IO () Source #

Type for the callback on the (unwrapped) C side.

type ListBoxSelectedRowsChangedCallback = IO () Source #

The selectedRowsChanged signal is emitted when the set of selected rows changes.

afterListBoxSelectedRowsChanged :: (IsListBox a, MonadIO m) => a -> ListBoxSelectedRowsChangedCallback -> m SignalHandlerId Source #

Connect a signal handler for the selectedRowsChanged signal, to be run after the default handler. When overloading is enabled, this is equivalent to

after listBox #selectedRowsChanged callback

onListBoxSelectedRowsChanged :: (IsListBox a, MonadIO m) => a -> ListBoxSelectedRowsChangedCallback -> m SignalHandlerId Source #

Connect a signal handler for the selectedRowsChanged signal, to be run before the default handler. When overloading is enabled, this is equivalent to

on listBox #selectedRowsChanged callback

toggleCursorRow

type C_ListBoxToggleCursorRowCallback = Ptr () -> Ptr () -> IO () Source #

Type for the callback on the (unwrapped) C side.

type ListBoxToggleCursorRowCallback = IO () Source #

No description available in the introspection data.

afterListBoxToggleCursorRow :: (IsListBox a, MonadIO m) => a -> ListBoxToggleCursorRowCallback -> m SignalHandlerId Source #

Connect a signal handler for the toggleCursorRow signal, to be run after the default handler. When overloading is enabled, this is equivalent to

after listBox #toggleCursorRow callback

onListBoxToggleCursorRow :: (IsListBox a, MonadIO m) => a -> ListBoxToggleCursorRowCallback -> m SignalHandlerId Source #

Connect a signal handler for the toggleCursorRow signal, to be run before the default handler. When overloading is enabled, this is equivalent to

on listBox #toggleCursorRow callback

unselectAll

type C_ListBoxUnselectAllCallback = Ptr () -> Ptr () -> IO () Source #

Type for the callback on the (unwrapped) C side.

type ListBoxUnselectAllCallback = IO () Source #

The unselectAll signal is a [keybinding signal][GtkSignalAction] which gets emitted to unselect all children of the box, if the selection mode permits it.

The default bindings for this signal is Ctrl-Shift-a.

afterListBoxUnselectAll :: (IsListBox a, MonadIO m) => a -> ListBoxUnselectAllCallback -> m SignalHandlerId Source #

Connect a signal handler for the unselectAll signal, to be run after the default handler. When overloading is enabled, this is equivalent to

after listBox #unselectAll callback

onListBoxUnselectAll :: (IsListBox a, MonadIO m) => a -> ListBoxUnselectAllCallback -> m SignalHandlerId Source #

Connect a signal handler for the unselectAll signal, to be run before the default handler. When overloading is enabled, this is equivalent to

on listBox #unselectAll callback