Vadim Zeitlin
dc66ae687b
fixed syntax error
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28167 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-07-05 10:35:23 +00:00
Vadim Zeitlin
87b6002d7c
typo/spelling fixes (patch 983448)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28164 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-07-04 11:19:47 +00:00
Vadim Zeitlin
08873d362b
added wxMilli/MicroSleep(), deprecated wxUsleep()
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28135 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-07-01 12:15:00 +00:00
Vadim Zeitlin
f52d9e924c
added wxGetKeyState() doc (patch 967255)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28134 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-07-01 11:51:46 +00:00
Vadim Zeitlin
a24de76b33
added and documented wxWindow::MoveBefore/AfterInTabOrder()
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28132 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-07-01 11:44:37 +00:00
Vadim Zeitlin
a2bd152089
added and documented wxKey/MouseEvent::CmdDown()
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28118 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-07-01 00:04:48 +00:00
Vadim Zeitlin
17b7cac5e8
mention that wxPostEvent() only works for sending messages to the main thread
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28116 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-30 23:28:10 +00:00
Vadim Zeitlin
ed446867f5
mention that detached threads shouldn't be deleted
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28115 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-30 23:21:49 +00:00
Václav Slavík
fa47d7a7ad
SetDefaultXXX -> SetOwnXXX
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28107 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-30 17:12:03 +00:00
Vadim Zeitlin
4d0f796587
trying to fix missing new line before a heading start
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28106 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-30 16:25:06 +00:00
Václav Slavík
b70b68a9ba
wxXXChoiceDialog documentation fixes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28099 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-30 12:32:21 +00:00
Vadim Zeitlin
4d01e350fe
documented return value of Find[Absolute]ValidPath() correctly
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28087 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-29 07:53:03 +00:00
Václav Slavík
baf277a24d
implemented wxFRAME_NO_TASKBAR for wxGTK2
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28084 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-29 07:25:22 +00:00
Václav Slavík
91fa114d88
implemented nested index entries and index entries pointing to multiple documents in wxHtmlHelpController; modified wxHtmlHelpData API to make it possible
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28065 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-28 21:45:30 +00:00
Vadim Zeitlin
93ab511d10
added include files section
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28049 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-28 10:47:05 +00:00
Václav Slavík
4dcccda66b
implemented 3state checkboxes in wxGTK with GTK2
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28035 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-26 15:53:22 +00:00
Vadim Zeitlin
0d9b2c1636
added and documented wxKeyEvent::GetUnicodeKey(); made it work for MSW; added test for it to the text sample
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28030 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-26 13:14:24 +00:00
Robin Dunn
9f88452895
* Implemented BestSize cache
...
* Added calls to InvalidateBestSize where things affecting BestSize
are modified. There are probably several other places where this
still needs to be done...
* Added wxWindowBase::GetBestFittingSize that will merge the BestSize
into the MinSize, (if any) and return the result.
* SetBestFittingSize will now only set the MinSize to the value that
was passed to it, without merging in the BestSize
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28010 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-24 20:09:45 +00:00
Václav Slavík
c6eb778541
Removed references to now-deprecated wxNotebookSizer from documentation.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28003 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-24 11:59:38 +00:00
Václav Slavík
30e5722f7f
ngettext() macro was removed
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27981 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-23 20:31:23 +00:00
Václav Slavík
d721baa9e6
allow msgids in !=English languages (based on Stefan Kowski's patch)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27980 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-23 20:30:32 +00:00
Włodzimierz Skiba
daf3246330
wxParseWildcard renamed to wxParseCommonDialogsFilter. Its usage is extended from generic dialogs to MSW, Motif and other incoming ports.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27941 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-22 16:58:27 +00:00
Robin Dunn
c0e6c05138
reverted m_adjustMinSize change prepatory for a new approach to fix
...
the problem
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27930 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-21 22:58:13 +00:00
Julian Smart
b325f27f23
Tex2RTF doesn't like {\tt{ thing}}
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27891 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-19 07:40:07 +00:00
Robin Dunn
fe161a2685
Controls will readjust their size and minsize when SetLabel or SetFont
...
are called. Fixed up wxStaticText to blend the wxST_NO_AUTOSIZE with
this new functionality. Made SetBestSize public under the
SetBestFittingSize name.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27890 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-19 01:35:10 +00:00
Julian Smart
7517318648
Latex corrections from Marc Albrecht
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27886 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-18 17:57:47 +00:00
Václav Slavík
c6c825d8dd
new logic applies to SetFont(wxNullFont), too
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27879 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-18 08:02:27 +00:00
Robin Dunn
ece990873c
Updated docs for Set[Fore|Back]groundColour with more hints about
...
using them with themes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27868 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-17 22:24:21 +00:00
Włodzimierz Skiba
d29bf6775a
Better markup.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27860 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-17 19:44:00 +00:00
Włodzimierz Skiba
aaf659419b
Missed decoration.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27835 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-16 12:28:31 +00:00
Julian Smart
2fa2b11bbf
Corrected some spacing and typo errors.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27834 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-16 09:25:29 +00:00
Julian Smart
eedc82f4e9
Navigate corrections
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27815 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-15 21:55:18 +00:00
Włodzimierz Skiba
9e152a5578
wxParseWildcard added instead of methods hidden under wxUSE_FILEDLG and wxUSE_DIRDLG.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27811 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-15 15:25:33 +00:00
Julian Smart
5f6cfda79f
With wxTE_PROCESS_TAB, tabs are now inserted in the text control
...
by default. The new Navigate function can be used to do navigation
programmatically.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27807 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-15 14:03:06 +00:00
Vadim Zeitlin
37db0913a2
corrected erroneous description of Update() argument
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27779 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-14 10:23:20 +00:00
Julian Smart
24d705907d
Added event table macros to wxGrid that take window identifiers
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27777 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-13 23:17:00 +00:00
Julian Smart
e477b168c6
Corrected return type of SetBackgroundColour
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27774 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-13 16:30:15 +00:00
Dimitri Schoolwerth
a70b2f8001
fixed typo, used word 'assigned' instead of 'allotted'
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27743 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-11 12:36:55 +00:00
Dimitri Schoolwerth
75736a9c81
clarified the parameters of MB2WC and WC2MB a little in the docs/headers
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27725 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-10 12:01:59 +00:00
Vadim Zeitlin
5ac9433d0a
fixed OnFrameClose() return type
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27722 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-09 23:48:17 +00:00
Václav Slavík
45b8a2566d
removed unneeded prototype
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27707 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-09 15:38:09 +00:00
Václav Slavík
bd8465ff4e
documented wxString's ctors that convert between wc and mb strings
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27706 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-09 11:17:07 +00:00
Julian Smart
6652e1a765
Added Marco to credits
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27673 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-07 12:36:47 +00:00
Václav Slavík
dae73d7473
added wxTaskBarIcon::CreatePopupMenu API
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27639 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-04 21:56:29 +00:00
Václav Slavík
393c836c33
changed wxColourData default palette to NULL colours instead of white
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27628 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-04 16:03:03 +00:00
Václav Slavík
85f6b408df
split wxRegion(wxBitmap) ctor into two ctors with clearer semantics
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27606 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-03 21:13:52 +00:00
Julian Smart
217b71400f
Separated creation and initialisation of a document via its doc template.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27600 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-03 14:19:39 +00:00
Václav Slavík
971562cb51
use current mouse position as default position in wxWindow::PopupMenu (works better in wxGTK and is what you need in majority of cases)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27599 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-03 14:05:30 +00:00
Julian Smart
7445e247fe
Fixed typo
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27596 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-03 09:42:50 +00:00
Julian Smart
2f1b667b16
Removed wxHIDE_READONLY flag
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27583 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-02 16:24:58 +00:00
Václav Slavík
33d4eef0b9
implemented freedesktop.org spec support for GTK version of wxTaskBarIcon
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27544 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-31 22:17:09 +00:00
Václav Slavík
3c5487b144
security fix to wxSingleInstanceChecker: check if the lock file was really created by us
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27542 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-31 22:07:49 +00:00
Václav Slavík
cc16801fc9
somebody forgot to keep tex2rtf.ini and tex2rtf_css.in in sync
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27516 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-30 16:09:01 +00:00
Václav Slavík
c663fbea68
implemented wxTE_RIGHT, wxTE_CENTRE for wxGTK2 (patch 957687)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27428 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-25 10:35:34 +00:00
Julian Smart
c4839ccf58
Regenerated makefiles for 2.5.2
...
Other version updates
Added list of Cocoa files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27410 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-24 14:12:40 +00:00
Dimitri Schoolwerth
6c43b66ed0
applied patch #940914 "Minor cleaning of warnings in contrib tree"
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27358 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-19 23:01:08 +00:00
Włodzimierz Skiba
ecd7e67e49
Patch #940808 : Updated list of contributors according to the list available at www.wxwidgets.org/whowhat.htm.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27336 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-18 12:42:57 +00:00
Vadim Zeitlin
89b674772c
subdindented paragraphs support (patch 933436)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27300 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-15 18:17:14 +00:00
Robin Dunn
bc253a97e7
Patch #953131
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27254 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-13 16:16:07 +00:00
George Tasker
f9af4e7698
Updates to match current class info
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27245 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-12 21:28:25 +00:00
George Tasker
47c17dc4dc
For some reason, the ending '}' for the {\small } blocks that I moved the \begin{verbatim} code inside of fails to build correctly if the '}' is on the same line as the \end{verbatim} ... bizarre
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27244 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-12 21:27:10 +00:00
George Tasker
65644ebac2
\begin(verbatim) lines should start at the beginning of a line
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27243 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-12 21:02:51 +00:00
George Tasker
e3f17fc869
Fixed a '(' that should have been a '{'
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27242 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-12 20:16:43 +00:00
Robin Dunn
d3e8330aa3
Add wxTimerEvent to Events category
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27197 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-10 20:54:35 +00:00
Vadim Zeitlin
6636004d1c
GetThumbLength() doesn't exist, GetThumbSize() does
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27093 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-04 13:46:58 +00:00
Julian Smart
fc2171bd4c
Name change replacements
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27090 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-04 08:27:20 +00:00
Julian Smart
e119d0498a
Improved real Latex support
...
Added missing brace for new perlnote
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27089 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-04 07:17:27 +00:00
Mattia Barbon
066f177ced
Some wxPerl notes.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27039 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-01 20:19:11 +00:00
Vadim Zeitlin
2d814c19cc
use an internal wxFileSystem in wxHtmlListBox so that references to images could be resolved
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27029 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-30 22:44:03 +00:00
Vadim Zeitlin
c096f614b9
made TestDestroy public and virtual
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27027 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-30 21:31:52 +00:00
George Tasker
e31a990025
Updated the embedded sample program to reflect latest class functions. Added a generic HandleError() function as part of the sample program to show a simple way of getting error messages fro database calls
...
Insert/Query/Delete examples shown in the sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27021 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-30 11:11:40 +00:00
Robin Dunn
34c29c434b
Patch [ 941460 ] wxStaticBox note about control Z-Order
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26972 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-26 16:02:25 +00:00
Václav Slavík
477a623837
removed wxGzipStreams (supported by wxZlibStreams now)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26959 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-25 08:55:57 +00:00
Václav Slavík
1824b08894
removed wxGzipStreams (supported by wxZlibStreams now)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26957 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-25 08:49:19 +00:00
Vadim Zeitlin
719ee7c474
mention that CountTokens() returns the number of remaining tokens, not the total count
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26936 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-23 19:22:19 +00:00
Václav Slavík
86b79b93fb
added wxRegEx::GetMatchCount (patch 938995)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26904 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-21 20:14:14 +00:00
Vadim Zeitlin
3f54c58da2
made Update() virtual
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26877 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-20 13:34:52 +00:00
Václav Slavík
46e00cd75a
make users aware of wxInputStream::Eof limitations
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26833 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-16 16:37:17 +00:00
Vadim Zeitlin
f29fe16932
added and documented wx_const/static_cast<>
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26831 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-16 10:30:07 +00:00
Vadim Zeitlin
88eadcf218
changed return type of wxCommandEvent::GetClientObject() to wxClientData * from void * and documented it (patch 918655)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26823 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-15 23:10:08 +00:00
Dimitri Schoolwerth
b333445388
ignore all (generated) .con files
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26783 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-15 11:33:34 +00:00
Robin Dunn
b19d7524fc
Add wxGridBagSizer to the overview text
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26767 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-14 05:58:18 +00:00
Václav Slavík
a84e46f231
stream classes docs and code fixes (part of patch 924438)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26714 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-11 20:58:56 +00:00
Václav Slavík
4c68a10264
improvements to zlib streams (patch 929416):
...
1. CanHandleGZip static method
2. code cleanup
3. 2.4 compatibility mode
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26713 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-11 19:34:56 +00:00
Vadim Zeitlin
910b9fc5c0
added GetEncodingFromName(); documented it and rearranged the methods in alphaabetical order
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26703 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-11 10:40:04 +00:00
Vadim Zeitlin
b8e7b6738f
1. moved InheritAttributes() from wxControl to wxWindow
...
2. made it inherit only the attributes explicitly set for the parent
3. "explicitly set" means set with SetXXX(), not newly added SetDefaultXXX()
4. documented InheritAttributes(), ShouldInheritColours() and SetDefaultXXX()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26670 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-08 12:11:22 +00:00
Vadim Zeitlin
26b6f3d3d8
corrected wxEVENT_PROPAGATE_XXX constants names
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26669 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-08 10:21:17 +00:00
Robin Dunn
f52e0cf489
Changed name to wxFIXED_MINSIZE since that is more descriptive of what
...
it does. The size can still be changed by the sizer, but it won't
query the minsize if this flag is set.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26665 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-07 23:06:35 +00:00
Robin Dunn
caa251e073
Added wxFIXED_SIZE.
...
Propogated wxSizer::SetItemMinSize to SetSizeHints for window items.
Updated docs for flag parameter to be more readable and understandable.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26644 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-07 19:21:06 +00:00
Robin Dunn
1ec25e8ff7
Added some convenience inlines
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26643 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-07 05:20:58 +00:00
Robin Dunn
7b0c238d4a
Fixed tex2rtf error
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26642 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-07 05:20:10 +00:00
Vadim Zeitlin
706f14210b
added and documented wxSize::IsFullySpecified() and SetDefaults()
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26614 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-04 17:24:56 +00:00
Václav Slavík
488e150743
syntax fixes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26575 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-01 21:12:37 +00:00
Vadim Zeitlin
1b69c81574
added Get(Class)DefaultAttributes()
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26522 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-01 00:05:13 +00:00
Vadim Zeitlin
416101beab
documented Set/GetWindowVariant()
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26510 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-30 23:14:28 +00:00
Vadim Zeitlin
b76f0023ae
added and documented wxApp::OnExceptionInMainLoop()
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26505 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-30 20:49:54 +00:00
Vadim Zeitlin
d09dd96e31
removed separate wxSYS_ICONTITLE_FONT; made it the same as wxSYS_DEFAULT_GUI_FONT
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26450 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-29 11:11:59 +00:00
Vadim Zeitlin
395a82b13f
made wxADJUST_MINSIZE default
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26449 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-29 10:18:38 +00:00
Vadim Zeitlin
3a5bcc4db0
removed Win16 code (patch 905241), last version with remains of Win16 support tagged with BEFORE_WIN16_REMOVAL
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26423 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-28 13:10:14 +00:00
Julian Smart
a3c4cee78f
Documented UpdateSize function
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26358 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-26 11:57:16 +00:00
Julian Smart
03ca23b6b7
Misc doc fixes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26307 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-23 20:31:28 +00:00
Vadim Zeitlin
cf9df19136
removed wxMotif::wxMenuItem::DeleteSubMenu()
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26294 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-22 17:47:50 +00:00
Václav Slavík
ca16b7a98e
improved HTML tables layout code (patch 911377)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26246 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-17 20:47:31 +00:00
Václav Slavík
14ffa74318
minor corrections
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26102 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-05 23:13:22 +00:00
Julian Smart
3c2544bb70
Added wxSP_NO_XP_THEME style to wxSplitterWindow to switch off
...
theming (some applications look bad without 3D borders)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26064 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-03 20:44:37 +00:00
Vadim Zeitlin
a1037371af
wxWindow::Freeze()/Thaw() can now be nested
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26030 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-02 18:15:00 +00:00
Vadim Zeitlin
68cb648117
mention Win9x size limitation
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26015 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-01 20:54:59 +00:00
Vadim Zeitlin
163dc80eff
docs and example for wxDC::DrawPolyPolygon() (patch 882189)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26011 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-29 23:31:02 +00:00
Vadim Zeitlin
c5e2dc6f5b
removed erroneous return type from a membersection (patch 905562)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26007 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-29 22:26:40 +00:00
Julian Smart
04bf08b7e2
Some doc corrections
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25999 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-29 13:02:01 +00:00
Vadim Zeitlin
bc37bb431f
documented OnRun()/OnExit() return values; expanded OnInit()
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25980 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-27 17:10:38 +00:00
Václav Slavík
ec59d2ccea
fixed typoe
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25979 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-27 16:56:52 +00:00
Vadim Zeitlin
06d4e3c226
AddPendingEvent() is not virtual
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25968 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-26 22:21:52 +00:00
Julian Smart
c140b7e7c9
Applied patch [ 903619 ] Win64 and Itanium support
...
by Brian Palmer
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25943 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-25 10:45:02 +00:00
Julian Smart
d2c2afc91b
Doc corrections
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25909 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-22 01:16:32 +00:00
Robin Dunn
7775e41fd7
Restored old wxBufferedDC functionality until it can be decided how to
...
correct the current issues without making things worse. Updated docs.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25904 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-21 19:09:59 +00:00
Julian Smart
c92ddcd2e1
Some doc spacing fixes; removed references to
...
deprecated classes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25896 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-21 09:06:36 +00:00
Julian Smart
d3c17ee7a2
Additions to changes.txt
...
Doc corrections
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25881 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-20 17:04:39 +00:00
Václav Slavík
1dc049cc34
fixed syntax errors
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25871 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-19 19:03:50 +00:00
Václav Slavík
0aa7fa9afd
applied patch 890642: wxRE_ADVANCED flag and docs
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25870 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-19 18:02:48 +00:00
Julian Smart
2fe827d0b9
Applied [ 897450 ] Patch for WXDEBUG_NEW docs
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25852 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-18 11:44:11 +00:00
Julian Smart
d61c1a6f21
Fixed source for WinCE compatibility
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25842 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-17 10:06:26 +00:00
Vadim Zeitlin
8280918daf
don't truncate filenames by default (why?)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25802 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-14 11:35:26 +00:00
Václav Slavík
6f97a409ca
added description of environment variables that affect wxWin programs
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25780 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-12 22:50:18 +00:00
Robin Dunn
42bf070c7e
Added wxDC::GetPartialTextExtents
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25752 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-11 23:49:31 +00:00
Václav Slavík
00ee93d7e4
added public methods to select parts of displayed page
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25734 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-11 12:01:31 +00:00
Vadim Zeitlin
3e9af289ed
added wxTreeCtrl::UnselectItem() and ToggleItemSelection() (includes patch 832281)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25714 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-10 18:58:27 +00:00
Julian Smart
c36f1fc7c9
Changed no-remap to msw.remap
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25690 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-09 21:44:57 +00:00
Julian Smart
33c4f27fe5
Documented no-remap
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25686 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-09 16:14:38 +00:00
Julian Smart
5a30d45018
Spacing corrections
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25668 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-08 22:01:36 +00:00
Vadim Zeitlin
abfff787c7
updated the year
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25657 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-08 18:58:31 +00:00
Vadim Zeitlin
14c7f3dd48
add line breaks in the base classes list
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25656 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-08 18:56:27 +00:00
Vadim Zeitlin
02c6137ec1
make it clear that the size returned by Fit() is window, not client, size
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25655 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-08 18:56:07 +00:00
Julian Smart
461fb267e6
Misc documentation fixes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25653 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-08 18:48:55 +00:00
Julian Smart
ce994095c6
Closed doc bug [ 412032 ] wxGrid SetCellAlignment
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25646 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-08 15:51:13 +00:00
Julian Smart
70ffa79cc9
Document deletion of all items in SetWindowStyleFlag for wxListCtrl
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25645 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-08 15:40:55 +00:00
Julian Smart
c8abcf3309
Fixed [ 855507 ] typo in wxFrame
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25644 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-08 15:39:29 +00:00
Julian Smart
98b100e271
Fixed doc bug [ 871974 ] wxCursor(bits, ...) constructor misses fg and bg in doc
...
Jay Berkenbilt
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25642 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-08 15:34:16 +00:00
Julian Smart
055898b8f0
Fixed [ 875952 ] Win32 wxListControl::FindItem documentation wrong
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25638 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-08 15:13:44 +00:00
Vadim Zeitlin
97c611f847
fixed and documented GetItemText/BackgroundColour() (closes bug 812907)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25635 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-08 15:02:22 +00:00
Julian Smart
0032ddbb32
Misc doc fixes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25620 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-08 12:45:37 +00:00
Mattia Barbon
56b88f1276
Documented new constructor and overloaded Create methods.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25604 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-08 08:27:29 +00:00
Vadim Zeitlin
d6af57d4d2
documented wxBuffered[Paint]DC
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25569 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-07 16:39:26 +00:00
Vadim Zeitlin
c7a9b22eeb
files for LaTeX 2e compilation
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25568 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-07 16:37:49 +00:00
Vadim Zeitlin
8cf8a85ea8
documeneted Error()
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25565 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-07 15:43:22 +00:00
Vadim Zeitlin
6e76b35d73
added wxDC::DrawPolyPolygon() (patch 882189)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25549 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-07 13:12:31 +00:00
Václav Slavík
1dce6f094a
applied patch 744616: WXRC extension for automated use (Eduardo Marques)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25520 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-05 21:58:29 +00:00
Václav Slavík
e3a630bb68
fixed bug #890430 , parameter documented twice
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25501 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-04 19:39:35 +00:00
Vadim Zeitlin
efe66bbc0e
added wxTextCtrl::HitTest(); implemented it for MSW
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25496 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-04 14:56:14 +00:00
Robin Dunn
a729c34475
Updated note about wxWANTS_CHARS
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25491 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-04 02:01:24 +00:00
Václav Slavík
dcb206ade4
documented new API
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25480 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-02 14:35:56 +00:00
Václav Slavík
315ebf688c
renamed wxWave to wxSound
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25475 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-02 13:42:04 +00:00
Vadim Zeitlin
ed79306972
removed obsolete wxToLower/Upper() documentation
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25467 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-02 11:03:30 +00:00
Václav Slavík
0d9c603db6
added wxWave sample
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25447 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-01 10:53:59 +00:00
Václav Slavík
c0d26c0f18
fixed syntax errors
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25379 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-26 10:40:53 +00:00
Václav Slavík
1e6afae84c
documented wxMGL's system options
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25378 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-26 10:39:26 +00:00
Robin Dunn
9add93670b
wxMenu::Append (and similar) now return a pointer to the wxMenuItem
...
that was added. Checked on MSW, GTK, and Mac, other port authors
please double check changes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25341 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-23 18:46:05 +00:00
Vadim Zeitlin
b919fd4778
replaced (references to) LastError() with GetLastError() (bug 878525)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25302 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-22 12:53:04 +00:00
Julian Smart
d3e78bab3e
Some doc corrections
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25250 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-19 14:39:11 +00:00
Mattia Barbon
25e4b4bfde
Correct wxPerl note.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25216 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-17 22:18:56 +00:00
Ryan Norton
b77b87881b
A little clarification
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25172 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-14 06:24:21 +00:00
Julian Smart
31be2bd8ea
Added Emulator, configtool
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25155 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-13 17:48:33 +00:00
Julian Smart
3b34ec62bb
Corrected wrong reference to Gizmos location
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25152 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-13 15:31:45 +00:00
Julian Smart
69a126b0c7
Added some constants. wxRAISED_BORDER not GTK+-only.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25136 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-12 11:42:22 +00:00
Julian Smart
be4bd4636d
Applied patch [ 837515 ] wxIPaddress + docs patch
...
(Ray Gilbert)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25123 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-11 15:50:10 +00:00
Julian Smart
8a094d7ba9
Applied patch [ 874495 ] wxMSW: Flat buttons
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25114 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-11 11:47:23 +00:00
Julian Smart
8d99dec09b
Added missing description for wxNO_BORDER
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25113 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-11 11:46:40 +00:00
Julian Smart
6d9d6350fd
Added FromAscii, ToAscii docs
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25110 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-09 11:32:46 +00:00
Julian Smart
ae071f3106
Added FindById doc
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25011 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-12-25 11:59:29 +00:00
David Elliott
a685e84a97
Added note about (not) multiply inheriting from wxEvtHandler which includes
...
a very brief technical overview of how events work.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25007 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-12-24 19:53:29 +00:00
Ryan Norton
2138129e25
wxMenuBar derives from wxWindow...
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25002 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-12-24 04:52:48 +00:00
Ryan Norton
6ed8156e8a
Added note about deleting returned object (OpenFile)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24970 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-12-23 03:16:37 +00:00
Ryan Norton
301deecc27
Committed Mike's Update Patch
...
862130 wxZlibInput/OutputStream gzip support
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24952 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-12-21 04:28:45 +00:00
Julian Smart
21f6094583
Added wxPATH_NORM_SHORTCUT
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24939 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-12-20 13:59:13 +00:00
Ryan Norton
ddc8d969f8
reversed change
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24868 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-12-15 04:17:35 +00:00
Ryan Norton
7bca096784
Added last updated to it
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24827 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-12-14 03:07:21 +00:00
Ryan Norton
f220b00998
Updated regex docs to remove license...
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24826 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-12-13 23:50:08 +00:00
Julian Smart
355a5e2bd3
Applied patch [ 840721 ] convenience function wxRect::GetBottomRight
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24770 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-12-11 12:33:11 +00:00
Julian Smart
12ac619f42
Applied [ 827604 ] missing method for wxCalendarEvent
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24749 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-12-11 09:56:02 +00:00
Julian Smart
6da1ce6166
Applied patch [ 818336 ] Add timestamp to gzip out stream
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24739 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-12-11 08:43:28 +00:00
Julian Smart
156194e1d5
Applied patch [ 827011 ] Event-based processing of item tooltips in wxTreeCtrl
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24732 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-12-11 07:30:20 +00:00
Vadim Zeitlin
89b02325bf
added NULL here too (forgot to commit when added to tex2rtf.ini)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24684 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-30 13:39:31 +00:00
Vadim Zeitlin
41cd03e9a8
mention wxTheApp
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24656 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-24 18:37:32 +00:00
Robin Dunn
0fee8cc4fa
Fixed a tex2rtf warning
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24589 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-18 21:21:05 +00:00
Robin Dunn
3ac7b44cc0
Added FindItemAtPoint
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24588 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-18 21:20:09 +00:00
Vadim Zeitlin
c7952709e9
iconMove was incorrectly called iconCopy in ctor docs
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24567 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-15 15:08:28 +00:00
Vadim Zeitlin
f06afb9ceb
IsAlive/Running() may only be used with joinable threads
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24566 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-15 15:05:28 +00:00
Robin Dunn
6217b9aa7e
Set m_rows, m_cols so GetRows/GetCols in the base class work. Added
...
GetCellSize method.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24459 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-07 17:45:10 +00:00
Julian Smart
46c81560de
Removed some old doc targets
...
Fixed doc typos
No longer convert OS/2 files to lower case
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24417 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-06 15:21:40 +00:00
Robin Dunn
20b35a6916
Added wxGridBagSizer, a grid sizer where item positions can be
...
specified and row/col spanning is allowed.
Updated docs, the layout sample, files.bkl, and updated makefiles.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24416 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-06 01:31:44 +00:00
Mattia Barbon
7057f62a37
Updated wxHashTable::Next documentation to use wxHashTable::Node*
...
for the return type (which currently is just a typedef for wxNode*).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24393 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-02 15:32:24 +00:00
Vadim Zeitlin
150018aebb
warning about VC++ /ZI option and wxCOMPILE_TIME_ASSERT added
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24373 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-31 15:17:59 +00:00
Vadim Zeitlin
dfcb9d7caf
updated SendIdleEvent() docs
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24371 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-31 14:27:56 +00:00
George Tasker
5356f74c4c
Added examples of an INSERT and a DELETE to the sample application that is part of the overview
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24329 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-27 23:43:54 +00:00
Vadim Zeitlin
c66c3af135
removed virtual from functions which are not; expanded wxWindow description
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24326 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-27 12:36:29 +00:00
Vadim Zeitlin
c3558af510
wxFileExists() returns false for directories (bug 825507)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24325 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-27 11:02:12 +00:00
Robin Dunn
0eedee0466
fixed placement of pythonnote
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24289 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-24 22:35:18 +00:00
Mattia Barbon
fa7161e09f
Added some wxPerl notes.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24233 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-19 09:09:12 +00:00
Vadim Zeitlin
c50f92d08c
fixed bug with wxcolourDatabase::FindColour(); added (and documented) new Find() and AddColour(const wxColour&) methods to avoid such problems in the future
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24206 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-16 17:42:31 +00:00
Vadim Zeitlin
9551b6fe2f
added \NULL
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24205 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-16 17:38:15 +00:00