mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
CtrlLib: Added some methods to gtk FileSelNative to streamline the interface with Win32
This commit is contained in:
parent
a5f6307a49
commit
1cd7636f00
5 changed files with 20 additions and 3 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue