[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[entry-dialog 0/2] New dialog for entering a text string.
From: |
Ben Pfaff |
Subject: |
[entry-dialog 0/2] New dialog for entering a text string. |
Date: |
Tue, 3 May 2011 07:57:37 -0700 |
This is a revised version of the "entry-dialog" patch that I posted
a few days ago that uses PsppireDialog as a base. It now requires a
prerequisite patch, also included.
Ben Pfaff (2):
psppire-buttonbox: Add "default" property.
gui: New "entry-dialog" module for prompting for a text string.
src/ui/gui/automake.mk | 3 +
src/ui/gui/entry-dialog.c | 62 ++++++++++++++++++++++++
src/ui/gui/entry-dialog.h | 27 ++++++++++
src/ui/gui/entry-dialog.ui | 47 ++++++++++++++++++
src/ui/gui/psppire-buttonbox.c | 103 ++++++++++++++++++++++++++--------------
src/ui/gui/psppire-buttonbox.h | 3 +-
6 files changed, 209 insertions(+), 36 deletions(-)
create mode 100644 src/ui/gui/entry-dialog.c
create mode 100644 src/ui/gui/entry-dialog.h
create mode 100644 src/ui/gui/entry-dialog.ui
--
1.7.2.5
- [entry-dialog 0/2] New dialog for entering a text string.,
Ben Pfaff <=