Package: gtk

Function gtk:file-chooser-native-new

Lambda List

gtk:file-chooser-native-new (title parent action accept-label canel-label)

Arguments

title -- a string with the title of the native, or nil
parent -- a gtk:window transient parent of the native, or nil
action -- a gtk:file-chooser-action value with the open or save mode for the dialog
accept-label -- a string with the text to go in the accept button, or nil for the default
cancel-label -- a string with the text to go in the cancel button, or nil for the default

Return Value

Details

Creates a new gtk:file-chooser-native widget.
 

See also

#2023-6-12