pub type WindowDC = WindowDCIsOwned<true>;
Expand description
A wxWindowDC must be constructed if an application wishes to paint on the whole area of a window (client and decorations).
WindowDC
represents a C++wxWindowDC
class instance which your code has ownership,WindowDCIsOwned
<false>
represents one which don’t own.- Use
WindowDC
’snew()
orBuildable::builder()
(if available) to create an instance of this class. - See C++
wxWindowDC
class’s documentation for more details.
Aliased Type§
pub struct WindowDC(/* private fields */);