Files
wxWidgets/docs/latex/wx
Ron Lee 12a3f2275c Deprecated wxSizer::Remove( wxWindow* ), s/Remove/Detach/ in most places.
Made wxSizer child list typesafe.  I've not added the wxList implicit
conversion kludge yet, let's see who complains first perhaps..

Deprecated wxSizer::{G,S}etOption in favour of {G,S}etProportion in line
with the parameter name change in the docs.

Added {G,S}etSpacer consistent with the accessors for windows/sizers.

Made all wxSizer index parameters size_t -- we support no sensible
interpretation for negative indexes in them.  Hopefully this will
cause no real problems, but code doing (eg. Remove( 0 )) will need
to change to use 0u to resolve the ambiguity with overloaded members.
This is probably a Good Thing though, ymmv.

s/FALSE/false/g ; s/TRUE/true/g ; s/wxASSERT/wxASSERT_MSG/g in sizer.{cpp,h}

Fixed (I hope) the brokenness in wxSizer::Show -- I have no code to test
this yet, so it's a blind change, but spacers should now be hidden correctly
instead of ignored, and it should be properly reversable over multiple
calls now too.

removed pointless private scoping around DECLARE_CLASS macros.

Replace 0's I added previously with NULL -- not like that will end the
email thread either..

Added Add( wxSizerItem * ) & co.  There are probably a couple of other
places we can usefully do something like this too.  Stopped short of
refactoring everything to raise some issues about sizer method recursion
on -dev.

Updated wxSizer docs some more, they are still incomplete but getting
better.

wrapped KeyCode in wxDEPRECATED, converted all (gtk build) instances
to GetKeyCode.  There may be a few left for other ports.

