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

2005-05-12 Thread Thorsten Maerz
Hi Chisheng, On Thu, 12 May 2005 17:10:17 + (GMT) Chisheng Huang <[EMAIL PROTECTED]> wrote: > 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? For gtk-1.3 you may have a look at the wi

folder selection

2005-05-12 Thread srinivas
hi ; can i use gtk_file_selection to select the folder, if so can i have an example of it. bye; vasu. ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

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 pr

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!? 150万曲MP3疯狂搜,带您闯入音乐殿堂 http://music.yis

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 `ZN4Glib5ValueIN5Pango10RenderPartEE10value

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 th

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

2005-05-12 Thread Michael L Torrie
On Thu, 2005-05-12 at 17:10 +, Chisheng Huang wrote: > 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: You are strongly r

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

2005-05-12 Thread Allin Cottrell
On Thu, 12 May 2005, Chisheng Huang wrote: 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

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 inp

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 nei

Re: GtkProgressBar

2005-05-12 Thread stian
> 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. > > So maybe i should give a delay after showing. Is there > any function whi

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 random

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, bu

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 sugg

Re: GtkProgressBar

2005-05-12 Thread abhi rocks
hey Thanks a lot guys, its working fine now. Thank You Abhishek Samuel ___ Yahoo! Messenger - want a free and easy way to contact your friends online? http://uk.messenger.yahoo.com _

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 i

GtkProgressBar

2005-05-12 Thread abhi rocks
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. So maybe i should give a delay after showing. Is there any function which causes a del