⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 widgets.h

📁 串口调试工具。非常好的串口调试助手
💻 H
字号:
/***********************************************************************//* widgets.h                                                           *//* ---------                                                           *//*           GTKTerm Software                                          *//*                      (c) Julien Schmitt                             *//*                      julien@jls-info.com                            */                      /*                                                                     *//* ------------------------------------------------------------------- *//*                                                                     *//*   Purpose                                                           *//*      Functions for the management of the GUI for the main window    *//*      - Header file -                                                *//*                                                                     *//***********************************************************************/#ifndef WIDGETS_H_#define WIDGETS_H_#define MSG_WRN 0#define MSG_ERR 1#define ASCII_VIEW 0#define HEXADECIMAL_VIEW 1void create_main_window(void);void Set_status_message(gchar *);void put_text(gchar *, guint);void put_hexadecimal(gchar *, guint);void Set_local_echo(gboolean);void show_message(gchar *, gint);void clear_display(void);void set_view(guint);gint send_serial(gchar *, gint);void Put_temp_message(const gchar *, gint);extern GtkWidget *StatusBar;extern guint id;extern GtkWidget *Text;extern GtkAccelGroup *shortcuts;#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -