CtrlLib: Added some methods to gtk FileSelNative to streamline the interface with Win32

This commit is contained in:
Mirek Fidler 2022-03-20 14:41:11 +01:00
parent a5f6307a49
commit 1cd7636f00
5 changed files with 20 additions and 3 deletions

View file

@ -7,7 +7,7 @@ GUI_APP_MAIN
FileSelNative sel;
sel.ActiveDir(GetHomeDirectory());
while(sel.ExecuteSelectDir("Just a test"))
PromptOK(sel.Get());
PromptOK(sel.Get() + "&" + "active dir: " + sel.GetActiveDir());
sel.AllFilesType();
sel.Type("Test2", "*.tst");