Commit Graph

2302 Commits

Author SHA1 Message Date
Michael Wetherell
35c2acd4a8 Add wxListCtrl::Get/SetItemFont, patch 1236820 Francesco Montorsi
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34921 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-07-22 22:29:20 +00:00
Vadim Zeitlin
dadacffc74 added wxID_NONE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34850 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-07-14 23:06:02 +00:00
Mart Raudsepp
7f54e70f17 wxGLCanvas ctors have default values for pos and size. Document it for the first ctor, the other ctors
don't have a default arg set for wxGLContext* and wxGLCanvas* in some platform headers, so not sure if
can add the pos and size that follow it to the docs.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34846 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-07-14 16:12:02 +00:00
Mart Raudsepp
74d8885401 wxProgressDialog is inherited from wxDialog, not wxFrame.
Add wxProgressDialog to "Classes by category" listing.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34845 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-07-14 16:08:21 +00:00
Vadim Zeitlin
60fd818a78 added wxXmlResource::Unload() (replaces patch 1178853)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34839 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-07-13 18:01:43 +00:00
Vadim Zeitlin
cd900c5961 commented and documented wxXRC_NO_RELOADING flag
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34835 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-07-13 16:30:11 +00:00
Michael Wetherell
5a31fc1a0b Typo fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34817 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-07-04 14:59:36 +00:00
Michael Wetherell
a61b8ecbba Add chapter on backward compatibility
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34816 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-07-04 12:28:59 +00:00
Michael Wetherell
76ad7b36c1 Mention that entry names are full paths after feedback from David Wright
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34814 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-07-04 12:21:35 +00:00
Mart Raudsepp
c894d475da No default args in headers for SetSizeHints minimal size. Fixed docs.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34807 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-07-03 13:00:24 +00:00
Vadim Zeitlin
adfa6f1a48 made more clear that GetItemRect() returns physical coords
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34804 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-07-02 22:15:36 +00:00
Kevin Hock
e6d5afb5b9 Fix BOTTOM events to use BOTTOM in their description instead of TOP
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34802 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-07-02 21:18:29 +00:00
Włodzimierz Skiba
ff782aec70 DMC/PCH info.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34789 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-30 15:24:18 +00:00
Mart Raudsepp
90c7e645b6 Note on need for build environment support for PCH in case of some compilers (GCC notably).
TODO: Clarify later once things are more clear.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34788 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-30 11:59:45 +00:00
Mart Raudsepp
e6e86d52fd Add wxArray, wxArrayString, wxDateEvent and wxSplitterEvent into the classes by category listing.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34770 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-27 15:45:25 +00:00
Mart Raudsepp
15f7744be8 Link fix in XML Resource overview.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34768 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-27 13:11:12 +00:00
Mart Raudsepp
35e47decef Remove references to wxValidator in wxSpinButton docs - no validator param. Closes patch #1227956
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34765 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-27 12:37:54 +00:00
Mattia Barbon
af90bd4880 Documented wxListItemAttr.
Clarified that item data is asociated with a wxListCtrl
item and not with subitems.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34760 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-26 13:51:29 +00:00
Václav Slavík
763b330106 rolled back exceptions handling patch, it relied on incorrect assumption about vtables
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34748 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-23 16:17:02 +00:00
Julian Smart
1d89c6a711 Clarified wx[NO_]FULL_REPAINT_ON_RESIZE docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34746 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-23 09:57:09 +00:00
Julian Smart
67598dc41c Corrections
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34745 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-23 09:55:35 +00:00
Kevin Hock
fc7d8071d0 Removed duplicate end list tag. Whoops, sorry.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34738 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-22 17:04:00 +00:00
Kevin Hock
6bce97562e Document EVT_TREE_STATE_IMAGE_CLICK (Windows only)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34737 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-22 16:49:49 +00:00
Vadim Zeitlin
e76d701b8b wxDragImage is not in wxAdv
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34727 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-21 21:31:33 +00:00
Chris Elliott
87b72f94f3 Fix Error between Get and Set
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34719 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-20 14:43:52 +00:00
Václav Slavík
924b84ab94 changed exceptions handling to work under wxGTK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34717 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-20 08:20:50 +00:00
Vadim Zeitlin
40786029bd documented that wxFileModificationTime() returns 0 (and not a more natural -1) if an error occurs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34711 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-19 23:50:43 +00:00
Vadim Zeitlin
1a64b24d3e documented wxScopeGuard; this class is too useful to not use it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34683 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-16 23:46:33 +00:00
Vadim Zeitlin
f3886d3710 DECLARE_DYNAMIC_CLASS() requires a default ctor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34546 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-06 11:52:24 +00:00
Vadim Zeitlin
050a132772 typo in last commit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34522 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-02 10:38:15 +00:00
Vadim Zeitlin
15d0695440 added wxPLURAL() macro
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34496 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-01 21:16:30 +00:00
Václav Slavík
5e9ddd4520 pretified libs.bmp/gif: use antialiasing
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34492 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-01 13:46:50 +00:00
Julian Smart
4acaa5e2fe Added documentation for wxWindowCreateEvent, wxWindowDestroyEvent
Added missing event to wxTreeEvent doc


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34489 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-01 09:56:43 +00:00
Vadim Zeitlin
3c96417a09 send wxEVT_SCROLL_CHANGED when using mouse wheel as well
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34458 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-31 15:33:43 +00:00
Vadim Zeitlin
effdccd8fd wxStandardPaths methods are not static; documented Get()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34456 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-31 15:25:35 +00:00
Vadim Zeitlin
cbc855087f added wxEVT_SCROLL_CHANGED as synonym for wxEVT_SCROLL_ENDSCROLL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34455 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-31 15:22:10 +00:00
Vadim Zeitlin
2d918775fa document that SetCurrent() must be called on a visible window; assert that this is the case
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34454 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-31 15:01:31 +00:00
Julian Smart
3103e8a97e Typo correction patch [ 1208110 ] Lots of typo corrections
Olly Betts


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34436 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-31 09:20:43 +00:00
Julian Smart
a6905d8b55 Version number updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34435 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-31 09:06:27 +00:00
Vadim Zeitlin
d5df691802 documented WX_PRECOMP
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34374 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-27 16:20:10 +00:00
Julian Smart
5a00666114 wxTR_TWIST_BUTTONS style no longer used in wxTreeCtrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34337 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-25 15:49:01 +00:00
Julian Smart
304945f5f7 Manual speak with forked tongue
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34335 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-25 14:55:43 +00:00
Vadim Zeitlin
06e317a336 document Cmp[NoCase]() overloads taking wxString too (bug 1198423)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34266 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-22 16:56:10 +00:00
Julian Smart
0db776b480 Removed reference to module file
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34244 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-22 13:36:34 +00:00
Vadim Zeitlin
4bcfcdef85 wxCloseEvent::GetLoggingOff() is for [query] end session events only
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34239 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-22 11:21:21 +00:00
Kevin Hock
3faa8195d7 wxSTAY_ON_TOP is available on all 3 major platforms now, remove Windows-only note
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34209 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-21 04:20:49 +00:00
Kevin Hock
6eb7ee61da Update description of ITEM_MENU to reflect its increased usefulness
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34205 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-21 03:02:30 +00:00
Vadim Zeitlin
bdbe28fa38 added wxEvtHandler::Disconnect(evtType, ...) overload
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34147 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-18 22:40:09 +00:00
Julian Smart
a6de457450 Updated and removed unnecessary graphics
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34144 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-18 19:47:04 +00:00
Julian Smart
466daaeb58 Removed redundant file
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34134 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-18 15:04:44 +00:00