pub type FileName = FileNameIsOwned<true>;
Expand description
wxFileName encapsulates a file name.
FileName
represents a C++wxFileName
class instance which your code has ownership,FileNameIsOwned
<false>
represents one which don’t own.- Use
FileName
’snew()
to create an instance of this class. - See C++
wxFileName
class’s documentation for more details.
Aliased Type§
pub struct FileName(/* private fields */);