[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
PSPP-BUG: [bug #24975] Show variable attributes in var sheet
From: |
John Darrington |
Subject: |
PSPP-BUG: [bug #24975] Show variable attributes in var sheet |
Date: |
Wed, 03 Dec 2008 23:10:44 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008092816 Iceweasel/3.0.3 (Debian-3.0.3-3) |
Follow-up Comment #3, bug #24975 (project pspp):
That's also a possibility.
I think we'd need two callbacks similar to:
void (*var_attribute_added) (struct dictionary *d, int var, const char
*attr_name, void *aux);
void (*var_attribute_deleted) (struct dictionary *d, int var, const char
*attr_name, void *aux);
The "int var" parameter might not be needed, but all the other call backs
have it ...
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?24975>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/