X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=test%2Faccessx-gui.c;h=1ce91f0b27f07b6b216a1db1d129f8bb84d7e86e;hb=1885defa72d1861ac2330fa91c81af760d2f4c7c;hp=2ce035a1811294fddb352c850f217db4cde75614;hpb=4cd736d7af4fbc37274d6068ed816ce101f72ec3;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/test/accessx-gui.c b/test/accessx-gui.c index 2ce035a..1ce91f0 100644 --- a/test/accessx-gui.c +++ b/test/accessx-gui.c @@ -2,7 +2,8 @@ * AT-SPI - Assistive Technology Service Provider Interface * (Gnome Accessibility Project; http://developer.gnome.org/projects/gap) * - * Copyright 2001 Sun Microsystems Inc. + * Copyright 2001, 2002 Sun Microsystems Inc., + * Copyright 2001, 2002 Ximian, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -20,6 +21,7 @@ * Boston, MA 02111-1307, USA. */ +#include #include #include #include @@ -621,7 +623,7 @@ timeout_box () } static void -create_gui () +create_gui (void) { GtkWidget *window, *button, *container, *hbox; @@ -671,7 +673,7 @@ create_gui () } static void -create_gui_x () +create_gui_x (void) { GtkWidget *window, *button, *container, *hbox, *range; GtkAdjustment *adjustment; @@ -686,8 +688,6 @@ create_gui_x () controls[6] = control_struct_new (XkbMouseKeysAccelMask, &xkb->ctrls->mk_time_to_max, NULL, "Accel"); controls[7] = control_struct_new (XkbAccessXTimeoutMask, &xkb->ctrls->ax_timeout, "AccessX timeout", "Sec"); - - hbox = gtk_widget_new (gtk_hbox_get_type(), "GtkWidget::parent", container, "GtkWidget::visible", TRUE,