setting font height for GtkTextview using pango

2007-05-09 Thread prabahar k
your suggestion. Thanks prabahar k ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Displaying iso 6937-2 character set letters in GtkWidget

2007-05-09 Thread prabahar k
prabahar k ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Displaying xpm images in textview

2007-05-06 Thread prabahar k
Hi I want to display xpm images in a textview along with some text. The problem is when inserting an xpm image along with few letters and a newline character ,it forms a small gap in between two rows which detaches the xpm images. I want it to be continious. I think textview buffer is allocating

Re: GTK Thread init problem

2007-04-17 Thread prabahar k
(); gdk_threads_leave (); b_run_flag = FALSE; return 0; } /End***/ On 4/17/07, James Scott Jr [EMAIL PROTECTED] wrote: On Mon, 2007-04-16 at 18:09 +0530, prabahar k wrote: hi i am trying to use a threaded GTK program. While running theprogram it gives

GTK Thread init problem

2007-04-16 Thread prabahar k
hi i am trying to use a threaded GTK program. While running the program it gives segmentation fault and it seem to be an thread init problem. is there any thing i am missing? Please give u r comments. the code is: /***gtk19.c**/ #include stdio.h