diff options
author | deva <deva> | 2008-12-01 15:30:17 +0000 |
---|---|---|
committer | deva <deva> | 2008-12-01 15:30:17 +0000 |
commit | 4ef42a9bae0bd8c17391d1fbb5aa21d78fbe92ce (patch) | |
tree | 31f2c7d0f2c63d6681fd86c94ebfae36784a5968 /client/widgets.h | |
parent | 3ab207d95e47f81cf75effee3822cd787979cae7 (diff) |
Added two new widgets: metawidget and altcombobox. Modified multilist to use 'innerwidget' attribute instead of format string.
Diffstat (limited to 'client/widgets.h')
-rw-r--r-- | client/widgets.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/widgets.h b/client/widgets.h index 34434c1..dda0213 100644 --- a/client/widgets.h +++ b/client/widgets.h @@ -42,5 +42,7 @@ #include "widgets/radiobutton.h" #include "widgets/checkbox.h" #include "widgets/window.h" +#include "widgets/altcombobox.h" +#include "widgets/metawidget.h" #endif/*__PRACRO_WIDGETS_H__*/ |