Fixed bug reporting the significance of paired value t-test.
[pspp-builds.git] / lib / gtksheet / gtkextra-sheet.h
index bfc714ca340fe0f74c61095840b385838e523b06..0a5fb70fa1bd93897d8eefdc6f23db8bf2788c5f 100644 (file)
@@ -1,5 +1,5 @@
-/* This version of GtkSheet has been heavily modified, for the specific 
- *  requirements of PSPPIRE. 
+/* This version of GtkSheet has been heavily modified, for the specific
+ *  requirements of PSPPIRE.
  *
  * GtkSheet widget for Gtk+.
  * Copyright (C) 1999-2001 Adrian E. Feiguin <adrian@ifir.ifir.edu.ar>
@@ -16,7 +16,7 @@
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  * Lesser 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 St, Fifth Floor, Boston, MA  02110-1301  USA
@@ -68,6 +68,9 @@ typedef struct _GtkSheetButton GtkSheetButton;
 
 
 
+GtkSheetButton * gtk_sheet_button_new(void);
+
+inline void gtk_sheet_button_free(GtkSheetButton *button);
 
 
 #endif /* __GTK_EXTRA_SHEET_H__ */