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

This commit is contained in:
varada%netscape.com 2000-01-13 22:07:13 +00:00
Родитель a118cd32f1
Коммит 01119ffec8
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

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