Added 'Create Document' dialog to GTK interface
This commit is contained in:
parent
148c2d32a8
commit
cb8af8959c
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user