Guisan: added toggle button widget

This commit is contained in:
Dimitris Panokostas 2020-02-05 21:56:17 +01:00
parent 684a9b4bce
commit 79b4c8dfe9
6 changed files with 351 additions and 0 deletions

View file

@ -119,6 +119,7 @@
<ClCompile Include="..\..\external\libguisan\src\widgets\tabbedarea.cpp" />
<ClCompile Include="..\..\external\libguisan\src\widgets\textbox.cpp" />
<ClCompile Include="..\..\external\libguisan\src\widgets\textfield.cpp" />
<ClCompile Include="..\..\external\libguisan\src\widgets\togglebutton.cpp" />
<ClCompile Include="..\..\external\libguisan\src\widgets\window.cpp" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
@ -196,6 +197,7 @@
<ClInclude Include="..\..\external\libguisan\include\guisan\widgets\tabbedarea.hpp" />
<ClInclude Include="..\..\external\libguisan\include\guisan\widgets\textbox.hpp" />
<ClInclude Include="..\..\external\libguisan\include\guisan\widgets\textfield.hpp" />
<ClInclude Include="..\..\external\libguisan\include\guisan\widgets\togglebutton.hpp" />
<ClInclude Include="..\..\external\libguisan\include\guisan\widgets\window.hpp" />
<ClInclude Include="..\..\external\libguisan\include\guisan\x.hpp" />
</ItemGroup>

View file

@ -199,6 +199,9 @@
<ClCompile Include="..\..\external\libguisan\src\sdl\sdl2graphics.cpp">
<Filter>Source files\sdl</Filter>
</ClCompile>
<ClCompile Include="..\..\external\libguisan\src\widgets\togglebutton.cpp">
<Filter>Source files\widgets</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\external\libguisan\include\guisan.hpp">
@ -408,5 +411,8 @@
<ClInclude Include="..\..\external\libguisan\include\guisan\widgets\messagebox.hpp">
<Filter>Header files\guisan\widgets</Filter>
</ClInclude>
<ClInclude Include="..\..\external\libguisan\include\guisan\widgets\togglebutton.hpp">
<Filter>Header files\guisan\widgets</Filter>
</ClInclude>
</ItemGroup>
</Project>