pub type TipWindow = TipWindowIsOwned<true>;
Expand description
Shows simple text in a popup tip window on creation.
TipWindow
represents a C++wxTipWindow
class 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++
wxTipWindow
class’s documentation for more details.
Aliased Type§
pub struct TipWindow(/* private fields */);