pub type MessageOutput = MessageOutputIsOwned<true>;
Expand description
Simple class allowing to write strings to various output channels.
MessageOutput
represents a C++wxMessageOutput
class instance which your code has ownership,MessageOutputIsOwned
<false>
represents one which don’t own.- Use
MessageOutput
’snew()
to create an instance of this class. - See C++
wxMessageOutput
class’s documentation for more details.
Aliased Type§
pub struct MessageOutput(/* private fields */);