📄 interface.h
字号:
/* * THIS FILE IS NOT generated by Glade. * (Though many codes are hacked from the auto-generated Glade project) * * DONOT USE GLADE TO MODIFY IT!!!!!!!!!!!!!!!! *//* inteface.h * * Copyright (C) 2004-2004 Wang Xiaoguang (Chice) <chice_wxg@hotmail.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * 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. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * * Authors: Wang Xiaoguang (Chice) <chice_wxg@hotmail.com> */#ifndef _INTERFACE_H_#define _INTERFACE_H_//#include "dld.h"#include "../dld_task.h"enum{ TREEVIEW_TASKS_COL_TASK = 0, TREEVIEW_TASKS_COL_STATUS, TREEVIEW_TASKS_COL_FILENAME, TREEVIEW_TASKS_COL_SIZE, TREEVIEW_TASKS_COL_RATE, TREEVIEW_TASKS_COL_SPEED, TREEVIEW_TASKS_COL_TIME, TREEVIEW_TASKS_COL_REMAINING, TREEVIEW_TASKS_COL_THREADNUMBER, TREEVIEW_TASKS_COL_URL, TREEVIEW_TASKS_COL_COMMENT, TREEVIEW_TASKS_COL_N};enum{ TREEVIEW_INFOS_COL_TASKTHREAD = 0, TREEVIEW_INFOS_COL_TITLE, TREEVIEW_INFOS_COL_N};enum{ TREEVIEW_DIRS_COL_TASKDIR = 0, TREEVIEW_DIRS_COL_TITLE, TREEVIEW_DIRS_COL_PATH, TREEVIEW_DIRS_COL_N};enum{ TREEVIEW_PROXYS_COL_PROXY = 0, TREEVIEW_PROXYS_COL_NAME, TREEVIEW_PROXYS_COL_HOST, TREEVIEW_PROXYS_COL_PORT, TREEVIEW_PROXYS_COL_TYPE, TREEVIEW_PROXYS_COL_USERNAME, TREEVIEW_PROXYS_COL_PASSWORD, TREEVIEW_PROXYS_COL_N};GtkWidget* create_window_main (void);GtkWidget* create_window_drop (void);GtkWidget* create_dialog_taskprop (DldTask *task);GtkWidget* create_dialog_newdir (void);GtkWidget* create_dialog_options (void);GtkWidget* create_dialog_proxy_settings (void);GtkWidget* create_dialog_shell_programs (void);GtkWidget* create_toptip (char *msg);GtkWidget* create_dialog_choice(void);extern GdkPixbuf *pixbuf_start;extern GdkPixbuf *pixbuf_stop;extern GdkPixbuf *pixbuf_finished;extern GdkPixbuf *pixbuf_error;extern GdkPixbuf *pixbuf_queue;extern GdkPixbuf *pixbuf_tray;extern GdkPixmap *pixmap_window_drop;extern GdkPixmap *pixmap_logo;extern GtkWidget *window_main;extern GtkWidget *menubar_main;extern GtkWidget *menu_download;extern GtkWidget *menu_download_menu;extern GtkWidget *menu_download_new_task;extern GtkWidget *menu_download_start_task;extern GtkWidget *menu_download_stop_task;extern GtkWidget *menu_download_modify_task;extern GtkWidget *menu_download_remove_task;extern GtkWidget *menu_download_delete_file;extern GtkWidget *menu_download_copy_url;extern GtkWidget *menu_download_restart_task;extern GtkWidget *menu_popup_task_menu;extern GtkWidget *menu_popup_task_start_task;extern GtkWidget *menu_popup_task_stop_task;extern GtkWidget *menu_popup_task_modify_task;extern GtkWidget *menu_popup_task_copy_url;extern GtkWidget *menu_popup_task_restart_task;extern GtkWidget *menu_popup_task_remove_task;extern GtkWidget *menu_popup_task_delete_file;extern GtkWidget *menu_popup_task_open_file;extern GtkWidget *menu_popup_task_open_dir;extern GtkWidget *menu_popup_task_install;extern GtkWidget *menu_popup_window_drop_menu;extern GtkWidget *toolbar_main;extern GtkWidget *treeview_dirs;extern GtkWidget *canvas_graph;extern GtkWidget *treeview_infos;extern GtkWidget *textview_info;extern GtkWidget *statusbar_main;extern GtkWidget *treeview_tasks;extern GtkListStore *treeview_tasks_store;extern GtkWidget *treeview_infos;extern GtkListStore *treeview_infos_store;extern GtkWidget *treeview_dirs;extern GtkListStore *treeview_dirs_store;extern GtkWidget *treeview_proxys;extern GtkListStore *treeview_proxys_store;extern GtkWidget *window_drop;#endif //_INTERFACE_H_
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -