What steps will reproduce the problem? 1. new plugins/ExampleApplicationPlugin2.vala 2. edit it: button -> button2 3. make. and put testplugin2.plugin in same directory. 4. edit it: ExampleApplicationPlugin.so -> ExampleApplicationPlugin2.so 5. run.
What is the expected output? What do you see instead? expected: appear two button in one window. instead: ...GtkWindow can only contain one widget in at time. it's already contains a widget of type GtkButton.
What version of the product are you using? On what operating system? Vala 0.5.7 appendage 0.1.1 Ubuntu 8.04
Please provide any additional information below. http://code.google.com/p/appendage/source/browse/trunk/example/plugins/Exam pleApplicationPlugin.vala
I reference this sample. I would like to make six button in 2*3 Gtk.Table. It's not easy way? thanks for example.
Status: New
Labels:
Type-Defect
Priority-Medium