gtk-helpers: A collection of auxiliary operations and widgets related to Gtk+

[ bsd3, graphics, library ] [ Propose Tags ]

A collection of auxiliary operations and widgets related to Gtk+.


[Skip to Readme]

Modules

[Last Documentation]

  • Data
    • Board
      • Data.Board.GameBoardIO
  • Game
    • Board
      • Game.Board.BasicTurnGame
  • Graphics
    • UI
      • Gtk
        • Board
          • Graphics.UI.Gtk.Board.BoardLink
          • Graphics.UI.Gtk.Board.TiledBoard
        • Entry
          • Graphics.UI.Gtk.Entry.FormatEntry
          • Graphics.UI.Gtk.Entry.HighlightedEntry
        • Extra
          • Graphics.UI.Gtk.Extra.Builder
          • Graphics.UI.Gtk.Extra.BuilderTH
        • Helpers
          • Graphics.UI.Gtk.Helpers.Combo
          • Graphics.UI.Gtk.Helpers.FileDialog
          • Graphics.UI.Gtk.Helpers.MenuItem
          • Graphics.UI.Gtk.Helpers.MessageDialog
          • Graphics.UI.Gtk.Helpers.ModelViewNotebookSync
          • Graphics.UI.Gtk.Helpers.ModelViewPath
          • Multiline
            • Graphics.UI.Gtk.Helpers.Multiline.TextBuffer
          • Graphics.UI.Gtk.Helpers.Pixbuf
          • Graphics.UI.Gtk.Helpers.TreeView
        • Layout
          • Graphics.UI.Gtk.Layout.BackgroundContainer
          • Graphics.UI.Gtk.Layout.DummyBin
          • Graphics.UI.Gtk.Layout.EitherWidget
          • Graphics.UI.Gtk.Layout.MaybeWidget
  • System
    • System.Application

Flags

Manual Flags

NameDescriptionDefault
test-hlintDisabled
test-doc-coverageDisabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.0.7, 0.0.9.1, 0.1.0
Dependencies array, base (>=4 && <5), gio, glib, gtk, mtl, process, template-haskell [details]
License BSD-3-Clause
Author Ivan Perez
Maintainer ivan.perez@keera.co.uk
Category Graphics
Home page http://keera.co.uk/blog/community
Source repo head: git clone git@github.com:keera-studios/gtk-helpers.git
Uploaded by keera_studios_ci at 2020-06-05T19:55:37Z
Distributions
Reverse Dependencies 2 direct, 2 indirect [details]
Downloads 2402 total (13 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2020-06-05 [all 2 reports]

Readme for gtk-helpers-0.1.0

[back to package description]
This package contains GTK-related functions that I use often in my programs.

It contains helper functions and custom widgets.