FACT++  1.0
int Shell::rl_proc_F1 ( int  cnt,
int  key 
)
staticprivate

Key binding for F1. Toggles upper panel by calling ShowHide(-1)

Definition at line 277 of file Shell.cc.

References ShowHide(), and This.

Referenced by Shell().

278 {
279  This->ShowHide(-1); // toggle
280  return 0;
281 }
static Shell * This
Definition: Shell.h:15
void ShowHide(int v)
Definition: Shell.cc:207

+ Here is the call graph for this function:

+ Here is the caller graph for this function: