mirror of https://github.com/buggins/dlangui.git
Remove domrender
This commit is contained in:
parent
0fbb3795f0
commit
8893efc8e5
|
|
@ -1,18 +0,0 @@
|
|||
// Written in the D programming language.
|
||||
|
||||
/**
|
||||
This module contains implementation of DOM rendering.
|
||||
|
||||
|
||||
Synopsis:
|
||||
|
||||
----
|
||||
import dlangui.graphics.domrender;
|
||||
|
||||
----
|
||||
|
||||
Copyright: Vadim Lopatin, 2015
|
||||
License: Boost License 1.0
|
||||
Authors: Vadim Lopatin, coolreader.org@gmail.com
|
||||
*/
|
||||
module dlangui.graphics.domrender.domrender;
|
||||
|
|
@ -1,16 +0,0 @@
|
|||
module dlangui.graphics.domrender.renderblock;
|
||||
|
||||
import dlangui.core.types;
|
||||
import dlangui.core.collections;
|
||||
import dlangui.core.css;
|
||||
import dlangui.core.dom;
|
||||
|
||||
class RenderBlock {
|
||||
Rect pos;
|
||||
Rect margins;
|
||||
Rect padding;
|
||||
Rect borderWidth;
|
||||
Rect borderStyle;
|
||||
Collection!RenderBlock children;
|
||||
|
||||
}
|
||||
Loading…
Reference in New Issue