Esempio n. 1
0
static void gui_cb_limit (GUI_ARGS) {
	GUI_IAM (OTMultiEditor);
	do_limit (me);
}
Esempio n. 2
0
static void gui_cb_search (GUI_ARGS) {
	GUI_IAM (Manual);
	do_search (me);
}