summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorten Welinder <terra@gnome.org>2004-03-12 15:49:22 +0000
committerMorten Welinder <mortenw@src.gnome.org>2004-03-12 15:49:22 +0000
commited649f3bff1fc2d8239e5375c41a8be512c61595 (patch)
tree1c22a45a25938ea6ed3b395efe70b2179ef304aa
parent989bfc4af8f8fffc7b3c1bb9d48ea200b0e986bd (diff)
downloadgtk+-ed649f3bff1fc2d8239e5375c41a8be512c61595.tar.gz
Add new testspinbutton.c
2004-03-12 Morten Welinder <terra@gnome.org> * tests/Makefile.am: Add new testspinbutton.c
-rw-r--r--ChangeLog4
-rw-r--r--ChangeLog.pre-2-104
-rw-r--r--ChangeLog.pre-2-44
-rw-r--r--ChangeLog.pre-2-64
-rw-r--r--ChangeLog.pre-2-84
-rw-r--r--tests/.cvsignore17
-rw-r--r--tests/Makefile.am6
-rw-r--r--tests/testspinbutton.c44
8 files changed, 79 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 37cc48e292..939d383cb6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-03-12 Morten Welinder <terra@gnome.org>
+
+ * tests/Makefile.am: Add new testspinbutton.c
+
2004-03-11 Federico Mena Quintero <federico@ximian.com>
* gtk/gtkfilechooserdefault.c (shortcuts_drag_set_delete_cursor):
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 37cc48e292..939d383cb6 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,7 @@
+2004-03-12 Morten Welinder <terra@gnome.org>
+
+ * tests/Makefile.am: Add new testspinbutton.c
+
2004-03-11 Federico Mena Quintero <federico@ximian.com>
* gtk/gtkfilechooserdefault.c (shortcuts_drag_set_delete_cursor):
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index 37cc48e292..939d383cb6 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,7 @@
+2004-03-12 Morten Welinder <terra@gnome.org>
+
+ * tests/Makefile.am: Add new testspinbutton.c
+
2004-03-11 Federico Mena Quintero <federico@ximian.com>
* gtk/gtkfilechooserdefault.c (shortcuts_drag_set_delete_cursor):
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 37cc48e292..939d383cb6 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,7 @@
+2004-03-12 Morten Welinder <terra@gnome.org>
+
+ * tests/Makefile.am: Add new testspinbutton.c
+
2004-03-11 Federico Mena Quintero <federico@ximian.com>
* gtk/gtkfilechooserdefault.c (shortcuts_drag_set_delete_cursor):
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 37cc48e292..939d383cb6 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,3 +1,7 @@
+2004-03-12 Morten Welinder <terra@gnome.org>
+
+ * tests/Makefile.am: Add new testspinbutton.c
+
2004-03-11 Federico Mena Quintero <federico@ximian.com>
* gtk/gtkfilechooserdefault.c (shortcuts_drag_set_delete_cursor):
diff --git a/tests/.cvsignore b/tests/.cvsignore
index d7f1e564f4..7baa176fb4 100644
--- a/tests/.cvsignore
+++ b/tests/.cvsignore
@@ -20,22 +20,23 @@ testfilechooser
testgtk
testicontheme
testinput
-testmerge
testmenus
+testmerge
testmultidisplay
testmultiscreen
testrgb
testselection
-testtext
-testtoolbar
-testtreeedit
-testtreeview
-testtreecolumns
testsocket
testsocket_child
+testspinbutton
+testtext
testtextbuffer
+testtoolbar
+testtreecolumns
+testtreeedit
+testtreeflow
testtreefocus
testtreesort
-treestoretest
-testtreeflow
+testtreeview
testxinerama
+treestoretest
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 3e7621329d..ef2ceb3f97 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -43,6 +43,7 @@ noinst_PROGRAMS = \
testrgb \
testselection \
$(testsocket_programs) \
+ testspinbutton \
testtext \
testtextbuffer \
testtoolbar \
@@ -79,6 +80,7 @@ testrgb_DEPENDENCIES = $(TEST_DEPS)
testselection_DEPENDENCIES = $(TEST_DEPS)
testsocket_DEPENDENCIES = $(DEPS)
testsocket_child_DEPENDENCIES = $(DEPS)
+testspinbutton_DEPENDENCIES = $(TEST_DEPS)
testtext_DEPENDENCIES = $(TEST_DEPS)
testtextbuffer_DEPENDENCIES = $(TEST_DEPS)
testtreeedit_DEPENDENCIES = $(DEPS)
@@ -109,6 +111,7 @@ testrgb_LDADD = $(LDADDS)
testselection_LDADD = $(LDADDS)
testsocket_LDADD = $(LDADDS)
testsocket_child_LDADD = $(LDADDS)
+testspinbutton_LDADD = $(LDADDS)
testtextbuffer_LDADD = $(LDADDS)
testtoolbar_LDADD = $(LDADDS)
stresstest_toolbar_LDADD = $(LDADDS)
@@ -159,6 +162,9 @@ testsocket_child_SOURCES = \
testsocket_child.c \
testsocket_common.c
+testspinbutton_SOURCES = \
+ testspinbutton.c
+
testmerge_SOURCES = \
testmerge.c
diff --git a/tests/testspinbutton.c b/tests/testspinbutton.c
new file mode 100644
index 0000000000..9027a973fd
--- /dev/null
+++ b/tests/testspinbutton.c
@@ -0,0 +1,44 @@
+#include <config.h>
+#include <gtk/gtk.h>
+
+int
+main (int argc, char **argv)
+{
+ GtkWidget *window, *mainbox;
+ int max;
+
+ gtk_init (&argc, &argv);
+
+ window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
+ g_signal_connect (window, "delete_event", gtk_main_quit, NULL);
+
+ mainbox = gtk_vbox_new (FALSE, 2);
+ gtk_container_add (GTK_CONTAINER (window), mainbox);
+
+ for (max = 9; max <= 999999999; max = max * 10 + 9) {
+ GtkAdjustment *adj =
+ GTK_ADJUSTMENT (gtk_adjustment_new (max,
+ 1, max,
+ 1,
+ (max + 1) / 10,
+ 0.0));
+
+ GtkWidget *spin = gtk_spin_button_new (adj, 1.0, 0);
+ GtkWidget *hbox = gtk_hbox_new (FALSE, 2);
+
+ gtk_box_pack_start (GTK_BOX (hbox),
+ spin,
+ FALSE,
+ FALSE,
+ 2);
+
+ gtk_container_add (GTK_CONTAINER (mainbox), hbox);
+
+ }
+
+ gtk_widget_show_all (window);
+
+ gtk_main ();
+
+ return 0;
+}