File: README.md

package info (click to toggle)
haskell-termonad 4.5.0.0-2
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 476 kB
  • sloc: haskell: 3,784; makefile: 7
file content (15 lines) | stat: -rw-r--r-- 647 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

# Termonad Glade Files

This directory contains [Glade](https://wiki.gnome.org/Apps/Glade) files used
by Termonad to define how the GTK interfaces should look.

Glade is an visual interface designer.  The Glade files are just XML files.
They can be edited in the Glade program, or directly by hand.

If you're new to Glade, you may be interested in going through a
[tutorial](https://wiki.gnome.org/Apps/Glade/Tutorials).

If you use the [shell.nix](../shell.nix) file, it should pull in `glade` for
you, so you can just run it directly after entering into the Nix shell.  Or,
you can just install `glade` through your package-manager-of-choice.