psppire-cell-renderer-button: Add "slash" property.
[pspp] / src / ui / gui / psppire-button-editable.h
index 7949b876c789a2db7815f70c91983f956e148ca2..a0eb3497c4b8b44c3b4b5aaddbdfe44b42f549c9 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPPIRE - a graphical user interface for PSPP.
-   Copyright (C) 2011 Free Software Foundation, Inc.
+   Copyright (C) 2011, 2012 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -34,6 +34,7 @@ typedef struct _PsppireButtonEditableClass PsppireButtonEditableClass;
 struct _PsppireButtonEditable {
   GtkButton parent;
   gchar *path;
+  gboolean slash;
 };
 
 struct _PsppireButtonEditableClass {
@@ -43,6 +44,10 @@ struct _PsppireButtonEditableClass {
 GType psppire_button_editable_get_type (void) G_GNUC_CONST;
 PsppireButtonEditable* psppire_button_editable_new (void);
 
+void psppire_button_editable_set_slash (PsppireButtonEditable *,
+                                        gboolean slash);
+gboolean psppire_button_editable_get_slash (const PsppireButtonEditable *);
+
 G_END_DECLS
 
 #endif /* PSPPIRE_BUTTON_EDITABLE_H */