milsko/include/Mw/Dialog/FileChooser.h

28 lines
438 B
C
Raw Normal View History

/* $Id$ */
/*!
* @file Mw/Dialog/FileChooser.h
* @brief File chooser
*/
#ifndef __MW_FILECHOOSER_H__
#define __MW_FILECHOOSER_H__
#include <Mw/MachDep.h>
#include <Mw/TypeDefs.h>
#ifdef __cplusplus
extern "C" {
#endif
/*!
* @brief Creates a file chooser
* @param handle Widget
* @param title Title text
* @return Widget
*/
MWDECL MwWidget MwFileChooser(MwWidget handle, const char* title);
#ifdef __cplusplus
}
#endif
#endif