Fix typo in wxWindow::SetBackgroundStyle() documentation.
s/on order/in order/
This commit is contained in:
@@ -1950,7 +1950,7 @@ public:
|
|||||||
this only since GTK 2.12 with a compositing manager enabled, call
|
this only since GTK 2.12 with a compositing manager enabled, call
|
||||||
IsTransparentBackgroundSupported() to check whether this is the case.
|
IsTransparentBackgroundSupported() to check whether this is the case.
|
||||||
|
|
||||||
Also, on order for @c SetBackgroundStyle(wxBG_STYLE_TRANSPARENT) to
|
Also, in order for @c SetBackgroundStyle(wxBG_STYLE_TRANSPARENT) to
|
||||||
work, it must be called before Create(). If you're using your own
|
work, it must be called before Create(). If you're using your own
|
||||||
wxWindow-derived class you should write your code in the following way:
|
wxWindow-derived class you should write your code in the following way:
|
||||||
@code
|
@code
|
||||||
|
Reference in New Issue
Block a user