mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-25 02:45:26 +00:00
fix bulleted list
svn path=/trunk/gtk-sharp/; revision=16080
This commit is contained in:
parent
6f04d85cee
commit
d0f1f5ef24
|
@ -19,13 +19,21 @@
|
||||||
Model/View/Controller design and consists of four major parts:
|
Model/View/Controller design and consists of four major parts:
|
||||||
<list type="bullet">
|
<list type="bullet">
|
||||||
<item>
|
<item>
|
||||||
<see cref="T:Gtk.TreeView" />, the tree view widget</item>
|
<term>
|
||||||
|
<see cref="T:Gtk.TreeView" />, the tree view widget
|
||||||
|
</term>
|
||||||
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<see cref="T:Gtk.TreeViewColumn" />, the view column.</item>
|
<term>
|
||||||
<item>The cell renderers (<see cref="T:Gtk.CellRenderer" />
|
<see cref="T:Gtk.TreeViewColumn" />, the view column.
|
||||||
and others).</item>
|
</term>
|
||||||
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<see cref="T:Gtk.TreeModel" />, the model interface.</item>
|
<term>The cell renderers (<see cref="T:Gtk.CellRenderer" /> and others).</term>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<term><see cref="T:Gtk.TreeModel" />, the model interface.</term>
|
||||||
|
</item>
|
||||||
</list></para>
|
</list></para>
|
||||||
<para>
|
<para>
|
||||||
The View is composed of the first three, while the last is the
|
The View is composed of the first three, while the last is the
|
||||||
|
|
Loading…
Reference in a new issue