From 2bacc6ab950485e4b7e58ce6be0639ff5a936835 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?W=C5=82odzimierz=20Skiba?= Date: Mon, 20 Dec 2004 20:27:22 +0000 Subject: [PATCH] Further decoration. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31090 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/tchanges.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/latex/wx/tchanges.tex b/docs/latex/wx/tchanges.tex index c302a80120..31b5acb073 100644 --- a/docs/latex/wx/tchanges.tex +++ b/docs/latex/wx/tchanges.tex @@ -208,7 +208,7 @@ sizer->Add(win); - wxSizer::Add/Insert returns pointer to wxSizerItem just added so conditions writeen with if(Add(..)==true) will not work. Use if(Add(..)) instead. -- New wxBrush::IsHatch() checking for brush type replaces IS_HATCH macro. +- New \helpref{wxBrush::IsHatch()}{wxbrushishatch} checking for brush type replaces IS_HATCH macro. @@ -217,7 +217,7 @@ sizer->Add(win); - wxURL::GetInputStream() and similar functionality has been depreciated in favor of other ways of connecting, such as though sockets or wxFileSystem. -- wxDocManager::GetNoHistoryFiles() renamed to GetHistoryFilesCount() +- wxDocManager::GetNoHistoryFiles() renamed to \helpref{GetHistoryFilesCount()}{wxdocmanagergethistoryfilescount} - wxSizer::Remove(wxWindow *), use Detach() instead [it is more clear] @@ -231,7 +231,7 @@ sizer->Add(win); - wxListBase::operator wxList&(): use typesafe lists instead -- wxTheFontMapper: use wxFontMapper::Get() instead +- wxTheFontMapper: use \helpref{wxFontMapper::Get()}{wxfontmapperget} instead - wxStringHashTable: use wxHashMap instead @@ -253,7 +253,7 @@ sizer->Add(win); - \helpref{wxList}{wxlist} keyed interface: use \helpref{wxHashMap}{wxhashmap} instead -- wxColourDatabase::FindColour(): use Find() instead (NB: different ret type) +- wxColourDatabase::FindColour(): use \helpref{Find()}{wxcolourdatabasefind} instead (NB: different ret type) - wxHashTable::Next: use wxHashTable::Node* or wxHashTable::compatibility\_iterator to store the return