added attrib to the widget struct - checking it in the .h file

git-svn-id: svn://10.0.0.236/trunk@57690 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
varada%netscape.com 2000-01-13 22:07:13 +00:00
parent 1cc8e19e2e
commit a1d0b2ee48

View File

@ -47,6 +47,7 @@ typedef struct WIDGET
{
CString type;
CString name;
CString attrib;
CString value;
CString title;
CString group;