]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtktestutils.h
filechooserbutton: In SELECT_FOLDER, when the selection is empty, show (None) in...
[~andy/gtk] / gtk / gtktestutils.h
index 9991e75d4680569380e8b2d17f8f2070135527ad..c27decf2b269c0f37ebc416903030e62ff6870a1 100644 (file)
  * 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., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
+
 #ifndef __GTK_TEST_UTILS_H__
 #define __GTK_TEST_UTILS_H__
 
+#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
+#error "Only <gtk/gtk.h> can be included directly."
+#endif
+
 #include <gtk/gtkwidget.h>
 #include <gtk/gtkspinbutton.h>
 
@@ -45,7 +48,7 @@ GtkWidget*      gtk_test_display_button_window  (const gchar    *window_title,
 void            gtk_test_slider_set_perc        (GtkWidget      *widget, /* GtkRange-alike */
                                                  double          percentage);
 double          gtk_test_slider_get_value       (GtkWidget      *widget);
-gboolean        gtk_test_spin_button_click      (GtkSpinButton  *widget,
+gboolean        gtk_test_spin_button_click      (GtkSpinButton  *spinner,
                                                  guint           button,
                                                  gboolean        upwards);
 gboolean        gtk_test_widget_click           (GtkWidget      *widget,