class

ImGui::FileExplorer

Inherits Reference < Object

Constructors

new(config : Config)
Source

Instance methods

close
Source
open?
Source
render(name : String, open_popup : Bool, extensions : Array(String) | Nil = nil, &handler : Path -> _) : Nil

Render a file selection dialog with title [name]. Files are filtered by [estensions]. [handler] is executed and the dialog is closed when a file is selected.

Source