|
Graphics.UI.Gtk.SourceView.SourceCompletionInfo | Portability | portable (depends on GHC) | Stability | provisional | Maintainer | gtk2hs-users@lists.sourceforge.net |
|
|
|
|
|
Description |
|
|
Synopsis |
|
|
|
|
Description
|
|
This object can be used to show a calltip or help for the .* current completion proposal.
|
|
Types
|
|
data SourceCompletionInfo | Source |
|
Instances | |
|
|
|
| Instances | |
|
|
Methods
|
|
|
|
sourceCompletionInfoMoveToIter | Source |
|
|
|
sourceCompletionInfoSetSizing | Source |
|
:: SourceCompletionInfoClass info | | => info | | -> Int | width The maximum/requested width of the window (-1 to default)
| -> Int | height The maximum/requested height of the window (-1 to default)
| -> Bool | shrinkWidth Whether to shrink the width of the window to fit its contents
| -> Bool | shrinkHeight Whether to shrink the height of the window to fit its contents
| -> IO () | | Set sizing information for the info window. If shrinkWidth or shrinkHeight is True, the info
window will try to resize to fit the window contents, with a maximum size given by width and
height. Setting width or height to -1 removes the maximum size of respectively the width and height
of the window.
|
|
|
|
Sets the content widget of the info window. If widget does not fit within the size requirements of
the window, a ScrolledWindow will automatically be created and added to the window.
|
|
sourceCompletionInfoGetWidget | Source |
|
|
|
|
|
Attributes
|
|
|
The maximum allowed height.
Allowed values: >= GMaxulong
Default value: -1
|
|
|
The maximum allowed width.
Allowed values: >= GMaxulong
Default value: -1
|
|
|
Whether the window should shrink height to fit the contents.
Default value: True
|
|
|
Whether the window should shrink width to fit the contents.
Default value: True
|
|
Signals
|
|
|
|
Produced by Haddock version 2.6.1 |