[Java-gnome-developer] Creating custom container
Brought to you by:
afcowie
From: Jacek F. <ja...@gm...> - 2008-12-18 00:49:34
|
Hi, I want to create a custom Container. I've subclassed Container, but the parent constructor expects a long pointer. How do I generate one? I see the other Containers use a static .createWhateverType() method from the base Gtk JNI classes, but I do not see the equivalent GtkContainer.create... method. Thanks for any help (I am new to GTK+ development, but very interested). Jacek |