diff options
Diffstat (limited to 'composer/e-composer-header.h')
-rw-r--r-- | composer/e-composer-header.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/composer/e-composer-header.h b/composer/e-composer-header.h index c98b3419e4..38a381f33e 100644 --- a/composer/e-composer-header.h +++ b/composer/e-composer-header.h @@ -1,3 +1,22 @@ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* + * Copyright (C) 2008 Novell, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the GNU Lesser General Public + * License as published by the Free Software Foundation. + * + * 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 Lesser General Public + * License along with this library; if not, write to the + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. + */ + #ifndef E_COMPOSER_HEADER_H #define E_COMPOSER_HEADER_H @@ -41,6 +60,9 @@ struct _EComposerHeaderClass { GType e_composer_header_get_type (void); gchar * e_composer_header_get_label (EComposerHeader *header); +gboolean e_composer_header_get_sensitive (EComposerHeader *header); +void e_composer_header_set_sensitive (EComposerHeader *header, + gboolean sensitive); gboolean e_composer_header_get_visible (EComposerHeader *header); void e_composer_header_set_visible (EComposerHeader *header, gboolean visible); |