Re: Creating custom widget questions

2006-05-25 Thread James Scott Jr
Thanks for the quick response. On Thu, 2006-05-25 at 19:07 +0200, David Nečas (Yeti) wrote: > On Thu, May 25, 2006 at 12:18:46PM -0400, James Scott Jr wrote: > > > > Q1: Naming a new widget: Is it ok to name it gtk_linegraph_new() ? > >- I named mine sk_linegraph_new(), but all the book

Re: Creating custom widget questions

2006-05-25 Thread Yeti
On Thu, May 25, 2006 at 12:18:46PM -0400, James Scott Jr wrote: > > Q1: Naming a new widget: Is it ok to name it gtk_linegraph_new() ? >- I named mine sk_linegraph_new(), but all the books i've read > did not hesitate to prefix their names with gtk_ sk_linegraph_new() will not cause conf

Creating custom widget questions

2006-05-25 Thread James Scott Jr
Folks, I am creating a xy linegraph widget for the first time, and I am experiencing a double destroy method call during shutdown. Plus, I would like some clarification on which api family to use for params ;GtkObject or GObject, and a little help with naming a new widget. I'm using gtk2-devel-2