Hi,
I'm wondering how to convert the following code to gtk2. The button
field no longer exists in a gtk_combo_box
gtk_tooltips_set_tip (tooltips, GTK_COMBO_BOX(zoom_combo)->button,
                        _("Visible length"), NULL);
Thanks in advance.