2007-10-15 [colin] 3.0.2cvs76
[claws.git] / src / gtk / gtkshruler.h
index bf7e0cde5002fd60c3756088f890a5d65fec33aa..e0eff7057208cfa250fba2671999c8623322be9b 100644 (file)
@@ -1,10 +1,10 @@
 /* GTKSHRuler
- * Copyright (C) 2000-2004 Alfons Hoogervorst & The Sylpheed Claws Team
+ * Copyright (C) 2000-2004 Alfons Hoogervorst & The Claws Mail Team
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Library General Public
  * License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
+ * version 3 of the License, or (at your option) any later version.
  *
  * This library is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -12,9 +12,7 @@
  * Library General Public License for more details.
  *
  * You should have received a copy of the GNU Library 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.
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef __GTK_SHRULER_H__
@@ -51,9 +49,6 @@ struct _GtkSHRulerClass
 
 GType      gtk_shruler_get_type (void);
 GtkWidget* gtk_shruler_new      (void);
-void       gtk_shruler_set_pos  (GtkSHRuler *ruler,
-                                gfloat      pos);
-
 
 #ifdef __cplusplus
 }