X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-button-editable.h;h=a0eb3497c4b8b44c3b4b5aaddbdfe44b42f549c9;hb=2b1db12ee3bd135517659285a35a4763b44b7e39;hp=7949b876c789a2db7815f70c91983f956e148ca2;hpb=f95002ec226b18f52773e747cae7e1d00302ad1a;p=pspp diff --git a/src/ui/gui/psppire-button-editable.h b/src/ui/gui/psppire-button-editable.h index 7949b876c7..a0eb3497c4 100644 --- a/src/ui/gui/psppire-button-editable.h +++ b/src/ui/gui/psppire-button-editable.h @@ -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 */