Re: drawing a line

2002-02-03 Thread Shiraz Baig
Hi, I do understand the advantage of expose but I wanted to understand the fundamentals first. Therefore, i wanted to draw the drawline like this. Thanks for all the help. BTW, I have now drawn the line with expose event. But I am slightly confused, becuase it calls the expose function three

Re: drawing a line

2002-02-03 Thread Sven Neumann
Hi, Shiraz Baig [EMAIL PROTECTED] writes: I do understand the advantage of expose but I wanted to understand the fundamentals first. actually I don't think the concept of expose events as exposed by X11 (and thus GDK) has any advantages, but that's a different question... BTW, I have

about how to create a function named of gtk_button_ellipse_new_with_label()?

2002-02-03 Thread Kason Huang
Title: about how to create a function named of gtk_button_ellipse_new_with_label()? hello: could anyone tell me the inheritence of the gtk. if i want to create a function named gtk_button_ellipse_new_with_label(),how to do that? for gtk is writed with c not c++,in c++ you could incapsuate

gtk+1.3 library

2002-02-03 Thread satyajit kanungo
Hi I am trying to build gtk+-1.3.12 (from GNOME alpha release) on my Linux machine. and it builds properly on my system. I found the gtk sources still using deprecated features such as GtkTypeInfo,GtkType variables, gtk_signal_new etc. Are there any plans to removed these