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

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

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

overlayAddSource

Arguments

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

widget - a widget to be placed as overlay

-> IO ()