Package: gtk

Function gtk:file-chooser-native-new

Lambda List

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

Arguments

title -- a string with the title of the native file chooser
parent -- a gtk:window transient parent window
action -- a gtk:file-chooser-action value
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

The new gtk:file-chooser-native object.

Details

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

Warning

The gtk:file-chooser-native implementation is deprecated since 4.10. Use the gtk:file-dialog implementation instead.
 

See also

2024-4-26