~ubuntu-branches/ubuntu/karmic/mhwaveedit/karmic

« back to all changes in this revision

Viewing changes to src/um.h

  • Committer: Bazaar Package Importer
  • Author(s): Free Ekanayaka
  • Date: 2008-01-08 22:20:37 UTC
  • mfrom: (2.1.6 hardy)
  • Revision ID: james.westby@ubuntu.com-20080108222037-tsazhckl5vmc8yih
Tags: 1.4.14-2
Added desktop file (Closes: #457849), thanks to Marco Rodrigues

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright (C) 2002 2003 2004 2005, Magnus Hjorth
 
2
 * Copyright (C) 2002 2003 2004 2005 2006, Magnus Hjorth
3
3
 *
4
4
 * This file is part of mhWaveEdit.
5
5
 *
49
49
extern int user_message_flag;
50
50
 
51
51
gchar *user_input(gchar *label, gchar *title, gchar *defvalue, 
52
 
                  gboolean (*validator)(gchar *c));
 
52
                  gboolean (*validator)(gchar *c), GtkWindow *below);
53
53
gboolean user_input_float(gchar *label, gchar *title, gfloat defvalue, 
54
 
                          gfloat *result);
 
54
                          GtkWindow *below, gfloat *result);
55
55
 
56
56
gint user_choice(gchar **choices, guint def, gchar *windowtitle, 
57
57
                 gchar *windowtext, gboolean allow_cancel);