📄 fsface.h
字号:
/* WebDownloader for X-Window * Copyright (C) 1999-2002 Koshelev Maxim * This Program is free but not GPL!!! You can't modify it * without agreement with author. You can't distribute modified * program but you can distribute unmodified program. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. */#ifndef __MY_FTP_SEARCH_FACE_HEADER__#define __MY_FTP_SEARCH_FACE_HEADER__#include <gtk/gtk.h>#include "../dlist.h"enum FS_FACE_COLUMNS{ FS_COL_ICON, FS_COL_NAME, FS_COL_SIZE, FS_COL_LAST};void fs_list_remove(GtkTreeView *view,tDownload *what);void fs_list_add(GtkTreeView *view,tDownload *what);void fs_list_set_icon(GtkTreeView *view,tDownload *what,int icon);GtkTreeView *fs_list_init();void fs_list_set_size();void fs_list_get_size();void fs_list_hide();void fs_list_show();void fs_list_allocation(GtkWidget *paned,GtkAllocation *allocation);#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -