|
Graphics.UI.Gtk.Gdk.Pixmap | Portability | portable (depends on GHC) | Stability | provisional | Maintainer | gtk2hs-users@lists.sourceforge.net |
|
|
|
|
|
Description |
Pixmaps -- Offscreen drawables
|
|
Synopsis |
|
|
|
|
Detail
|
|
Class Hierarchy
|
|
| GObject
| +----Drawable
| +----Pixmap
|
|
Types
|
|
data Pixmap |
Instances | |
|
|
class DrawableClass o => PixmapClass o |
| Instances | |
|
|
Constructors
|
|
pixmapNew |
:: DrawableClass drawable | | => Maybe drawable | drawable - drawable supplying default values for the pixmap
| -> Int | width - width of the pixmap
| -> Int | height - height of the pixmap
| -> Maybe Int | depth - depth of the pixmap
| -> IO Pixmap | | Create a new pixmap.
If drawable is Nothing, the depth of the pixmap is
taken from the depth parameter, otherwise the pixmap
has the same depth as the Drawable specified by drawable.
Therefore, at least one of drawable and depth must not be Nothing.
|
|
|
Produced by Haddock version 0.7 |