source: trunk/third/gtkhtml/src/htmlenumutils.h @ 16767

Revision 16767, 1.1 KB checked in by ghudson, 23 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r16766, which included commits to RCS files with non-trunk default branches.
Line 
1/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
2/*
3   Copyright (C) 2000 Helix Code, Inc.
4
5   The Gnome Library is free software; you can redistribute it and/or
6   modify it under the terms of the GNU Library General Public License as
7   published by the Free Software Foundation; either version 2 of the
8   License, or (at your option) any later version.
9
10   The Gnome Library is distributed in the hope that it will be useful,
11   but WITHOUT ANY WARRANTY; without even the implied warranty of
12   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13   Library General Public License for more details.
14
15   You should have received a copy of the GNU Library General Public
16   License along with the Gnome Library; see the file COPYING.LIB.  If not,
17   write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18   Boston, MA 02111-1307, USA.
19
20   Author: Radek Doulik <rodo@helixcode.com>
21
22*/
23
24#ifndef _HTML_ENUM_UTILS_H
25#define _HTML_ENUM_UTILS_H
26
27#include <glib.h>
28#include "htmlenums.h"
29
30const gchar *html_valign_name (HTMLVAlignType valign);
31const gchar *html_halign_name (HTMLHAlignType halign);
32
33#endif
Note: See TracBrowser for help on using the repository browser.