Guisan: added toggle button widget
This commit is contained in:
parent
684a9b4bce
commit
79b4c8dfe9
6 changed files with 351 additions and 0 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue