[ wxwindows-Bugs-1754174 ] wxHelpController::GetParentWindow return
SourceForge.net
noreply at sourceforge.net
Mon Aug 13 03:27:30 PDT 2007
Bugs item #1754174, was opened at 2007-07-15 02:19
Message generated for change (Comment added) made by juliansmart
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1754174&group_id=9863
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Documentation
Group: None
>Status: Closed
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: Dave Silvia (dsilvia)
Assigned to: Nobody/Anonymous (nobody)
Summary: wxHelpController::GetParentWindow return
Initial Comment:
Current documentation is:
wxHelpController::GetParentWindow
virtual bool GetParentWindow() const
Returns the window to be used as the parent for the help window. This window is used by wxCHMHelpController, wxWinHelpController and wxHtmlHelpController.
Actual code is:
/// Get the window that can optionally be used for the help window's parent.
virtual wxWindow* GetParentWindow() const { return m_parentWindow; }
The description in the doc is correct, just the doc prototype is wrong, it says 'bool' not 'wxWindow*'.
thx,
Dave S.
----------------------------------------------------------------------
>Comment By: Julian Smart (juliansmart)
Date: 2007-08-13 10:27
Message:
Logged In: YES
user_id=59495
Originator: NO
Fixed, thanks!
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1754174&group_id=9863
More information about the wx-dev
mailing list