summaryrefslogtreecommitdiff
path: root/src/Gtk/Widgets/Sheet.dcl
diff options
context:
space:
mode:
authorCamil Staps2019-10-22 14:52:47 +0200
committerCamil Staps2019-10-22 14:52:47 +0200
commitdc004b45f8b499a4c35b08f8e18f641354f9b9d1 (patch)
tree4d82f92169922662299c51772e8e4cc62d9390d9 /src/Gtk/Widgets/Sheet.dcl
parentAlphabetic order in Gtk.Widgets (diff)
Add custom GtkM state monad with a bind that does not grow the stack
Diffstat (limited to 'src/Gtk/Widgets/Sheet.dcl')
-rw-r--r--src/Gtk/Widgets/Sheet.dcl8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/Gtk/Widgets/Sheet.dcl b/src/Gtk/Widgets/Sheet.dcl
index 88197ef..9bec404 100644
--- a/src/Gtk/Widgets/Sheet.dcl
+++ b/src/Gtk/Widgets/Sheet.dcl
@@ -1,6 +1,12 @@
definition module Gtk.Widgets.Sheet
-from Gtk.State import :: State, :: StateT, :: Identity, :: GtkState, :: GtkM
+/**
+ * This module provides support for GtkSheet; a spreadsheet widget. See
+ * https://fpaquet.github.io/gtksheet/ for more details and installation
+ * instructions. Use the 'Gtk with GtkSheet' environment.
+ */
+
+from Gtk.State import :: GtkM
from Gtk.Tune import class tune
from Gtk.Widgets import
class gtkWidget, :: GtkWidget,