X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkexpander.h;h=2f9c7b181611b1be7698c6ba5a1cf71ec788d37e;hb=6767541ead7cc150d1dd066d3b84d85559500c28;hp=4a1b813d8525aba7db211c2a497e018502fa48a8;hpb=41810b46e717c432e9aca47b4a320e8836535340;p=~andy%2Fgtk diff --git a/gtk/gtkexpander.h b/gtk/gtkexpander.h index 4a1b813d8..2f9c7b181 100644 --- a/gtk/gtkexpander.h +++ b/gtk/gtkexpander.h @@ -13,21 +13,19 @@ * 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 . * * Authors: * Mark McLoughlin */ +#ifndef __GTK_EXPANDER_H__ +#define __GTK_EXPANDER_H__ + #if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) #error "Only can be included directly." #endif -#ifndef __GTK_EXPANDER_H__ -#define __GTK_EXPANDER_H__ - #include G_BEGIN_DECLS @@ -82,7 +80,7 @@ gint gtk_expander_get_spacing (GtkExpander *expander); void gtk_expander_set_label (GtkExpander *expander, const gchar *label); -G_CONST_RETURN gchar *gtk_expander_get_label (GtkExpander *expander); +const gchar * gtk_expander_get_label (GtkExpander *expander); void gtk_expander_set_use_underline (GtkExpander *expander, gboolean use_underline); @@ -98,9 +96,10 @@ GtkWidget *gtk_expander_get_label_widget (GtkExpander *expander); void gtk_expander_set_label_fill (GtkExpander *expander, gboolean label_fill); gboolean gtk_expander_get_label_fill (GtkExpander *expander); - +GDK_AVAILABLE_IN_3_2 void gtk_expander_set_resize_toplevel (GtkExpander *expander, gboolean resize_toplevel); +GDK_AVAILABLE_IN_3_2 gboolean gtk_expander_get_resize_toplevel (GtkExpander *expander); G_END_DECLS