README
======

Package
-------
srs-gimpviewabledialog-demo

Library
-------
srs-gimpviewabledialog-0.1

Author
------
Randall Sawyer <srandallsawyer@gmail.com>
2011-03-03
Copyright (C) 2011 Randall Sawyer

Contributors:
From gimp-2.6.11:

GIMP - The GNU Image Manipulation Program
Copyright (C) 1995 Spencer Kimball and Peter Mattis
gimpviewabledialog.c
Copyright (C) 2000 Michael Natterer <mitch@gimp.org>


Compiling and installing
------------------------

To compile, open a terminal, and from the top-level directory
.../srs-gimpviewable-dialog/ enter:

make

Installation is limited to a user installation.  This is because, the two
plugins 'demo1' and 'demo2' are academic to other plugin developers and not
generally useful.

To install, enter:

make install

To uninstall, enter:

make uninstall

To remove compiled files, enter:

make clean

Developer use
-------------

This library which consists merely of:
  1) "srs_gimpviewabledialog.h"
  2) "srs_gimpviewabledialog.c"

I have notated the code - include that of the demo plugins - with comments
throughout.

Include these files with any plugin package for which you would like to
implement a "viewable dialog".  If you do use this library, or any modification
of it, then include the original files or a way to publicly access them, and
include the GPL notification included in this package ("COPYING")

Any feedback, questions, or suggestions are welcome.  My email address is at
the top of this document
