git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@374 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-10-16 17:41:42 +00:00
parent 7c8bd88df9
commit c63bc52363
4 changed files with 46 additions and 1 deletions

22
include/Mw/FileChooser.h Normal file
View 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

View File

@@ -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>