Skip to content

Commit

Permalink
Fix module doc-comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Dretch committed Jan 27, 2020
1 parent 68ce59d commit 455c18e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gi-gtk-declarative/src/GI/Gtk/Declarative/WindowHost.hs
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE TypeApplications #-}

module GI.Gtk.Declarative.WindowHost (windowHost) where

-- | A wrapper around a child widget that also allows you to create a new window.
-- The window itself is not a child of this widget, nor of the parent widget, but is
-- a new top-level window: The window host just provides a place for the new window
-- to live, whilst fitting into the general tree-of-components pattern that is used
-- by gi-gtk-declarative.
module GI.Gtk.Declarative.WindowHost (windowHost) where

import Data.Maybe (fromMaybe)
import Data.Typeable ((:~:) (..), Typeable, eqT)
import qualified GI.Gtk as Gtk
Expand Down

0 comments on commit 455c18e

Please sign in to comment.