gtkskan.h

来自「Linux下无线网卡扫描工具源代码」· C头文件 代码 · 共 21 行

H
21
字号
#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 + =
减小字号Ctrl + -
显示快捷键?