?? widget.c
字號:
/* Common widget functions. *//* $Id: widget.c,v 1.36 2004/11/22 07:28:49 miciah Exp $ */#ifdef HAVE_CONFIG_H#include "config.h"#endif#include <string.h>#include "elinks.h"#include "bfu/dialog.h"#include "bfu/inphist.h"#include "bfu/widget.h"#include "intl/gettext/libintl.h"#include "terminal/terminal.h"#include "util/error.h"voiddisplay_widget(struct dialog_data *dlg_data, struct widget_data *widget_data){ if (widget_data->widget->ops->display) widget_data->widget->ops->display(dlg_data, widget_data);}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -