mirror of https://github.com/buggins/dlangui.git
Merge branch 'master' of github.com:buggins/dlangui
This commit is contained in:
commit
1bc3a724d1
|
@ -180,6 +180,8 @@
|
|||
<Compile Include="src\dlangui\graphics\resources.d" />
|
||||
<Compile Include="src\dlangui\widgets\menu.d" />
|
||||
<Compile Include="src\dlangui\widgets\popup.d" />
|
||||
<Compile Include="src\dlangui\core\collections.d" />
|
||||
<Compile Include="src\dlangui\core\signals.d" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Folder Include="src\dlangui\platforms\x11\" />
|
||||
|
|
|
@ -52,6 +52,6 @@
|
|||
<Target>Executable</Target>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="src/main.d" />
|
||||
<Compile Include="src\main.d" />
|
||||
</ItemGroup>
|
||||
</Project>
|
|
@ -36,8 +36,6 @@ import dlangui.platforms.common.platform;
|
|||
|
||||
import std.algorithm;
|
||||
|
||||
alias onClick_t = bool delegate(Widget);
|
||||
|
||||
|
||||
/// Visibility (see Android View Visibility)
|
||||
enum Visibility : ubyte {
|
||||
|
|
Loading…
Reference in New Issue