mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2025-12-31 06:30:52 +00:00
add
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@374 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
22
include/Mw/FileChooser.h
Normal file
22
include/Mw/FileChooser.h
Normal file
@@ -0,0 +1,22 @@
|
||||
/* $Id$ */
|
||||
/*!
|
||||
* %file Mw/FileChoose.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
|
||||
|
||||
MWDECL MwWidget MwFileChooser(MwWidget handle, const char* title);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
@@ -22,6 +22,7 @@
|
||||
#include <Mw/MessageBox.h>
|
||||
#include <Mw/Directory.h>
|
||||
#include <Mw/String.h>
|
||||
#include <Mw/FileChooser.h>
|
||||
|
||||
#include <Mw/Widget/Window.h>
|
||||
#include <Mw/Widget/Menu.h>
|
||||
|
||||
Reference in New Issue
Block a user