gtk-- 0.9.0 bug and correction...
- From: "Myers W. Carpenter" <myers fil org>
- To: gtk-list redhat com
- Subject: gtk-- 0.9.0 bug and correction...
- Date: Wed, 29 Apr 1998 00:37:30 -0400 (EDT)
It's with the radio buttons:
----------> cut here <--------------
--- gtk---0.9.0/src/radiobutton.gen_h Tue Apr 21 18:58:13 1998
+++ ../gtk---0.9.0/src/radiobutton.gen_h Wed Apr 29 00:26:24 1998
@@ -36,6 +36,7 @@
: Gtk_CheckButton(GTK_CHECK_BUTTON(gtk_type_new(c_class.get_type())))
//gtk_radio_button_new_with_label(group, label)))
{
+ gtk_radio_button_set_group(gtkobj(), group);
add_label(const_cast<gchar*>(label));
}
----------> cut here <--------------
You can imagine what fun radio buttons with no group are. :)
(yes I'm the same guy who asked the _really_ dumb question last
night, who just forgot the -L/usr/local/lib flag)
anyway....
myers
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]