Top | ![]() |
![]() |
![]() |
![]() |
void | latexila_utils_show_uri () |
GtkWidget * | latexila_utils_get_dialog_component () |
void | latexila_utils_migrate_latexila_to_gnome_latex () |
void latexila_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 * latexila_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()
.