X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fhildon-helper.h;h=90a15d328d6935e309b3f5d3b52a40c6012f7708;hb=82f05c50afc0d4bd363c7282011378656f2544ca;hp=9cd53498826fd6727174b0ab7bd378c04b596c15;hpb=5c31147b11d0029cbf41445b50da58bff9241b00;p=hildon diff --git a/src/hildon-helper.h b/src/hildon-helper.h index 9cd5349..90a15d3 100644 --- a/src/hildon-helper.h +++ b/src/hildon-helper.h @@ -8,7 +8,7 @@ * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; version 2.1 of - * the License. + * 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 @@ -48,6 +48,16 @@ void hildon_helper_set_insensitive_message (GtkWidget *widget, const gchar *message); +void +hildon_helper_set_insensitive_messagef (GtkWidget *widget, + const gchar *format, + ...); + +void +hildon_helper_set_thumb_scrollbar (GtkScrolledWindow *win, + gboolean thumb); + G_END_DECLS -#endif /* HILDON_HELPER_H */ +#endif /* __HILDON_HELPER_H__ */ +