]> git.sur5r.net Git - glabels/blobdiff - src/wdgt-chain-button.h
Imported Upstream version 3.0.0
[glabels] / src / wdgt-chain-button.h
index 382af2a44aa40bdd842ff21d41dcc472b5e356fd..3af93a00bf9fe0b9f1b83c4419a8430c071e96c5 100644 (file)
@@ -1,30 +1,30 @@
-/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
-
-/* wdgt-chain-button.h
- * Modified version of gimpchainbutton.h for gLabels:
+/*
+ *  wdgt-chain-button.h
+ *  Modified version of gimpchainbutton.h for gLabels:
+ *
+ *  LIBGIMP - The GIMP Library
+ *  Copyright (C) 1995-1997 Peter Mattis and Spencer Kimball
  *
- * LIBGIMP - The GIMP Library
- * Copyright (C) 1995-1997 Peter Mattis and Spencer Kimball
+ *  gimpchainbutton.h
+ *  Copyright (C) 1999-2000 Sven Neumann <sven@gimp.org>
  *
- * gimpchainbutton.h
- * Copyright (C) 1999-2000 Sven Neumann <sven@gimp.org>
+ *  Modified or gLabels by Jim Evins <evins@snaught.com>
  *
- * Modified or gLabels by Jim Evins <evins@snaught.com>
  *
- * This library 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 file is part of gLabels.
  *
- * This library 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.
+ *  gLabels 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 3 of the License, or
+ *  (at your option) any later version.
  *
- * You should have received a copy of the GNU General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ *  gLabels 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 gLabels.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 /*
@@ -38,7 +38,7 @@
 #ifndef __WDGT_CHAIN_BUTTON_H__
 #define __WDGT_CHAIN_BUTTON_H__
 
-#include <gtk/gtktable.h>
+#include <gtk/gtk.h>
 
 G_BEGIN_DECLS
 
@@ -96,3 +96,14 @@ gboolean    gl_wdgt_chain_button_get_active (glWdgtChainButton   *button);
 G_END_DECLS
 
 #endif /* __WDGT_CHAIN_BUTTON_H__ */
+
+
+
+/*
+ * Local Variables:       -- emacs
+ * mode: C                -- emacs
+ * c-basic-offset: 8      -- emacs
+ * tab-width: 8           -- emacs
+ * indent-tabs-mode: nil  -- emacs
+ * End:                   -- emacs
+ */