1 #if !defined(_BTK_FSELECT_HPP_) 2 #define _BTK_FSELECT_HPP_ 6 #include "../signal/signal.hpp" 18 FSelectBox(std::string_view title = std::string_view());
28 bool show(
bool focus_async =
false);
35 SignalAsync &sig_async();
41 void set_multi(
bool val =
true);
47 void set_save(
bool val =
true);
54 #endif // _BTK_FSELECT_HPP_ Definition: signal.hpp:113
This header include many useful containers.
Definition: async.hpp:7
A Dialog of file selecting.
Definition: fselect.hpp:14