latexila_templates_dialogs_open ()
gchar *
latexila_templates_dialogs_open (GtkWindow *parent_window);
Runs a GtkDialog to create a new document from a template. Only the
template's contents is returned.
Returns
 the template contents, or NULL if no templates must be opened.
 
 
latexila_templates_dialogs_create_template ()
void
latexila_templates_dialogs_create_template
                               (GtkWindow *parent_window,
                                const gchar *template_contents);
Runs a GtkDialog to create a new template. The template's contents is given.
The GtkDialog asks the template's name and icon.