X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fval-labs-dialog.h;h=e11b43305f64e5eb43d6a8cf074a86636081e8bb;hb=146997e1690f055481e2003529eaa4f8848ca4a8;hp=85f1a6d31717bf0f48c1fcef553d02b2bde3a904;hpb=dcf9b154cbcaa35c3d8459a201b77eec8bcb30bd;p=pspp-builds.git diff --git a/src/ui/gui/val-labs-dialog.h b/src/ui/gui/val-labs-dialog.h index 85f1a6d3..e11b4330 100644 --- a/src/ui/gui/val-labs-dialog.h +++ b/src/ui/gui/val-labs-dialog.h @@ -1,7 +1,6 @@ -/* +/* PSPPIRE --- A Graphical User Interface for PSPP Copyright (C) 2005 Free Software Foundation - Written by John Darrington This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -34,40 +33,12 @@ struct val_labs; -struct val_labs_dialog -{ - GtkWidget *window; +struct val_labs_dialog * val_labs_dialog_create (GladeXML *); - /* The variable to be updated */ - struct PsppireVariable *pv; - - /* Local copy of labels */ - struct val_labs *labs; - - /* Actions */ - GtkWidget *ok; - GtkWidget *add_button; - GtkWidget *remove_button; - GtkWidget *change_button; - - /* Entry Boxes */ - GtkWidget *value_entry; - GtkWidget *label_entry; - - /* Signal handler ids */ - gint change_handler_id; - gint value_handler_id; - - GtkWidget *treeview; -}; - - - - -struct val_labs_dialog * val_labs_dialog_create(GladeXML *xml); - -void val_labs_dialog_show(struct val_labs_dialog *dialog); +void val_labs_dialog_show (struct val_labs_dialog *); +void val_labs_dialog_set_target_variable (struct val_labs_dialog *, + struct variable *); #endif