Type Alias NativeFileChooserType

pub type NativeFileChooserType = FileDialogType;
Available on crate feature dep_fltk only.
Expand description

Alias for NativeFileChooserType

Aliased Type§

enum NativeFileChooserType {
    BrowseFile = 0,
    BrowseDir = 1,
    BrowseMultiFile = 2,
    BrowseMultiDir = 3,
    BrowseSaveFile = 4,
    BrowseSaveDir = 5,
}

Variants§

§

BrowseFile = 0

Browse file

§

BrowseDir = 1

Browse dir

§

BrowseMultiFile = 2

Browse multiple files

§

BrowseMultiDir = 3

Browse multiple dirs

§

BrowseSaveFile = 4

Browse save file

§

BrowseSaveDir = 5

Browse save directory

Trait Implementations

§

impl Clone for FileDialogType

§

fn clone(&self) -> FileDialogType

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for FileDialogType

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl PartialEq for FileDialogType

§

fn eq(&self, other: &FileDialogType) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl WidgetType for FileDialogType

§

fn to_i32(self) -> i32

Get the integral representation of the widget type
§

fn from_i32(val: i32) -> FileDialogType

Get the widget type from its integral representation
§

impl Copy for FileDialogType

§

impl Eq for FileDialogType

§

impl StructuralPartialEq for FileDialogType