Re: [gtk-list] Re: gtk+ & gtk--
- From: Guillaume Laurent <glaurent worldnet fr>
- To: gtk-list redhat com
- Subject: Re: [gtk-list] Re: gtk+ & gtk--
- Date: 12 Feb 1999 22:35:08 +0100
"Jan M. STANKOVSKY" <jan-gtk@ifs.univie.ac.at> writes:
> Please help....
You can also try the following patch :
--- checkmenuitem.gen_h.old Mon Jan 18 17:34:21 1999
+++ checkmenuitem.gen_h Fri Feb 12 22:32:29 1999
@@ -57,7 +57,11 @@
void
Gtk_CheckMenuItem::set_active(bool state)
{
+#ifgtk >= 1.1
gtk_check_menu_item_set_active(gtkobj(), state);
+#elsegtk
+ gtk_check_menu_item_set_state(gtkobj(), state);
+#endifgtk
}
--
Guillaume.
http://www.worldnet.fr/~glaurent
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]