?? gtkskan.h
字號(hào):
#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
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -