poppler-0.12.3: Binding to the Poppler.

Portabilityportable (depends on GHC)
Stabilityalpha
Maintainergtk2hs-devel@lists.sourceforge.net
Safe HaskellNone

Graphics.UI.Gtk.Poppler.Layer

Contents

Description

 

Synopsis

Types

Methods

layerGetTitleSource

Arguments

:: LayerClass layer 
=> layer 
-> IO String

returns a string containing the title of the layer

Returns the name of the layer suitable for presentation as a title in a viewer's GUI

layerIsVisibleSource

Arguments

:: LayerClass layer 
=> layer 
-> IO Bool

returns True if layer is visible

Returns whether layer is visible

layerShow :: LayerClass layer => layer -> IO ()Source

Shows layer

layerHide :: LayerClass layer => layer -> IO ()Source

Hides layer. If layer is the parent of other nested layers, such layers will be also hidden and will be blocked until layer is shown again

layerIsParentSource

Arguments

:: LayerClass layer 
=> layer 
-> IO Bool

returns True if layer is parent

Returns whether layer is parent of other nested layers.

layerGetRadioButtonGroupIdSource

Arguments

:: LayerClass layer 
=> layer 
-> IO Int

returns the ID of the radio button group associated with layer, or 0 if the layer is not associated to any radio button

Returns the numeric ID the radio button group associated with layer.