pub type SystemSettings = SystemSettingsIsOwned<true>;
Expand description
wxSystemSettings allows the application to ask for details about the system.
SystemSettings
represents a C++wxSystemSettings
class instance which your code has ownership,SystemSettingsIsOwned
<false>
represents one which don’t own.- Use
SystemSettings
’snew()
orBuildable::builder()
(if available) to create an instance of this class. - See C++
wxSystemSettings
class’s documentation for more details.
Aliased Type§
pub struct SystemSettings(/* private fields */);