]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtktestutils.h
Add GtkBubbleWindow
[~andy/gtk] / gtk / gtktestutils.h
index bcb2c12fa38f5275348f63661871e6f40935b5c8..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>
 
-G_BEGIN_DECLS;
+G_BEGIN_DECLS
 
 /* --- Gtk+ Test Utility API --- */
 void            gtk_test_init                   (int            *argcp,
@@ -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,
@@ -64,6 +67,6 @@ GtkWidget*      gtk_test_find_sibling           (GtkWidget      *base_widget,
                                                  GType           widget_type);
 GtkWidget*      gtk_test_find_label             (GtkWidget      *widget,
                                                  const gchar    *label_pattern);
-G_END_DECLS;
+G_END_DECLS
 
 #endif /* __GTK_TEST_UTILS_H__ */