Re: changing language for gtk apps. in kde

2004-07-26 Thread Sven Neumann
Hi, sada asd [EMAIL PROTECTED] writes: Is there any way to set the language , so that the gtk applications come up in spanish when opened from kde menu? Running the KDE session in an environment which has LANG=es_ES set should do the trick. You will probably have to fiddle with the kdm setup.

Re: GDK error!!!!!!!!!!!!!!

2004-07-26 Thread Gabriel de Perthuis
vikram_dravid_sr wrote: hi, i have a viewport into which i have added children such as label,image,text box etc...now i am trying to capture mouse events for the label / image.this is the error i get when i am tring to change the mouse corsor when it moves over the label..please help

Re: win32 port of gtk+ -2.4.x

2004-07-26 Thread Tiago Cogumbreiro
You could try http://gladewin32.sf.net It's very up2date ;) On Mon, 2004-07-26 at 04:25, Igor Gorbounov wrote: Hi, All! Now, as Todd Kulesza from http://www.dropline.net/gtk/ has dropped the development of his (hers?) GTK+ for Windows packages, would anyone explain, please, which (and

Display jpeg image only use GTK instead of using imlib and gdk-pixbuf

2004-07-26 Thread bhagirathi
Hi there, I would like to display jpeg images using pure gtk instead of using imlib or gdk-pixbuf, because I want to keep my code as small as possible. As I know that imlib is quite big, and gdk-pixbuf contains gnome both of which I intend not to use them. Does anyone know that is pure GTK is

Re: Display jpeg image only use GTK instead of using imlib and gdk-pixbuf

2004-07-26 Thread John Cupitt
On Mon, 26 Jul 2004 17:54:03 +0700, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I would like to display jpeg images using pure gtk instead of using imlib or gdk-pixbuf, because I want to keep my code as small as possible. As I know that imlib is quite big, and gdk-pixbuf contains gnome both of

Re: Display jpeg image only use GTK instead of using imlib and gdk-pixbuf

2004-07-26 Thread Sven Neumann
Hi, John Cupitt [EMAIL PROTECTED] writes: I would like to display jpeg images using pure gtk instead of using imlib or gdk-pixbuf, because I want to keep my code as small as possible. As I know that imlib is quite big, and gdk-pixbuf contains gnome both of which I intend not to use

gtk apps font

2004-07-26 Thread Justyna Sidorska
Hello, how do I know what font is currently used by gkt-based applications. I mean how to check it from the user level if I have no control panel. Regards, Justyna ___ gtk-list mailing list [EMAIL PROTECTED]

File dialog box save overwrite problem

2004-07-26 Thread prasanthi chaudhary
Hi All, I am writing a programme, if the user clicks on a button then i am displaying the filedialog box and reading the filename entered by the user, when user clicks on Ok button of the file dialog box and creating a file with that name(To store some information for my application). Problem is

Re: File dialog box save overwrite problem

2004-07-26 Thread Sven Neumann
Hi, prasanthi chaudhary [EMAIL PROTECTED] writes: I am writing a programme, if the user clicks on a button then i am displaying the filedialog box and reading the filename entered by the user, when user clicks on Ok button of the file dialog box and creating a file with that name(To store

Is the gtkdrawingarea a server or client side widget?

2004-07-26 Thread Erik Jonsson
If I create a GtkDrawingArea and only use GdkPixMaps to update it. Will all graphics be handled on the server side? If the DrawingArea uses only a GdkScreen I guess it should all be server side but if it's using a GdkPixBuf or GdkRBG internaly it might have to copy data from the client every

Re: Is the gtkdrawingarea a server or client side widget?

2004-07-26 Thread Tristan Van Berkom
Erik Jonsson wrote: If I create a GtkDrawingArea and only use GdkPixMaps to update it. Will all graphics be handled on the server side? A GdkPixmap is on the X server (it represents a Pixmap, which is an XID). If the DrawingArea uses only a GdkScreen I guess it should all be server side but if

Re: GTK+ 1.x TTF rendering problems with Xorg (FC2)

2004-07-26 Thread Michael L Torrie
On Sat, 2004-07-24 at 12:29, Andre Costa wrote: Hi, is this the right place to ask for help about truetype font rendering problems with GTK 1.x apps with Xorg (Fedora Core 2)? It broke after I upgraded from XFree86 to Xorg (FC1 -- FC2). It's not just gtk1 fonts that look bad. It is any

Why gtk_toolbar_append_element, gtk_toolbar_append_widget, ... ... should be deprecated ?

2004-07-26 Thread 向斌
Hi,all I am a new commer to gtk programming.Today I got two small questions. 1. Why "gtk_toolbar_append_element","gtk_toolbar_append_widget", ... ... should be deprecated ? If I do not use those deprecated function ,how can I add widget to the GtkToolbar . 2. GtkWidget*