wxWidgets/docs/doxygen/overviews
Vadim Zeitlin f68c67aa85 Use "pair of ints" type for wxGridBagSizer size and position in XRC
Introduce a new type for XRC values imaginatively called just "pair of
integers" which can be used for values not expressed in pixels and hence for
which it doesn't make sense to use dialog units nor to scale them by the DPI.

Use this new type for wxGridBagSizer position and span elements to prevent
them from being changed when using higher than normal DPI.

Closes #17592.
2016-07-06 18:44:07 +02:00
..
app.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
archive.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
aui.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
backwardcompatibility.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
bitmap.h Remove wxPM, wxWidgets port to OS/2. 2014-05-15 23:56:58 +00:00
bookctrl.h Remove Windows CE support 2015-09-23 00:52:30 +02:00
bufferclasses.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
changes_since28.h Merge the changes from 3.0 branch. 2013-11-12 18:06:37 +00:00
commondialogs.h Update documentation regarding alpha support in wxGenericColourDialog. 2015-11-02 23:19:36 +01:00
config.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
container.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
cpprttidisabled.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
customwidgets.h Remove wxOSX/Carbon support. 2016-02-01 13:48:48 +01:00
dataobject.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
datetime.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
dc.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
debugging.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
dialog.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
dnd.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
docview.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
envvars.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
eventhandling.h Mention C++11 lambdas and std::function<> in event handling docs 2015-12-19 16:14:27 +01:00
exceptions.h Provide wxApp::StoreCurrentException() implementation for C++11. 2014-08-24 15:31:52 +00:00
file.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
filesystem.h Updated links and mailing list addresses. 2015-10-30 20:06:09 -06:00
font.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
fontencoding.h Remove obsolete symbols from overviews and install notes 2015-12-03 21:26:31 +01:00
grid.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
helloworld.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
html.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
internationalization.h Update i18n overview in the manual. 2014-12-09 12:51:50 +00:00
ipc.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
listctrl.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
log.h Update the out of date link to DebugView in logging overview. 2014-11-11 01:02:24 +00:00
mbconvclasses.h Bring wxMBConv Overview Background section from mid-90s to mid-2010s. 2016-02-02 21:41:33 +02:00
nonenglish.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
persistence.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
printing.h No real changes, just fixed a couple of typos in comments, fixes #16726. 2014-12-14 11:12:31 +00:00
propgrid.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
python.h Updated links and mailing list addresses. 2015-10-30 20:06:09 -06:00
refcount.h Remove wxString from the list of ref-counted classes 2015-10-21 23:51:12 +02:00
referencenotes.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
resyntax.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
richtextctrl.h Drop Mac prefix when referencing OS X. 2016-02-04 09:54:36 +01:00
roughguide.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
runtimeclass.h add wx prefix in a couple places missed in 8f8d58d1 2015-09-06 21:07:06 -07:00
scrolling.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
sizer.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
splitterwindow.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
stream.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
string.h Update wxString Unicode documentation to reflect the default wchar_t use. 2013-10-17 21:21:35 +00:00
thread.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
tips.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
toolbar.h Remove obsolete symbols from overviews and install notes 2015-12-03 21:26:31 +01:00
treectrl.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
unicode.h Drop Mac prefix when referencing OS X. 2016-02-04 09:54:36 +01:00
unixprinting.h Remove support for Gnome printing from wxGTK. 2013-10-01 17:09:02 +00:00
validator.h Make wxWS_EX_VALIDATE_RECURSIVELY default (and only) behaviour 2016-02-09 23:38:23 +01:00
windowdeletion.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
windowids.h Correct and simplify window IDs overview in the manual 2015-11-15 00:56:09 +01:00
windowsizing.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
windowstyles.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
xrc_format.h Use "pair of ints" type for wxGridBagSizer size and position in XRC 2016-07-06 18:44:07 +02:00
xrc.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00