[Mono-dev] RE: Glade Custom Widget in mono

gigi gogu dantes_programmer at yahoo.com
Mon Jan 2 14:16:08 EST 2006


Sorry, yahoo cut my message dunno why
 
  Hy there again.I know that this is not exactly a mono question, but i didn't find anything on the Internet about it. I'm using glade interface designer for creating UI in my application, but I don't know how I can use the Custom Widget object. 
 
 What should i write in the Creation function field? A method name like "create_dgUseri" that returns the type of my class or what?I tried to do a function :
 
 private myDataGrid create_dgUseri(){            
     myDataGrid ret = new myDataGrid();            
     return ret;
 }
 
 but i get this error:
 
 (<unknown>:967): libglade-WARNING **: could not find widget creation function.  What does String1, String2, Int1 Int2 mean ? 
 And how do I implement this in my mono application?
 
 Dantes

		
---------------------------------
Yahoo! Shopping
 Find Great Deals on Holiday Gifts at Yahoo! Shopping 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20060102/6822256f/attachment.html 


More information about the Mono-devel-list mailing list