luxe: ui/field/path
UIPath
Section titled “UIPath”import "luxe: ui/field/path" for UIPathno docs found
UIPath.create(.)
Section titled “UIPath.create(.)”UIPath.create(ui : Entity) : unknownno docs found
UIPath.set_validation(..)
Section titled “UIPath.set_validation(..)”UIPath.set_validation(path : Control, fn : Fn) : unknownset a validation function to be called which will ensure the path is validated before use
UIPath.set_defaults(…)
Section titled “UIPath.set_defaults(…)”UIPath.set_defaults(path : Control, default_path : String, filters : String) : unknownset the default file dialog path and file dialog filters
UIPath.set_defaults(..)
Section titled “UIPath.set_defaults(..)”UIPath.set_defaults(path : Control, default_path : String) : unknownset the default file dialog path
UIPath.set_type(..)
Section titled “UIPath.set_type(..)”UIPath.set_type(path : Control, type : UIPathType) : unknownset the path type, to open/save/folder
UIPath.get_text_field(.)
Section titled “UIPath.get_text_field(.)”UIPath.get_text_field(path : Control) : unknownreturn the text field
UIPath.get_path(.)
Section titled “UIPath.get_path(.)”UIPath.get_path(path : Control) : unknownreturn the path stored in the field
UIPath.set_path(..)
Section titled “UIPath.set_path(..)”UIPath.set_path(path : Control, path_value : String) : unknownset the path stored in the field (will be validated)
UIPathState
Section titled “UIPathState”import "luxe: ui/field/path" for UIPathStateno docs found
UIPathState.new(..)
Section titled “UIPathState.new(..)”UIPathState.new(ui : Entity, control : Control) : UIPathStateno docs found
UIPathState.get_text_field(.)
Section titled “UIPathState.get_text_field(.)”UIPathState.get_text_field() : unknownno docs found
UIPathState.get_path(.)
Section titled “UIPathState.get_path(.)”UIPathState.get_path() : unknownno docs found
UIPathState.set_path(.)
Section titled “UIPathState.set_path(.)”UIPathState.set_path(path : String) : unknownno docs found
UIPathState.set_validation(.)
Section titled “UIPathState.set_validation(.)”UIPathState.set_validation(fn : Fn) : unknownno docs found
UIPathState.set_defaults(..)
Section titled “UIPathState.set_defaults(..)”UIPathState.set_defaults(default_path : String, filters : String) : unknownno docs found
UIPathState.set_type(.)
Section titled “UIPathState.set_type(.)”UIPathState.set_type(type : UIPathType) : unknownno docs found
UIPathType
Section titled “UIPathType”import "luxe: ui/field/path" for UIPathTypeno docs found
UIPathType.open
Section titled “UIPathType.open”UIPathType.open : unknownno docs found
UIPathType.save
Section titled “UIPathType.save”UIPathType.save : unknownno docs found
UIPathType.folder
Section titled “UIPathType.folder”UIPathType.folder : unknownno docs found