wxWidgets/src
Artur Wieczorek da0f4ce29e Use getter methods to get access to wxPGProperty member variables.
Use GetValueImage() getter to get access to m_valueBitmap data member.
Use GetMaxLength() getter to get access to m_maxLen data member.
Use GetAttributes() getter to get access to m_attributes data member.
Use GetChoices() to get access to m_choices data member.
Use GetDepth() to get access to m_depth member variable.
Use GetBaseName() method to get access to m_name data member
Use GetLabel() method to get access to m_label member variable.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78427 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2015-01-31 21:45:24 +00:00
..
aui Call wxWindow::Navigate when handling the tab key in wxAuiTabCtrl. This fixes tabbing on wxGTK where it was not possible to tab out of the wxAuiNotebook anymore. 2014-08-06 14:57:02 +00:00
common Avoid unneeded use of wxLocale in wxDateTime::Format() 2015-01-30 15:53:05 +00:00
dfb Send idle events from inside wxYield() in all ports, including wxMSW. 2014-12-05 22:17:23 +00:00
expat Remove .cvsignore files from expat sources. 2014-12-07 13:47:04 +00:00
generic Use wxNB_MULTILINE in wxPreferencesEditor 2015-01-20 15:26:39 +00:00
gtk Remove accidentally left over wxLogMessage() from wxGTK wxWebViewWebKit. 2015-01-22 16:24:13 +00:00
gtk1 Send idle events from inside wxYield() in all ports, including wxMSW. 2014-12-05 22:17:23 +00:00
html Don't skip wxHtmlContainerCell layout, even when the width is 0. 2014-09-10 16:52:04 +00:00
jpeg Remove wxPM, wxWidgets port to OS/2. 2014-05-15 23:56:58 +00:00
motif Fix using wrong variable in wxMotif DoSetSizeIntr(). 2014-07-11 13:38:06 +00:00
msdos Remove (Open)Watcom support. 2014-05-16 13:01:06 +00:00
msw Fix wxEVT_TREE_STATE_IMAGE_CLICK generation in wxMSW wxTreeCtrl. 2015-01-27 11:51:27 +00:00
osx removing overridden ProcessIdle, reverting that part of r75289 2015-01-10 09:13:50 +00:00
png Merge libpng 1.6.2 into the trunk. 2013-07-07 17:44:15 +00:00
propgrid Use getter methods to get access to wxPGProperty member variables. 2015-01-31 21:45:24 +00:00
qt remove wxMISSING_IMPLEMENTATION because wxQtDCImpl::DoBlit is implemented 2015-01-19 03:05:09 +00:00
regex Remove MSVC6 support. 2014-05-15 22:32:17 +00:00
ribbon Fix handling of fast clicks in wxRibbonBar under MSW. 2014-12-25 01:31:48 +00:00
richtext Remove selection before container is deleted or it could cause a crash later. 2015-01-21 14:31:28 +00:00
stc Correction on commit #78110 as suggested by VZ 2014-11-11 07:59:21 +00:00
tiff Remove support for Digital Mars compiler. 2014-05-16 13:01:23 +00:00
univ Use logical operations instead of bit-wise ones for booleans. 2015-01-19 12:18:47 +00:00
unix Prefer file types with a defined open command in Unix wxMimeTypesManager. 2014-12-05 22:18:48 +00:00
x11 Send idle events from inside wxYield() in all ports, including wxMSW. 2014-12-05 22:17:23 +00:00
xml remove executable property from non-executable files, closes #15504 2013-09-16 15:47:27 +00:00
xrc Fix memory leak introduced in r78179: wxMenuItemBase::SetAccel does not take ownership of the passed pointer nor keeps it for later use. 2015-01-20 15:00:28 +00:00
zlib Remove MSVC6 support. 2014-05-15 22:32:17 +00:00