pub type MessageOutput = MessageOutputIsOwned<true>;Expand description
Simple class allowing to write strings to various output channels.
MessageOutputrepresents a C++wxMessageOutputclass 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++
wxMessageOutputclass’s documentation for more details.
Aliased Type§
pub struct MessageOutput(/* private fields */);