Re: GTK - Clist Problem

2005-04-16 Thread Antonio Gomes
Hi, "paste" the related piece of code here , please ! Best Regags On 4/16/05, sandeep kaur <[EMAIL PROTECTED]> wrote: > Hi All, > > I am a new member in this group. > > The problem that i am facing is:- > > I am trying to read the data from a structure into the > clist member using the pointe

GLib Crashing?

2005-04-16 Thread Daniel Pekelharing
Hi all, After running my app for a few minutes it crashes with this message: GLib-ERROR **: file gmain.c: line 1955 (g_main_dispatch): assertion failed: (source->context == context) aborting... Aborted I'm not sure if this is a bug with glib or (more likely) in my app? Anyone have a clue what i

Re: GTK Coding Conventions

2005-04-16 Thread Rick Sutphin
Roger, Thanks for the link. I have started reading through your tutorial, and would like say nice job, and thanks for making it available for everyone to benefit from : ). Thanks Again, Rick Roger Leigh wrote: Rick Sutphin <[EMAIL PROTECTED]> writes: Thanks for the response. I appreciate the

Re: GTK Coding Conventions

2005-04-16 Thread Rick Sutphin
Vladislav, I would like to learn gtkmm as well. I have gone through the first couple of examples, but my knowledge of C++ and object oriented programming is limited. Thanks, Rick Vladislav Grinchenko wrote: On Wed, 2005-04-13 at 07:12, Rick Sutphin wrote: Thanks for the response. I appreciate

GTK - Clist Problem

2005-04-16 Thread sandeep kaur
Hi All, I am a new member in this group. The problem that i am facing is:- I am trying to read the data from a structure into the clist member using the pointer to 2d array as *mitem[10][4]; it prints all the values correctly and after the for loop, in which we are printing the elements, there

Re: G_CALLBACK definition

2005-04-16 Thread Daniel Pekelharing
On Sat, 2005-04-16 at 11:15 +0200, David Necas (Yeti) wrote: > GtkWidget *dan_gui_open_dialog(char *title, char *filter_name, >char *filter, GCallback callback) > > Yeti Thanks again! ___ gtk-app-devel-list mailing list

Re: G_CALLBACK definition

2005-04-16 Thread David Necas (Yeti)
On Sat, Apr 16, 2005 at 11:09:06AM +0200, Daniel Pekelharing wrote: > How do I define a G_CALLBACK function in my own function? > I'm trying to make a simple "convenience" function that creates a > dialog. > > I need to pass the callback function to it. > > Here's my definition so far, I don't kn

G_CALLBACK definition

2005-04-16 Thread Daniel Pekelharing
Hi all, How do I define a G_CALLBACK function in my own function? I'm trying to make a simple "convenience" function that creates a dialog. I need to pass the callback function to it. Here's my definition so far, I don't know how to define GtkWidget *dan_gui_open_dialog(char *title, char *filt