Added 'Create Document' dialog to GTK interface

This commit is contained in:
Michael Becker 2014-07-08 02:40:57 -04:00
parent 148c2d32a8
commit cb8af8959c

View File

@ -12,6 +12,8 @@ namespace UniversalEditor.Engines.GTK.Dialogs
{
ts.AppendValues(omr, omr.Title, omr.Description);
}
tvDocumentTypes.AppendColumn("Title", new Gtk.CellRendererText(), "text", 1);
tvDocumentTypes.AppendColumn("Description", new Gtk.CellRendererText(), "text", 2);
tvDocumentTypes.Model = ts;
}
}