Vadim Zeitlin
|
4334c3d5bd
|
updated docs after moving SetDefaultItem() from wxPanel to wxTLW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40507 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-08-07 21:13:43 +00:00 |
|
Robin Dunn
|
07880314d4
|
Translucency --> Transparent
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40169 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-17 21:30:08 +00:00 |
|
Robin Dunn
|
50f3c41d61
|
Added wxTopLevelWindow::SetTranslucency and CanSetTranslucency, with
implementations (so far) for wxMSW and wxMac.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40112 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-16 03:28:23 +00:00 |
|
Włodzimierz Skiba
|
979a0320b0
|
wxTLW::IsAlwaysMaximized() introduction.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38942 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-04-27 17:18:46 +00:00 |
|
Vadim Zeitlin
|
65afac3fbc
|
added wxTLW::ShouldPreventAppExit() which can be overridden to allow closing the application even if some windows are still opened; use it for wxHtmlHelpFrame
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38607 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-04-07 00:38:49 +00:00 |
|
Mart Raudsepp
|
1fb1f1d833
|
Remove remark on wxTLW::Maximize that it only works on Windows. It works on wxGTK too, and I see implementation for
Mac aswell.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37327 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-05 20:39:15 +00:00 |
|
Włodzimierz Skiba
|
394b206f07
|
Typo fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36167 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-11-13 21:26:24 +00:00 |
|
Włodzimierz Skiba
|
ce82ff93d3
|
Typo fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36163 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-11-13 11:53:06 +00:00 |
|
Włodzimierz Skiba
|
08b9726806
|
Resize all top level windows when SIP changes visibility.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36162 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-11-13 11:46:24 +00:00 |
|
Włodzimierz Skiba
|
60fef9643d
|
Get/SetTitle only for wxTopLevelWindow.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36074 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-11-03 16:27:19 +00:00 |
|
Mart Raudsepp
|
dca92ddfbf
|
wxGTK: Implemented wxTLW::RequestUserAttention()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34973 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-07-28 23:32:42 +00:00 |
|
Włodzimierz Skiba
|
8795498cd9
|
Licence name correction.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32309 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-02-22 15:09:56 +00:00 |
|
Ryan Norton
|
7c57ddc300
|
fix syntax errors
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29828 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-10-13 17:24:35 +00:00 |
|
Włodzimierz Skiba
|
9ca7505f12
|
wxTLW::SetLeft/RightMenu of smart phones documented.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29534 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-29 09:46:26 +00:00 |
|
Vadim Zeitlin
|
6b30a44ed0
|
renamed HasFocus() to IsActive() to avoid confusion with FindFocus(); documented it; avoid code duplication in GTK1 version
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29401 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-26 14:32:09 +00:00 |
|
Vadim Zeitlin
|
9eace708fc
|
fixed base classes; also added include file section
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29142 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-14 17:33:26 +00:00 |
|
Vadim Zeitlin
|
dc92adaf0c
|
added wxTopLevelWindow::RequestUserAttention(); documented it and implemented it for MSW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29044 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-07 21:02:55 +00:00 |
|
Vadim Zeitlin
|
5a8e93c455
|
documented GetIcon(s), extended SetIcons() doc
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29043 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-07 20:39:35 +00:00 |
|
Vadim Zeitlin
|
834ed99470
|
extracted common wxDialog/wxFrame methods to tlw.tex
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29042 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-07 20:34:08 +00:00 |
|