RAGS - v1.10.0
    Preparing search index...

    Type Alias FileChooserButtonProps<Child, Attr, Self>

    FileChooserButtonProps: BaseProps<
        Self,
        Gtk.FileChooserButton.ConstructorProps & {
            child?: Child;
            on_file_set?: Event<Self>;
        },
        Attr,
    >

    Props for the FileChooserButton file selection widget.

    Type Parameters