Hi all,
could be the wrong place.. however in latest gtk cvs snapshot i noticed:
- in gtkwidget.h at line 618 and following
/* widget style properties
*/
void gtk_widget_class_install_style_property(GtkWidgetClass *class,
GParamSpec *pspec);
void gtk_widget_class_install_style_property_parser (GtkWidgetClass
*class,
GParamSpec *pspec,
GtkRcPropertyParser parser);
an embedded "class" C++ keyword that clearly does not compile if you use
a c++ compiler.
- gtkbuttons and others get disabled if you apply a tooltip. Toolbar
example into testgtk shows this bug.
- gtkentry does not accept tooltip either.
have fun
/mario
--
Mario Motta
AI Research Group - Rimini
http://vdkbuilder.sourceforge.net
_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list