/* $Id$ */ /*! * %file Mw/Widget/ListBox.h * %brief ListBox widget */ #ifndef __MW_WIDGET_LISTBOX_H__ #define __MW_WIDGET_LISTBOX_H__ #include #include #ifdef __cplusplus extern "C" { #endif /*! * %brief ListBox widget class */ MWDECL MwClass MwListBoxClass; #ifdef __cplusplus } #endif #endif