Home
last modified time | relevance | path

Searched refs:GetRawMarkup (Results 1 – 3 of 3) sorted by relevance

/dports/science/gchemutils/gnome-chemistry-utils-0.14.16/libs/gcu/
H A Dformula.h315 char const *GetRawMarkup ();
H A Dformula.cc417 char const *Formula::GetRawMarkup () in GetRawMarkup() function in gcu::Formula
/dports/science/gchemutils/gnome-chemistry-utils-0.14.16/programs/calc/
H A Dgchemcalc.cc334 format = g_strconcat (_("Raw formula:"), " \t", App->formula.GetRawMarkup (), NULL); in cb_entry_active()