Fixed a couple of other random compile warnings along the way.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18616 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-01-07 10:22:07 +00:00
..
2000-10-12 16:32:03 +00:00
2001-04-14 19:46:05 +00:00
1999-08-06 11:51:44 +00:00
1999-07-10 21:06:05 +00:00
2002-04-16 23:06:47 +00:00
2000-07-15 19:51:35 +00:00
2000-07-15 19:51:35 +00:00
2002-07-05 16:43:21 +00:00
2000-03-15 00:21:49 +00:00
2000-07-15 19:51:35 +00:00
1999-10-06 15:42:04 +00:00
1999-07-10 21:06:05 +00:00
2000-02-01 15:54:47 +00:00
2001-07-10 13:44:04 +00:00
2001-04-14 19:46:05 +00:00
2002-12-04 14:11:26 +00:00
2000-07-15 19:51:35 +00:00
2002-12-04 14:11:26 +00:00
1999-06-16 16:34:31 +00:00
2002-12-09 00:14:51 +00:00
2002-12-20 11:15:05 +00:00
2002-12-04 14:11:26 +00:00
2002-08-31 16:27:35 +00:00
1999-08-06 11:51:44 +00:00
1999-07-10 21:06:05 +00:00
1999-08-06 11:51:44 +00:00
1999-07-10 21:06:05 +00:00
2000-07-15 19:51:35 +00:00
2000-03-15 00:21:49 +00:00
2002-12-04 14:11:26 +00:00
2000-07-15 19:51:35 +00:00
2002-07-05 16:43:21 +00:00
2000-03-15 00:21:49 +00:00
2002-04-17 11:48:11 +00:00
2002-07-05 16:43:21 +00:00
2000-03-15 00:21:49 +00:00
2003-01-02 22:10:21 +00:00
2002-12-04 14:11:26 +00:00
2002-08-30 21:05:53 +00:00
2002-08-30 21:05:53 +00:00
1999-11-08 16:38:17 +00:00
1999-08-06 11:51:44 +00:00
1999-07-10 21:06:05 +00:00
2000-07-15 19:51:35 +00:00
2002-12-04 14:11:26 +00:00
2000-07-15 19:51:35 +00:00
2002-07-05 16:43:21 +00:00
2002-12-27 18:30:48 +00:00
2002-12-27 18:30:48 +00:00
2001-01-02 16:42:03 +00:00
2002-12-04 14:11:26 +00:00
2000-07-15 19:51:35 +00:00
2002-09-02 23:23:28 +00:00
2000-03-15 00:21:49 +00:00
2002-04-02 23:26:22 +00:00
2002-12-04 14:11:26 +00:00
2002-12-04 14:11:26 +00:00
2002-12-17 22:22:19 +00:00
2002-07-05 16:43:21 +00:00
2000-03-15 00:21:49 +00:00
2002-12-04 14:11:26 +00:00
2001-05-25 12:47:00 +00:00
2002-04-06 15:04:27 +00:00
2000-07-15 19:51:35 +00:00
2002-12-08 20:30:02 +00:00
2002-12-04 14:11:26 +00:00
2002-12-13 23:50:04 +00:00
2002-12-04 14:11:26 +00:00
2000-02-26 14:42:10 +00:00
2000-01-23 16:25:47 +00:00
2002-02-15 21:50:50 +00:00
2000-09-10 19:01:03 +00:00
2000-09-10 19:01:03 +00:00
1999-08-06 11:51:44 +00:00
1999-07-10 21:06:05 +00:00
2000-01-23 16:25:47 +00:00
2000-01-23 16:25:47 +00:00
2000-09-08 14:51:08 +00:00
2002-12-04 14:11:26 +00:00
2000-03-15 00:21:49 +00:00
2002-12-04 14:11:26 +00:00
2000-07-15 19:51:35 +00:00
2002-04-16 23:01:58 +00:00
2002-12-04 14:11:26 +00:00
2000-07-15 19:51:35 +00:00
2002-07-05 16:43:21 +00:00
2002-08-16 21:07:48 +00:00
2002-12-04 14:11:26 +00:00
1999-08-06 11:51:44 +00:00
1999-07-10 21:06:05 +00:00
1998-09-06 14:43:36 +00:00
2002-12-04 14:11:26 +00:00
2002-08-16 21:07:48 +00:00
2002-12-04 14:11:26 +00:00
2002-12-05 12:04:51 +00:00
2003-01-01 05:16:07 +00:00
2002-12-04 14:11:26 +00:00
2002-12-05 12:14:53 +00:00
2001-01-02 07:59:43 +00:00
2000-07-15 19:51:35 +00:00
2000-07-15 19:51:35 +00:00
2002-12-04 14:11:26 +00:00
1999-02-28 13:58:05 +00:00
2002-12-09 00:06:20 +00:00
2002-12-04 14:11:26 +00:00
2002-12-04 14:11:26 +00:00
2002-03-22 18:52:05 +00:00
2000-03-15 00:21:49 +00:00
1999-06-16 16:34:31 +00:00
2001-04-14 19:46:05 +00:00
2002-12-04 14:11:26 +00:00
2000-12-20 16:10:46 +00:00
2000-03-15 00:21:49 +00:00
2001-05-24 16:03:25 +00:00
2002-08-16 21:07:48 +00:00
2000-01-23 16:25:47 +00:00
2000-01-23 16:25:47 +00:00
2000-03-15 00:21:49 +00:00
2000-03-15 00:21:49 +00:00
2000-03-15 00:21:49 +00:00
2000-03-15 00:21:49 +00:00
2000-03-15 00:21:49 +00:00
2000-03-15 00:21:49 +00:00
2000-03-15 00:21:49 +00:00
2000-03-15 00:21:49 +00:00
2000-03-15 00:21:49 +00:00
2000-03-15 00:21:49 +00:00
2000-03-15 00:21:49 +00:00
2000-03-15 00:21:49 +00:00
2000-03-15 00:21:49 +00:00
2000-07-15 19:51:35 +00:00
2000-03-15 00:21:49 +00:00
2000-03-15 00:21:49 +00:00
2000-03-15 00:21:49 +00:00
2000-03-15 00:21:49 +00:00
2000-03-15 00:21:49 +00:00
2000-03-15 00:21:49 +00:00
2000-03-15 00:21:49 +00:00
2000-03-15 00:21:49 +00:00
2000-03-15 00:21:49 +00:00
2000-03-15 00:21:49 +00:00
2002-12-04 14:11:26 +00:00
2003-01-01 23:39:07 +00:00
2002-12-27 18:30:48 +00:00
2002-12-27 18:30:48 +00:00
2000-03-15 00:21:49 +00:00
2002-12-04 14:11:26 +00:00
2002-12-28 18:42:23 +00:00
2002-12-04 14:11:26 +00:00
2002-05-26 12:46:20 +00:00
2002-08-30 21:28:56 +00:00
2002-05-26 12:46:20 +00:00
2002-05-26 12:46:20 +00:00
2000-03-18 09:20:21 +00:00
2000-02-01 16:05:08 +00:00
2002-12-04 14:11:26 +00:00
2001-07-17 08:27:42 +00:00
2000-12-29 23:44:11 +00:00
2002-09-04 13:16:46 +00:00
2000-07-15 19:51:35 +00:00
1999-12-12 17:02:50 +00:00
2000-07-15 19:51:35 +00:00
2000-08-14 11:42:35 +00:00
2001-12-04 19:41:53 +00:00
2000-11-17 09:06:56 +00:00
2000-07-15 19:51:35 +00:00
2002-12-04 14:11:26 +00:00
2000-07-15 19:51:35 +00:00
2000-07-15 19:51:35 +00:00
2002-12-04 14:11:26 +00:00
2000-07-15 19:51:35 +00:00
2002-12-27 18:30:48 +00:00
2002-12-04 14:11:26 +00:00
2000-12-20 16:10:46 +00:00
2000-07-15 19:51:35 +00:00
2000-07-15 19:51:35 +00:00
2002-12-04 14:11:26 +00:00
2001-11-20 14:55:10 +00:00
2002-08-20 13:41:45 +00:00
2001-05-25 12:47:00 +00:00
2002-12-04 14:11:26 +00:00
2002-08-31 16:27:35 +00:00
2002-04-06 15:04:27 +00:00
2002-05-31 09:59:00 +00:00
2000-07-15 19:51:35 +00:00
2002-12-04 14:11:26 +00:00
2000-02-28 15:57:06 +00:00
2002-08-23 15:59:29 +00:00
2002-12-04 14:11:26 +00:00
2000-07-15 19:51:35 +00:00
2002-12-04 14:11:26 +00:00
1999-11-22 12:13:55 +00:00
2000-07-15 19:51:35 +00:00
2000-07-15 19:51:35 +00:00
2002-12-04 14:11:26 +00:00
2002-12-04 14:11:26 +00:00
2000-07-15 19:51:35 +00:00
2000-07-15 19:51:35 +00:00
2002-12-04 14:11:26 +00:00
1999-09-30 07:13:40 +00:00
2001-02-22 12:56:29 +00:00
2002-12-04 14:11:26 +00:00
2000-07-15 19:51:35 +00:00
2002-12-04 14:11:26 +00:00
2002-12-04 14:11:26 +00:00
2002-12-04 14:11:26 +00:00
2002-03-22 19:13:29 +00:00
2002-08-16 21:07:48 +00:00
2002-12-04 14:11:26 +00:00
2000-01-23 16:25:47 +00:00
2002-12-04 14:11:26 +00:00
2002-12-04 14:11:26 +00:00
2000-07-15 19:51:35 +00:00