Correct the documentation of wxFrame ctor parent argument.
It doesn't result in the frame floating over its parent, this is what
wxFRAME_FLOAT_ON_PARENT style is for, it just means that the frame is
minimized/restored when its parent is.
(cherry picked from commit 6339837ffa
)
This commit is contained in:
committed by
Paul Cornett
parent
417d242e77
commit
a45354d3ed
@@ -161,8 +161,10 @@ public:
|
||||
Constructor, creating the window.
|
||||
|
||||
@param parent
|
||||
The window parent. This may be @NULL. If it is non-@NULL, the frame will
|
||||
always be displayed on top of the parent window on Windows.
|
||||
The window parent. This may be, and often is, @NULL. If it is
|
||||
non-@NULL, the frame will be minimized when its parent is minimized
|
||||
and restored when it is restored (although it will still be
|
||||
possible to minimize and restore just this frame itself).
|
||||
@param id
|
||||
The window identifier. It may take a value of -1 to indicate a default value.
|
||||
@param title
|
||||
|
Reference in New Issue
Block a user