2024-06-02 22:49:16 +02:00
|
|
|
#include <gtk-4.0/gtk/gtk.h>
|
|
|
|
#include <assert.h>
|
|
|
|
|
2024-06-03 05:46:01 +02:00
|
|
|
void set_exec_edit_mode (int prescribed_mode);
|
|
|
|
int get_exec_edit_mode ();
|
|
|
|
|
|
|
|
void set_run_xor_stop_exec (int prescribed_state);
|
|
|
|
int get_run_xor_stop_exec ();
|
2024-06-02 22:49:16 +02:00
|
|
|
|