зеркало из
1
0
Форкнуть 0
svn path=/trunk/diacanvas-sharp/; revision=17639
This commit is contained in:
Martin Willemoes Hansen 2003-08-26 20:38:27 +00:00
Родитель 43addc98ac
Коммит d606bde0cd
4 изменённых файлов: 6 добавлений и 2 удалений

Просмотреть файл

@ -5,6 +5,8 @@
* doc/en/Dia/CanvasGroup.xml:
* doc/en/Dia/CanvasViewItem.xml: Partially documented
* TODO: Added
* dia/makefile: Added compile options to suppres warnings about
missing Equals and GetHashcode functions.
2003-08-25 Martin Willemoes Hansen <mwh@sysrq.dk>

2
TODO
Просмотреть файл

@ -19,5 +19,7 @@ Dia.CanvasViewItem.AddItems Method
= Related matters =
===================
*DONE*
Ship bug report against Gtk# parser/generator
about turning Has and Is methods into properties.

Просмотреть файл

@ -12,7 +12,7 @@ LIBRARY= dia-sharp.dll
all: $(LIBRARY)
$(LIBRARY): generated/*.cs
mcs --unsafe --target library $(ASSEMBLIES) --recurse '*.cs' -o $(LIBRARY)
mcs --unsafe -nowarn:0660,0661 --target library $(ASSEMBLIES) --recurse '*.cs' -o $(LIBRARY)
install:
install -o root -g root -m 644 $(LIBRARY) $(PREFIX)/lib

Просмотреть файл

@ -10,7 +10,7 @@
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the &lt;link location="node:gtk-sharp/programming/threads"&gt;Gtk# Thread Programming&lt;/link&gt; for details.</ThreadSafetyStatement>
<Docs>
<summary>Specifies how the end of a <see cref="T:Dia.CanvasLine" /> are drawn.</summary>
<remarks>The default <see cref="T:Dia.CapStyle" /> is <see cref="T:Dia.CapStyle.Round" />.</remarks>
<remarks>The default <see cref="T:Dia.CapStyle" /> is <see cref="F:Dia.CapStyle.Round" />.</remarks>
</Docs>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>