summaryrefslogtreecommitdiff
path: root/src/math-window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/math-window.h')
-rw-r--r--src/math-window.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/math-window.h b/src/math-window.h
index 5575cf3..72f19bc 100644
--- a/src/math-window.h
+++ b/src/math-window.h
@@ -49,6 +49,10 @@ MathDisplay *math_window_get_display(MathWindow *window);
MathButtons *math_window_get_buttons(MathWindow *window);
+gboolean math_window_get_show_history(MathWindow *window);
+
+void math_window_set_show_history(MathWindow *window, gboolean visible);
+
void math_window_critical_error(MathWindow *window, const gchar *title, const gchar *contents);
G_END_DECLS