]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/gtk+/gtk+-2.6.4-1.osso7/gtkseparator.c.diff
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / gtk+ / gtk+-2.6.4-1.osso7 / gtkseparator.c.diff
1 --- gtk+-2.6.4/gtk/gtkseparator.c       2004-08-09 19:59:52.000000000 +0300
2 +++ gtk+-2.6.4/gtk/gtkseparator.c       2005-04-06 16:19:37.928772312 +0300
3 @@ -65,6 +65,18 @@
4  static void
5  gtk_separator_class_init (GtkSeparatorClass *class)
6  {
7 +  GParamSpec* pspec;
8 +  
9 +  pspec = g_param_spec_boolean("hildonlike-drawing",
10 +                               "hildonlike looks.",
11 +                               "hildonlike looks. "
12 +                              "Draws with paint_box "
13 +                              "instead of paint_(vh)line, 1/0",
14 +                               FALSE,
15 +                               G_PARAM_READABLE);
16 +  
17 +  gtk_widget_class_install_style_property(GTK_WIDGET_CLASS(class),
18 +                                          pspec);
19  }
20  
21  static void