#include <gtk/gtk.h>
#include "frontend.h"
Include dependency graph for screenshot.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| void | fe_gtk_add_screenshot_shortcut (struct frontend *fe) |
| Register a keyboard shortcut to make screenshots. | |
Definition in file screenshot.h.
| void fe_gtk_add_screenshot_shortcut | ( | struct frontend * | fe | ) |
Register a keyboard shortcut to make screenshots.
The shortcut is currently F10.
| fe | cdebconf frontend |
Definition at line 196 of file screenshot.c.
References fe_gtk_add_global_key_handler(), handle_shortcut_key(), and frontend_data::window.
Referenced by fe_gtk_di_setup().
1.5.1