Top |
void | gtex_utils_show_uri () |
GtkWidget * | gtex_utils_get_dialog_component () |
void | gtex_utils_migrate_settings () |
void gtex_utils_show_uri (GtkWidget *widget
,const gchar *uri
,guint32 timestamp
,GError **error
);
Shows the uri
. If the URI is a PDF file and if Evince is the default
document viewer, this function also connects the Evince window so the
backward search works (switch from the PDF to the source file).
GtkWidget * gtex_utils_get_dialog_component (const gchar *title
,GtkWidget *widget
);
Like tepl_utils_get_titled_component()
but with an additional overall margin
on all sides.
TODO: migrate everything to tepl_utils_get_titled_component()
.
void
gtex_utils_migrate_settings (void
);
Migrates the GSettings values and user data/config files from LaTeXila and GNOME LaTeX to Enter TeX, so that users don't lose all their settings.
TODO in >= 2032: delete this code.