Vadim Zeitlin
|
67d3fc4926
|
added functions for setting the columns order in wxListCtrl (modified patch 1828074)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49802 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-11-10 00:55:14 +00:00 |
|
Vadim Zeitlin
|
576b18f214
|
spelling and other minor fixes (patch 1806283)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49260 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-20 14:45:46 +00:00 |
|
Vadim Zeitlin
|
a7af285d1a
|
added the mention of library in which each class is defined to the documentation (patch 1756715)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47777 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-28 12:21:03 +00:00 |
|
Robert Roebling
|
75d9e50223
|
Remove const bool
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46672 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-23 17:09:16 +00:00 |
|
Vadim Zeitlin
|
9fcd0bf7f3
|
added wxListCtrl::SetItemPtrData()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45934 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-05-10 01:53:21 +00:00 |
|
Vadim Zeitlin
|
0bddba445f
|
more unescaped underscores
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44097 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-01-05 14:49:41 +00:00 |
|
Robert Roebling
|
31a7f7c5ea
|
Mention that GetEditControl is only missing in Mac version.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43872 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-12-09 13:42:29 +00:00 |
|
Kevin Ollivier
|
da97b2609e
|
Mention the wxSystemOption for turning on the generic wxListCtrl on OS X in the docs.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43809 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-12-04 18:54:12 +00:00 |
|
Robert Roebling
|
2373946593
|
Simpler version of [ 1604590 ] wxListCtrl::FindItem & wxString
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43719 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-29 21:10:21 +00:00 |
|
Vadim Zeitlin
|
be0e5d699f
|
made wxTree/ListCtrl::HitTest() const
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39716 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-14 12:00:57 +00:00 |
|
Vadim Zeitlin
|
8381106751
|
fixed typo in HitTest() docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39547 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-06-04 15:04:52 +00:00 |
|
Vadim Zeitlin
|
a4f7b480c1
|
document that GetSubItemRect() is new since 2.7.0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39390 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-28 19:35:56 +00:00 |
|
Vadim Zeitlin
|
164a797204
|
added wxListCtrl::GetSubItemRect() and subitem hit testing (patch 1476971)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39385 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-05-28 18:10:10 +00:00 |
|
Robin Dunn
|
06db67bcb0
|
Applied Patch #1424869: Implement wxListCtrl::SetItemColumnImage
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37982 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-03-10 21:26:59 +00:00 |
|
Vadim Zeitlin
|
4e43c81518
|
minor docs corrections and improvements from Andreas Mohr (patch 1430551)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37557 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-13 15:18:35 +00:00 |
|
Julian Smart
|
095e0f9148
|
Doc corrections
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37485 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-11 12:05:53 +00:00 |
|
Robin Dunn
|
208458a7f5
|
Patch from Tim Kosse to add supoprt for wxListCtrl::OnGetItemColumnImage
which enables images to be specified for columns other than zero in
virtual list controls.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37144 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-01-25 23:29:02 +00:00 |
|
Julian Smart
|
a376adb6ee
|
Applied patch [ 1369264 ] added note for wxListCtrl::OnGetItemAttr( long item)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36921 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-01-17 15:23:40 +00:00 |
|
Mart Raudsepp
|
90e572f1e5
|
Spelling fixes from Andreas Mohr (patch #1360064)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36199 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-11-19 01:07:56 +00:00 |
|
Vadim Zeitlin
|
907c39f19b
|
fixed typo in GetNextItem example (bug 1333797)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35961 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-10-21 11:18:34 +00:00 |
|
Włodzimierz Skiba
|
65de19d80a
|
constfunc correction
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35947 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-10-19 10:12:49 +00:00 |
|
Mart Raudsepp
|
ae3cd595dc
|
"See also wxListView" link for wxListCtrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35500 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-09-14 00:09:29 +00:00 |
|
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
|
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 |
|
Robin Dunn
|
3d70763cd8
|
PythonNote corrected
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33453 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-04-09 20:04:48 +00:00 |
|
Włodzimierz Skiba
|
52f2ad0899
|
Common wxListCtrl control name.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31359 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-14 13:07:44 +00:00 |
|
Václav Slavík
|
f201b1e293
|
OnGetItemText is const
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30231 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-11-01 21:03:30 +00:00 |
|
Julian Smart
|
c3627a004d
|
Deprecated SetItemImage with 2 image ids
Deprecated _GET_INFO, _SET_INFO list control events
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29566 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-30 19:12:23 +00:00 |
|
Włodzimierz Skiba
|
f0e8a2d077
|
Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29537 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-29 11:25:34 +00:00 |
|
Julian Smart
|
32025be9de
|
Duplicate wxLC_VIRTUAL removed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29503 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-28 17:30:00 +00:00 |
|
Václav Slavík
|
97722b262c
|
documented return value of wxListCtrl::HitTest
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29315 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-24 10:05:26 +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
|
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
|
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 |
|
Vadim Zeitlin
|
5db8d758b8
|
fixed GetItemSpacing() inconsistency by deprecating the old function and adding a new, easier to use, overload
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23576 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-14 16:06:27 +00:00 |
|
Vadim Zeitlin
|
11ebea162a
|
added wxListCtrl::GetViewRect()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23574 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-14 15:58:41 +00:00 |
|
Vadim Zeitlin
|
db4e73c674
|
update styles docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22586 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-08-04 17:04:47 +00:00 |
|
Vadim Zeitlin
|
e75f014a3c
|
columns are in report mode, not list (bug 776081)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22290 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-07-25 12:02:37 +00:00 |
|
Vadim Zeitlin
|
497b8e091e
|
added RefreshItem[s]()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21451 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-06-27 21:15:05 +00:00 |
|
Václav Slavík
|
cc81d32f2b
|
TRUE/FALSE -> true/false in documentation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18805 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-01-18 00:16:34 +00:00 |
|
Vadim Zeitlin
|
513e0cea96
|
fixed return type of GetEditControl(); updated its description
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18065 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-12-06 17:08:00 +00:00 |
|
Vadim Zeitlin
|
2b5f62a0b2
|
merged 2.4 branch into the trunk
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18040 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-12-04 14:11:26 +00:00 |
|
Mattia Barbon
|
62d3ee70e5
|
Documented wxListCtrl::GetColumnCount
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16853 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-08-29 16:46:25 +00:00 |
|
Vadim Zeitlin
|
2edb0bdef6
|
applied typos and spelling error fixes patch from Olly Betts
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15779 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-07 20:15:28 +00:00 |
|
Mattia Barbon
|
08a87680c5
|
Added documentation for wxListItem.
Still need to strip the one in wxListCtrl::SetItem, or better
move it to listitem,tex+mark it obsolete.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15441 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-08 19:57:52 +00:00 |
|
Julian Smart
|
c229e50dc7
|
Added middle mouse event macros to wxListCtrl doc; added wxCreateGreyedImage
and attempt to show disabled buttons in wxUniversal wxToolBar
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14400 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-02-25 10:11:10 +00:00 |
|
Mattia Barbon
|
9722642d5d
|
Updated docs for wxProcessEvent
wxPerl docs updates
some minor fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14242 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-02-15 21:50:50 +00:00 |
|
Vadim Zeitlin
|
c27c87be69
|
corrected a few bugs in OnGetItemXXX() docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13791 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-01-25 00:36:17 +00:00 |
|
Vadim Zeitlin
|
0ddefeb07f
|
added wxEVT_COMMAND_LIST_ITEM_FOCUSED event and implemented it for the generic version
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12449 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-11-16 16:31:17 +00:00 |
|