No real changes, just fix spelling errors in the documentation.
Closes #14038. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70673 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -165,7 +165,7 @@ public:
|
||||
If you need direct access the bitmap data instead going through
|
||||
drawing to it using wxMemoryDC you need to use the wxPixelData
|
||||
class (either wxNativePixelData for RGB bitmaps or wxAlphaPixelData
|
||||
for bitmaps with an additionaly alpha channel).
|
||||
for bitmaps with an additionally alpha channel).
|
||||
|
||||
Note that many wxBitmap functions take a @e type parameter, which is a
|
||||
value of the ::wxBitmapType enumeration.
|
||||
|
@@ -243,7 +243,7 @@ public:
|
||||
|
||||
/**
|
||||
Detaches the stream from the wxFSFile object. That is, the
|
||||
stream obtained with GetStream() will continue its existance
|
||||
stream obtained with GetStream() will continue its existence
|
||||
after the wxFSFile object is deleted.
|
||||
|
||||
You will have to delete the stream yourself.
|
||||
|
@@ -51,7 +51,7 @@ public:
|
||||
If the function returns true, the initialization was successful and the
|
||||
global wxApp object ::wxTheApp has been created. Moreover, wxEntryCleanup()
|
||||
must be called afterwards. If the function returns false, a catastrophic
|
||||
initialization error occured and (at least the GUI part of) the library
|
||||
initialization error occurred and (at least the GUI part of) the library
|
||||
can't be used at all.
|
||||
|
||||
Notice that parameters @c argc and @c argv may be modified by this
|
||||
|
@@ -19,7 +19,7 @@ enum wxLayoutDirection
|
||||
};
|
||||
|
||||
/**
|
||||
Encapsulates a ::wxLanguage indentifier together with OS-specific information
|
||||
Encapsulates a ::wxLanguage identifier together with OS-specific information
|
||||
related to that language.
|
||||
|
||||
@beginWxPerlOnly
|
||||
|
@@ -155,7 +155,7 @@ public:
|
||||
void Erase(const compatibility_iterator& iter);
|
||||
|
||||
/**
|
||||
Returns the iterator refering to @a object or @NULL if none found.
|
||||
Returns the iterator referring to @a object or @NULL if none found.
|
||||
*/
|
||||
wxList<T>::compatibility_iterator Find(T* object) const;
|
||||
|
||||
@@ -203,7 +203,7 @@ public:
|
||||
bool IsEmpty() const;
|
||||
|
||||
/**
|
||||
Returns the iterator refering to the object at the given
|
||||
Returns the iterator referring to the object at the given
|
||||
@a index in the list.
|
||||
*/
|
||||
wxList<T>::compatibility_iterator Item(size_t index) const;
|
||||
|
@@ -147,7 +147,7 @@ public:
|
||||
acquire the internal grid (GetGrid()) or wxPropertyGridPage object (GetPage()).
|
||||
|
||||
wxPropertyGridManager constructor has exact same format as wxPropertyGrid
|
||||
constructor, and basicly accepts same extra window style flags (albeit also
|
||||
constructor, and basically accepts same extra window style flags (albeit also
|
||||
has some extra ones).
|
||||
|
||||
Here's some example code for creating and populating a wxPropertyGridManager:
|
||||
|
@@ -218,7 +218,7 @@ public:
|
||||
|
||||
@param pos
|
||||
Position of the new tool (number of tools and separators from the
|
||||
begining of the toolbar).
|
||||
beginning of the toolbar).
|
||||
@param tool_id
|
||||
ID of the new tool (used for event callbacks).
|
||||
@param bitmap
|
||||
@@ -284,7 +284,7 @@ public:
|
||||
/**
|
||||
This function behaves like DeleteTool() but it deletes the tool at the
|
||||
specified position and not the one with the given id.
|
||||
Usefull to delete separators.
|
||||
Useful to delete separators.
|
||||
|
||||
@since 2.9.4
|
||||
*/
|
||||
|
@@ -2247,7 +2247,7 @@ public:
|
||||
{ }
|
||||
|
||||
/**
|
||||
Returns the buffer position at which the event occured.
|
||||
Returns the buffer position at which the event occurred.
|
||||
*/
|
||||
long GetPosition() const { return m_position; }
|
||||
|
||||
|
@@ -9,7 +9,7 @@
|
||||
/**
|
||||
A smart pointer with non-intrusive reference counting.
|
||||
|
||||
It is modeled after @c boost::shared_ptr<> and can be used with STL
|
||||
It is modelled after @c boost::shared_ptr<> and can be used with STL
|
||||
containers and wxVector<T> unlike @c std::auto_ptr<> and wxScopedPtr<T>.
|
||||
|
||||
@library{wxbase}
|
||||
|
@@ -410,7 +410,7 @@ public:
|
||||
|
||||
/**
|
||||
Inform sizer about the first direction that has been decided (by
|
||||
parent item). Returns true if it made use of the informtion (and
|
||||
parent item). Returns true if it made use of the information (and
|
||||
recalculated min size).
|
||||
*/
|
||||
virtual bool InformFirstDirection(int direction, int size, int availableOtherDir);
|
||||
|
@@ -12,7 +12,7 @@
|
||||
A custom handler for the file scheme which also supports loading from
|
||||
archives. The syntax for wxWebViewArchiveHandler differs from virtual file
|
||||
systems in the rest of wxWidgets by using a syntax such as
|
||||
<code> scheme:///C:/exmaple/docs.zip;protocol=zip/main.htm </code>
|
||||
<code> scheme:///C:/example/docs.zip;protocol=zip/main.htm </code>
|
||||
Currently the only supported protocol is @c zip.
|
||||
|
||||
@since 2.9.3
|
||||
|
@@ -581,7 +581,7 @@ public:
|
||||
any prologue nodes, but IsOk() will return @false since the root entity
|
||||
will be missing.
|
||||
|
||||
Note that the caller is reponsible for deleting the returned node in order
|
||||
Note that the caller is responsible for deleting the returned node in order
|
||||
to avoid memory leaks.
|
||||
*/
|
||||
wxXmlNode* DetachRoot();
|
||||
|
Reference in New Issue
Block a user