Robin Dunn
|
72da405773
|
Fix AdjustForOverflow to use item->CalcMin, not item->GetSize
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52999 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-03 23:27:49 +00:00 |
|
Robin Dunn
|
53524ca073
|
fix warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52988 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-03 03:33:13 +00:00 |
|
Robin Dunn
|
6a079bc1f0
|
Fix for potential layout glitches in wxGridBagSizer when items span cells but
some other item affects the size of one of spanned rows/cols.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52987 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-03 02:50:15 +00:00 |
|
Vadim Zeitlin
|
3b170aa895
|
don't pass unneeded arguments to AdustForGrowables()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45586 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-04-22 20:27:36 +00:00 |
|
Robin Dunn
|
af579c91c2
|
Don't use hidden items for size calc (patch 1698314)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45406 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-04-11 21:53:13 +00:00 |
|
Václav Slavík
|
22a35096a0
|
renamed wxRect::Inside() to wxRect::Contains(), wxRect::Inside(wxRect) is too confusing
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41198 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-09-13 17:12:25 +00:00 |
|
Mart Raudsepp
|
8907154c1a
|
Nuke #pragma implementation/interface's
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35650 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-09-23 12:56:45 +00:00 |
|
Włodzimierz Skiba
|
56eee37fc8
|
wxSizer::Add/Insert now returns pointer to wxSizerItem added and wxSizerItem contains access to its area [Patch #1042571 with minimal tweaks]
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30391 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-11-09 18:33:00 +00:00 |
|
Włodzimierz Skiba
|
5d3e7b52d8
|
Source cleaning: whitespaces, tabs, FALSE/false, TRUE/true, -1/wxDefaultCoord, !!/!IsEmpty().
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29143 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-15 13:20:18 +00:00 |
|
Robin Dunn
|
559b747dc0
|
The gaps should *not* be included in the space given to the item, and
so should also not be accounted for in the alignment adjustmanets
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28117 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-06-30 23:43:02 +00:00 |
|
Robin Dunn
|
ba763a45d8
|
Optimized sizers to not call CalcMin more often than neccessary
Window items added with wxFIXED_MINSIZE flag will set the window's
minsize to its curent size.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28011 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-06-24 20:13:27 +00:00 |
|
Julian Smart
|
655719367a
|
Use old licence name
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27408 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-05-23 20:53:33 +00:00 |
|
Julian Smart
|
77ffb5937e
|
Name and version changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27404 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-05-23 14:56:36 +00:00 |
|
Robin Dunn
|
3ac7b44cc0
|
Added FindItemAtPoint
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24588 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-11-18 21:20:09 +00:00 |
|
Robin Dunn
|
3ff632ce66
|
Fixed an accidental name clash, and added back a wxCHECK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24463 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-11-07 20:52:35 +00:00 |
|
Robin Dunn
|
6217b9aa7e
|
Set m_rows, m_cols so GetRows/GetCols in the base class work. Added
GetCellSize method.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24459 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-11-07 17:45:10 +00:00 |
|
Robin Dunn
|
d2eaa86b9e
|
Fixed warning
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24451 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-11-07 08:07:42 +00:00 |
|
Robin Dunn
|
1b52f7aba0
|
Added default ctor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24435 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-11-07 07:05:39 +00:00 |
|
Robin Dunn
|
20b35a6916
|
Added wxGridBagSizer, a grid sizer where item positions can be
specified and row/col spanning is allowed.
Updated docs, the layout sample, files.bkl, and updated makefiles.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24416 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-11-06 01:31:44 +00:00 |
|