summaryrefslogtreecommitdiff
path: root/tools/glade/examples/editor/README
blob: 7aaa9c6cb57ccb1f8ce19888e8da5088f773bca3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

This is a simple example application built with Glade.

It is a text editor, with standard commands to open and save files,
cut/copy/paste text, and set the font.

The signal handler code in src/callbacks.c has been commented to make it
easy to understand how a Glade application is put together.

It is not built normally as part of Glade. To build it, you must cd into the
editor directory, remove the 'NO-AUTO-GEN' file, then run:

./autogen.sh
make

Then run src/glade-editor.