📄 gtkskan.h
字号:
#ifndef __GTKSKAN_H__#define __GTKSKAN_H__#include <gtk/gtk.h>#include "scan_data.h"/* Prototypes */ void add_scan_data_to_clist(GtkCList *, scan_data_t *); void *wavelan_skanzor(void *); void add_row_from_db(scan_data_t *, void *); void initialize_interface_from_db(void); void row_to_scan_data(GtkCList *, int, scan_data_t *); void handle_save_location(GtkWidget *, gpointer); void handle_clist_selection(GtkWidget *, gint, gint, GdkEvent*, gpointer); void handle_clist_unselection(GtkWidget *, gint, gint, GdkEvent*, gpointer); int find_record_or_new_row(GtkCList *, const char *); void start_or_stop_scan(GtkWidget *, gpointer); void main_window_exit(GtkWidget *, gpointer); #endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -