Get rid of platform-specific wxPanel classes
There is no need to have them as they were identical for all platforms.
This basically reverts 5b87bd6c0b (Split wxPanel in wxPanelBase and
platform-specific files., 2011-03-20) as, 10+ years later, it turns out
that we're not going to have more MSW-specific parts, but none of them.
No real changes.
This commit is contained in:
parent
544855c5ea
commit
20571f07e2
11 changed files with 15 additions and 154 deletions
|
|
@ -1082,7 +1082,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
|
|||
wx/generic/msgdlgg.h
|
||||
wx/generic/numdlgg.h
|
||||
wx/generic/notebook.h
|
||||
wx/generic/panelg.h
|
||||
wx/generic/prntdlgg.h
|
||||
wx/generic/printps.h
|
||||
wx/generic/progdlgg.h
|
||||
|
|
@ -1919,7 +1918,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
|
|||
wx/msw/ownerdrw.h
|
||||
wx/msw/ownerdrawnbutton.h
|
||||
wx/msw/palette.h
|
||||
wx/msw/panel.h
|
||||
wx/msw/pen.h
|
||||
wx/msw/printdlg.h
|
||||
wx/msw/printwin.h
|
||||
|
|
@ -2498,7 +2496,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
|
|||
wx/univ/menu.h
|
||||
wx/univ/menuitem.h
|
||||
wx/univ/notebook.h
|
||||
wx/univ/panel.h
|
||||
wx/univ/radiobox.h
|
||||
wx/univ/radiobut.h
|
||||
wx/univ/renderer.h
|
||||
|
|
|
|||
|
|
@ -985,7 +985,6 @@ set(GUI_CMN_HDR
|
|||
wx/generic/msgdlgg.h
|
||||
wx/generic/numdlgg.h
|
||||
wx/generic/notebook.h
|
||||
wx/generic/panelg.h
|
||||
wx/generic/prntdlgg.h
|
||||
wx/generic/printps.h
|
||||
wx/generic/progdlgg.h
|
||||
|
|
@ -1809,7 +1808,6 @@ set(MSW_HDR
|
|||
wx/msw/ownerdrw.h
|
||||
wx/msw/ownerdrawnbutton.h
|
||||
wx/msw/palette.h
|
||||
wx/msw/panel.h
|
||||
wx/msw/pen.h
|
||||
wx/msw/printdlg.h
|
||||
wx/msw/printwin.h
|
||||
|
|
@ -2365,7 +2363,6 @@ set(UNIV_HDR
|
|||
wx/univ/menu.h
|
||||
wx/univ/menuitem.h
|
||||
wx/univ/notebook.h
|
||||
wx/univ/panel.h
|
||||
wx/univ/radiobox.h
|
||||
wx/univ/radiobut.h
|
||||
wx/univ/renderer.h
|
||||
|
|
|
|||
|
|
@ -1072,7 +1072,6 @@ GUI_CMN_HDR =
|
|||
wx/generic/notebook.h
|
||||
wx/generic/notifmsg.h
|
||||
wx/generic/numdlgg.h
|
||||
wx/generic/panelg.h
|
||||
wx/generic/printps.h
|
||||
wx/generic/prntdlgg.h
|
||||
wx/generic/progdlgg.h
|
||||
|
|
@ -1808,7 +1807,6 @@ MSW_HDR =
|
|||
wx/msw/ownerdrawnbutton.h
|
||||
wx/msw/ownerdrw.h
|
||||
wx/msw/palette.h
|
||||
wx/msw/panel.h
|
||||
wx/msw/pen.h
|
||||
wx/msw/printdlg.h
|
||||
wx/msw/printwin.h
|
||||
|
|
@ -2347,7 +2345,6 @@ UNIV_HDR =
|
|||
wx/univ/menu.h
|
||||
wx/univ/menuitem.h
|
||||
wx/univ/notebook.h
|
||||
wx/univ/panel.h
|
||||
wx/univ/radiobox.h
|
||||
wx/univ/radiobut.h
|
||||
wx/univ/renderer.h
|
||||
|
|
|
|||
|
|
@ -1181,7 +1181,6 @@
|
|||
<ClInclude Include="..\..\include\wx\msw\ownerdrw.h" />
|
||||
<ClInclude Include="..\..\include\wx\msw\ownerdrawnbutton.h" />
|
||||
<ClInclude Include="..\..\include\wx\msw\palette.h" />
|
||||
<ClInclude Include="..\..\include\wx\msw\panel.h" />
|
||||
<ClInclude Include="..\..\include\wx\msw\pen.h" />
|
||||
<ClInclude Include="..\..\include\wx\msw\popupwin.h" />
|
||||
<ClInclude Include="..\..\include\wx\msw\printdlg.h" />
|
||||
|
|
@ -1232,7 +1231,6 @@
|
|||
<ClInclude Include="..\..\include\wx\generic\msgdlgg.h" />
|
||||
<ClInclude Include="..\..\include\wx\generic\notebook.h" />
|
||||
<ClInclude Include="..\..\include\wx\generic\numdlgg.h" />
|
||||
<ClInclude Include="..\..\include\wx\generic\panelg.h" />
|
||||
<ClInclude Include="..\..\include\wx\generic\printps.h" />
|
||||
<ClInclude Include="..\..\include\wx\generic\prntdlgg.h" />
|
||||
<ClInclude Include="..\..\include\wx\generic\progdlgg.h" />
|
||||
|
|
|
|||
|
|
@ -1477,9 +1477,6 @@
|
|||
<ClInclude Include="..\..\include\wx\generic\numdlgg.h">
|
||||
<Filter>Generic Headers</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\include\wx\generic\panelg.h">
|
||||
<Filter>Generic Headers</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\include\wx\generic\printps.h">
|
||||
<Filter>Generic Headers</Filter>
|
||||
</ClInclude>
|
||||
|
|
@ -1906,9 +1903,6 @@
|
|||
<ClInclude Include="..\..\include\wx\msw\palette.h">
|
||||
<Filter>MSW Headers</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\include\wx\msw\panel.h">
|
||||
<Filter>MSW Headers</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\include\wx\msw\pen.h">
|
||||
<Filter>MSW Headers</Filter>
|
||||
</ClInclude>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue