wxWidgets/include/wx/univ
Vadim Zeitlin 722057b3a0 Add a new wxUSE_STD_CONTAINERS_COMPATIBLY option.
This option, which is on by default unless the use of STL is disabled,
provides better interoperability with the standard library when it can be done
without breaking backwards compatibility.

The first example of its use is to allow passing std::vector<> of any string
compatible type to wxItemContainer::Append(), Insert() and Set(), allowing to
directly initialize various wxControls deriving from it such as wxChoice,
wxComboBox, wxListBox from a std::vector<> of strings.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78066 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2014-10-24 21:54:51 +00:00
..
anybutton.h Refactor: create src/univ/anybutton.cpp. 2014-09-23 17:38:47 +00:00
app.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
bmpbuttn.h use wxOVERRIDE 2014-03-30 00:02:23 +00:00
button.h Add GetBitmap support to wxButton in wxUniv 2014-09-23 17:40:22 +00:00
checkbox.h use wxOVERRIDE 2014-03-30 00:02:23 +00:00
checklst.h use wxOVERRIDE 2014-03-30 00:02:23 +00:00
chkconf.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
choice.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
colschem.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
combobox.h wxComboCtrl::Clear() will call wxComboCtrl::SetValue(), but wxItemContainer::Clear() will call it too. So no need to call wxComboCtrl::Clear() here 2014-09-23 17:42:39 +00:00
control.h GetLabel should return the original label that with mnemonics, the original label stored in wxControlBase m_labelOrig, get it by wxControlBase::GetLabel() 2014-09-23 17:39:38 +00:00
custombgwin.h use wxOVERRIDE 2014-03-30 00:02:23 +00:00
dialog.h use wxOVERRIDE 2014-03-30 00:02:23 +00:00
frame.h use wxOVERRIDE 2014-03-30 00:02:23 +00:00
gauge.h use wxOVERRIDE 2014-03-30 00:02:23 +00:00
inpcons.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
inphand.h use wxOVERRIDE 2014-03-30 00:02:23 +00:00
listbox.h input handler should coreesponding the widget instance, wxListBox and wxCheckListBox has its own input handler, so create it differenctly 2014-09-23 17:43:15 +00:00
menu.h use wxOVERRIDE 2014-03-30 00:02:23 +00:00
menuitem.h Fix the position calculating of insert a radio menu item 2014-09-23 17:40:46 +00:00
notebook.h use wxOVERRIDE 2014-03-30 00:02:23 +00:00
panel.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
radiobox.h use wxOVERRIDE 2014-03-30 00:02:23 +00:00
radiobut.h use wxOVERRIDE 2014-03-30 00:02:23 +00:00
renderer.h use wxOVERRIDE 2014-03-30 00:02:23 +00:00
scrarrow.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
scrolbar.h use wxOVERRIDE 2014-03-30 00:02:23 +00:00
scrthumb.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
scrtimer.h use wxOVERRIDE 2014-03-30 00:02:23 +00:00
setup0.h Add a new wxUSE_STD_CONTAINERS_COMPATIBLY option. 2014-10-24 21:54:51 +00:00
setup_inc.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
slider.h use wxOVERRIDE 2014-03-30 00:02:23 +00:00
spinbutt.h use wxOVERRIDE 2014-03-30 00:02:23 +00:00
statbmp.h use wxOVERRIDE 2014-03-30 00:02:23 +00:00
statbox.h use wxOVERRIDE 2014-03-30 00:02:23 +00:00
statline.h use wxOVERRIDE 2014-03-30 00:02:23 +00:00
stattext.h use wxOVERRIDE 2014-03-30 00:02:23 +00:00
statusbr.h use wxOVERRIDE 2014-03-30 00:02:23 +00:00
stdrend.h use wxOVERRIDE 2014-03-30 00:02:23 +00:00
textctrl.h adjust the implementation about max length limitation according review comments 2014-09-23 17:42:18 +00:00
tglbtn.h Refactor: create src/univ/anybutton.cpp. 2014-09-23 17:38:47 +00:00
theme.h wxUniv focus on wx11 port, so modified unv/theme.h, make GTK theme as the default theme 2014-09-23 17:39:06 +00:00
toolbar.h use wxOVERRIDE 2014-03-30 00:02:23 +00:00
toplevel.h use wxOVERRIDE 2014-03-30 00:02:23 +00:00
window.h use wxOVERRIDE 2014-03-30 00:02:23 +00:00