/**
Returns the one and only global application object.
- Usually ::wxTheApp is usead instead.
+ Usually wxTheApp is used instead.
@see SetInstance()
*/
/**
Returns the @e "Modified Julian Day Number" (MJD) which is, by
- definition, is equal to JDN - 2400000.5. The MJDs are simpler to work
- with as the integral MJDs correspond to midnights of the dates in the
- Gregorian calendar and not the noons like JDN. The MJD 0 represents
- Nov 17, 1858.
+ definition, is equal to JDN - 2400000.5.
+ The MJDs are simpler to work with as the integral MJDs correspond to
+ midnights of the dates in the Gregorian calendar and not the noons like
+ JDN. The MJD 0 represents Nov 17, 1858.
*/
double GetModifiedJulianDayNumber() const;
NameFlags flags = Name_Full);
/**
- Returns @true if DST was used n the given year (the current one by
+ Returns @true if DST was used in the given year (the current one by
default) in the given country.
*/
static bool IsDSTApplicable(int year = Inv_Year,
@true if the window is scrolling. MSW only.
@return @false if you want default feedback, or @true if you implement
- your own feedback. The return values is ignored under GTK.
+ your own feedback. The return value is ignored under GTK.
*/
virtual bool GiveFeedback(wxDragResult effect);
void SetSpacer(const wxSize& size);
/**
- Set the window to be tracked by thsi item.
+ Set the window to be tracked by this item.
*/
void SetWindow(wxWindow* window);
wxString& MakeCapitalized();
/**
- Converts all characters to lower case and returns the result.
+ Converts all characters to lower case and returns the reference to the
+ modified string.
@see Lower()
*/
wxString& MakeLower();
/**
- Converts all characters to upper case and returns the result.
+ Converts all characters to upper case and returns the reference to the
+ modified string.
@see Upper()
*/
/**
Compares the XRC version to the argument. Returns -1 if the XRC version
- is less than the argument, +1 if greater, and 0 if they equal.
+ is less than the argument, +1 if greater, and 0 if they are equal.
*/
int CompareVersion(int major, int minor, int release,
int revision) const;