📄 gsegyfileaux.h
字号:
/* * GTKSEISVIEWUI - Library of interface elements for GSEGYView * * Copyright (C) 2005-2006 Vladimir Bashkardin * * 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 av. * * 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. * * Author: Vladimir Bashkardin <vovizmus@users.sourceforge.net> */#include <gtk/gtk.h>#include <gsegyfile/gsegyerror.h>#ifdef DISABLE_NLS# define textdomain(String) (String)# define gettext(String) (String)# define dgettext(Domain,Message) (Message)# define dcgettext(Domain,Message,Type) (Message)# define bindtextdomain(Domain,Directory) (Domain)# define _(String) (String)# define Q_(String) g_strip_context ((String), (String))# define N_(String) (String)#else# include <libintl.h># undef _# define _(String) dgettext (PACKAGE_NAME, String)# define Q_(String) g_strip_context ((String), gettext (String))# ifdef gettext_noop# define N_(String) gettext_noop (String)# else# define N_(String) (String)# endif#endifconst gchar *gsegy_view_get_file_error_message (GSEGYFileError *file_error);void gsegy_view_init_dirs (int argc, char *argv[]);void gsegy_view_set_window_icon (GtkWindow *window);const gchar *gsegy_view_get_data_dir (void);const gchar *gsegy_view_get_locale_dir (void);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -