gtk3-0.13.7: Binding to the Gtk+ graphical user interface library.

Maintainergtk2hs-users@lists.sourceforge.net
Stabilityprovisional
Portabilityportable (depends on GHC)
Safe HaskellNone
LanguageHaskell98

Graphics.UI.Gtk.Layout.Overlay

Contents

Description

A simple container that can display overlayed widgets

Synopsis

Detail

The Overlay widget is a Bin widget where widgets can be added as overlay of the bin widget.

Class Hierarchy

| GObject
| +----Object
| +----Widget
| +----Container
| +----Bin
| +----Overlay

Types

Constructors

overlayAdd Source

Arguments

:: (OverlayClass self, WidgetClass widget) 
=> self 
-> widget

widget - a widget to be placed as overlay

-> IO ()