Re: GtkProgressBar

2005-05-12 Thread Darryl Luff
abhi rocks wrote: hi I was wanting to add a progress bar to a function, but the problem is that progress bar is only shown after the function is over even though the first thing i do in the function is to show the progress bar. You need to give control back to GTK occasionally so it can

printing problem

2005-05-12 Thread abhi rocks
hi I was wanting to divide my page in two columns. One column with images and the other with text. Could someone give me an idea of how to do this. I have been trying libgnomeprint library. Printing a char * in multiline and restricted to a certain column of the page is my main problem. Any

file selection

2005-05-12 Thread srinivas
hi; i used filew = gtk_file_selection_new (Folder Selection); gtk_file_selection_set_filename (GTK_FILE_SELECTION (filew), ***.png); gtk_file_selection_get_filename (GTK_FILE_SELECTION (filew)); gtk_widget_show(filew); to select and display file/folder list, i can able to display widget, but i

Invalid byte sequence in conversion input

2005-05-12 Thread poonam chokshi
hello, I am making a file program that will read the values from the file and add it to the list and allows the user to select the value from the list and display it in the text. Now i am encrypting my values which will look like this ''?x h???f with the special characters generated

gtk file selection

2005-05-12 Thread srinivas
hi; can i directly use the gtk_file_selection API for selection, deletion, rename and creating folders or by using the API only the widget visible and i have to give functionality to each button. i directly used the file selection API, the widget is visible but the button's are not working

gtk+-1.2.10 (linux) vs gtk+-1.3.0 (windows) looks

2005-05-12 Thread Chisheng Huang
Hi, Does anybody know how to make radio buttons, check buttons, and spinners in GTK+-1.3.0 for MS Windows look as nice as those in GTK+-1.2.10 for Linux? Here is a URL with images illustrating the differences: http://chi-square-works.com/linux-vs-windows.html Thanks a lot for any

possible to detect if window is on active desktop, or not?

2005-05-12 Thread Olivier Sessink
Hi all, is it possible to detect if a window is on the current desktop of the user? (if the user is using virtual desktops?). I have an application that can have different documents open in diffeent windows, and each of these windows could be on a different virtual desktop. And I want to avoid

Missing pango_render_part_get_type in Win32 Pango?

2005-05-12 Thread Daniel K. O.
I'm wondering if the function pango_render_part_get_type() should be exported on Pango Win32 1.8.0. Right now I'm trying to compile GTKmm 2.6.2, and getting this error: --- Creating library file: .libs/libpangomm-1.4.dll.a .libs/renderer.o: In function

How to disable the esc key in gtkdialog?

2005-05-12 Thread 顺珉 吴
The gtkdialog destroy itself when get a esc key. How can I trap the key and disable this feature? And can I get the key input and deal with it myself in common types of gtkwidget? Thanks. _ Do You Yahoo!? 150MP3 http://music.yisou.com/

Re: printing problem

2005-05-12 Thread stian
hi I was wanting to divide my page in two columns. One column with images and the other with text. Could someone give me an idea of how to do this. I have been trying libgnomeprint library. Printing a char * in multiline and restricted to a certain column of the page is my main problem.