gui: New "entry-dialog" module for prompting for a text string.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 1 May 2011 04:08:01 +0000 (21:08 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Wed, 4 May 2011 03:18:05 +0000 (20:18 -0700)
commitaafb6add9344c71c4fed343e52e9a67aa6efdf91
tree4caf5fa4336f5c4d2251dc785c0d73c04379e3b1
parent6bb9fb8db1002ec00f58cae414a06769fe1a7e68
gui: New "entry-dialog" module for prompting for a text string.

This will be used in an upcoming commit to implement File|Rename
Dataset.  It is made general-purpose, rather than specifically
for that purpose, because it is not any harder to do so and might
be useful somewhere else in the future.
src/ui/gui/automake.mk
src/ui/gui/entry-dialog.c [new file with mode: 0644]
src/ui/gui/entry-dialog.h [new file with mode: 0644]
src/ui/gui/entry-dialog.ui [new file with mode: 0644]