pub type TipWindow = TipWindowIsOwned<true>;Expand description
Shows simple text in a popup tip window on creation.
TipWindowrepresents a C++wxTipWindowclass instance which your code has ownership,TipWindowIsOwned<false>represents one which don’t own.- Use
TipWindow’snew()orBuildable::builder()(if available) to create an instance of this class. - See C++
wxTipWindowclass’s documentation for more details.
Aliased Type§
pub struct TipWindow(/* private fields */);