Fixes to wxGA_TEXT and wxGA_PROGRESS documentation.
Correct the HTML output format for wxGA_PROGRESS, it was indented incorrectly because Doxygen appears to need a blank line (i.e. end of paragraph) after a "@since". Also improve the wording of the styles descriptions a little. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78081 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -49,13 +49,16 @@
|
|||||||
Creates smooth progress bar with one pixel wide update step (not
|
Creates smooth progress bar with one pixel wide update step (not
|
||||||
supported by all platforms).
|
supported by all platforms).
|
||||||
@style{wxGA_TEXT}
|
@style{wxGA_TEXT}
|
||||||
Display current completed percentage: text default format "%p%"
|
Display the current value in percents in the gauge itself. This
|
||||||
(only supported in wxQt, may be not available on all platforms).
|
style is only supported in wxQt and ignored under the other
|
||||||
|
platforms.
|
||||||
@since 3.1.0
|
@since 3.1.0
|
||||||
|
|
||||||
@style{wxGA_PROGRESS}
|
@style{wxGA_PROGRESS}
|
||||||
Reflect the value of guage on the taskbar button, available since
|
Reflect the value of gauge in the application taskbar button under
|
||||||
Windows 7 only.
|
Windows 7 and later, ignored under the other platforms.
|
||||||
@since 3.1.0
|
@since 3.1.0
|
||||||
|
|
||||||
@endStyleTable
|
@endStyleTable
|
||||||
|
|
||||||
@library{wxcore}
|
@library{wxcore}
|
||||||
|
Reference in New Issue
Block a user