AppChooserDialog
Description:
[ CCode ( has_construct_function = false , type = "GtkWidget*" ) ]
[ Version ( since = "3.0" ) ]
public AppChooserDialog (Window? parent, DialogFlags flags, File file)
[ Version ( since = "3.0" ) ]
public AppChooserDialog (Window? parent, DialogFlags flags, File file)
Creates a new AppChooserDialog for the provided File, to allow the user to select an application for it.
Parameters:
parent |
a Window, or null |
flags |
flags for this dialog |
file |
a File |
Returns:
a newly created AppChooserDialog |