]> Pileus Git - ~andy/gtk/blobdiff - tests/cellareascaffold.c
Add a color chooser testcase
[~andy/gtk] / tests / cellareascaffold.c
index c623b20acd580d981793e566c3fa187d268363c1..cfd7185780f3e671b5844db3333f71998f87ca9e 100644 (file)
@@ -337,8 +337,6 @@ cell_area_scaffold_realize (GtkWidget *widget)
 
   priv->event_window = gdk_window_new (window, &attributes, attributes_mask);
   gdk_window_set_user_data (priv->event_window, widget);
-
-  gtk_widget_style_attach (widget);
 }
 
 static void
@@ -686,7 +684,7 @@ cell_area_scaffold_focus (GtkWidget       *widget,
              else
                {
                  /* XXX A real implementation should check if the
-                  * previous row can focus with it's attributes setup */
+                  * previous row can focus with its attributes setup */
                  focus_row--;
                  valid = gtk_tree_model_iter_nth_child (priv->model, &iter, NULL, focus_row);
                }
@@ -698,7 +696,7 @@ cell_area_scaffold_focus (GtkWidget       *widget,
              else
                {
                  /* XXX A real implementation should check if the
-                  * previous row can focus with it's attributes setup */
+                  * previous row can focus with its attributes setup */
                  focus_row++;
                  valid = gtk_tree_model_iter_next (priv->model, &iter);
                }