Re: Gtk_Tree widget help with gnome-obj-c
- From: sopwith redhat com (Elliot Lee)
- To: gnome-devel-list gnome org
- Subject: Re: Gtk_Tree widget help with gnome-obj-c
- Date: 26 Feb 1999 20:30:51 GMT
On Fri, 26 Feb 1999 10:51:01 -0800, George Farris <george@gmsys.com> wrote:
> [treeBox add:itemTree];
>
> Gtk-Message: gtk_scrolled_window_add(): cannot add non scrollable widget
> use gtk_scrolled_window_add_with_viewport() instead
For now, use
gtk_scrolled_window_add_with_viewport(
GTK_SCROLLED_WINDOW([treeBox getGtkObject]),
GTK_WIDGET([itemTree getGtkObject]));
obgtk's wrappings of gtk+ are not yet complete - people are working on
fixing this.
-- Elliot
"In film you will find four basic story lines. Man versus man, man
versus nature, nature versus nature, and dog versus vampire."
- Steven Spielberg
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]