X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dc7a2021d59a9ee18c148974381bb9ece66a522a..9d5371c60ba0cc628b00f11ff5c5f2c804a82858:/docs/latex/wx/window.tex diff --git a/docs/latex/wx/window.tex b/docs/latex/wx/window.tex index 6f954a2a1e..af197e2269 100644 --- a/docs/latex/wx/window.tex +++ b/docs/latex/wx/window.tex @@ -355,7 +355,7 @@ Usually it is only used with the top level windows (wxFrame and wxDialog classes) as the others are not supposed to have any special OnClose() logic. The close handler should check whether the window is being deleted forcibly, -using \helpref{wxCloseEvent::GetForce}{wxcloseeventgetforce}, in which case it +using \helpref{wxCloseEvent::CanVeto}{wxcloseeventcanveto}, in which case it should destroy the window using \helpref{wxWindow::Destroy}{wxwindowdestroy}. {\it Note} that calling Close does not guarantee that the window will be @@ -2760,6 +2760,12 @@ use \helpref{SetOwnFont}{wxwindowsetownfont} instead in this case and see \helpref{InheritAttributes}{wxwindowinheritattributes} for more explanations. +Please notice that the given font is \emph{not} automatically used for +\helpref{wxPaintDC}{wxpaintdc} objects associated with this window, you need to +call \helpref{wxDC::SetFont()}{wxdcsetfont} too. However this font is used by +any standard controls for drawing their text as well as by +\helpref{wxWindow::GetTextExtent()}{wxwindowgettextextent}. + \wxheading{Parameters} \docparam{font}{Font to associate with this window, pass @@ -2978,7 +2984,8 @@ from your \helpref{wxSizeEvent}{wxsizeevent} handler function. \wxheading{See also} \helpref{Scrolling overview}{scrollingoverview},\rtfsp -\helpref{wxScrollBar}{wxscrollbar}, \helpref{wxScrolledWindow}{wxscrolledwindow} +\helpref{wxScrollBar}{wxscrollbar}, \helpref{wxScrolledWindow}{wxscrolledwindow},\rtfsp +\helpref{wxScrollWinEvent}{wxscrollwinevent} \begin{comment}