Patch from Utensil Candel with large improvements to the samples documentation, and a PCH fix for the power sample.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54310 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Bryan Petty
2008-06-21 05:10:40 +00:00
parent 3e6f95dcfd
commit 5d4cca7f4b
6 changed files with 491 additions and 140 deletions

View File

@@ -254,6 +254,8 @@ typedef enum
@library{wxcore}
@category{misc}
@see @sample{access}
*/
class wxAccessible : public wxObject
{

View File

@@ -52,7 +52,7 @@ enum wxAnimationType
<!-- @appearance{animationctrl.png} -->
@see wxAnimation
@see wxAnimation, @sample{animate}
*/
class wxAnimationCtrl : public wxControl
{
@@ -189,7 +189,7 @@ public:
@stdobjects
::wxNullAnimation
@see wxAnimationCtrl
@see wxAnimationCtrl, @sample{animate}
*/
class wxAnimation : public wxGDIObject
{