medit/moo/mooterm/mooterm-prefs.h

38 lines
1.0 KiB
C

/*
* mooterm-prefs.h
*
* Copyright (C) 2004-2007 by Yevgen Muntyan <muntyan@math.tamu.edu>
*
* 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.
*
* See COPYING file that comes with this distribution.
*/
#ifndef MOO_TERM_PREFS_H
#define MOO_TERM_PREFS_H
#include <gtk/gtkwidget.h>
G_BEGIN_DECLS
GtkWidget *moo_term_prefs_page_new (void);
const char *moo_term_setting (const char *setting_name);
/* keep in sync with list in mooterm-prefs.c */
#define MOO_TERM_PREFS_PREFIX "Terminal"
#define MOO_TERM_PREFS_FONT "font"
#define MOO_TERM_PREFS_FOREGROUND "foreground"
#define MOO_TERM_PREFS_BACKGROUND "background"
#define MOO_TERM_PREFS_CURSOR_BLINKS "cursor_blinks"
#define MOO_TERM_PREFS_CURSOR_BLINK_TIME "cursor_blink_time"
G_END_DECLS
#endif /* MOO_TERM_PREFS_H */