Re: building gtk+ application on windows

2005-09-18 Thread Christian Neumair
Am Samstag, den 17.09.2005, 21:17 -0700 schrieb Suyono: I use cygwin to compile my project on Windows but it still need X server to run a gtk+ application. Yesterday, my friend sent me Gimp for windows. How can it run on Windows without X server? Thanks for helping me. It was ported and uses

Re: notebook issue ?

2005-09-18 Thread Christian Neumair
Am Sonntag, den 18.09.2005, 15:45 +0200 schrieb Rss Reader: I would like to insert a close button, on the notebook tab, like gedit did, and i'm looking for an easy solution, or would one explain me how to do it ? What was wrong with the answer you got under [1]? [1]

Border

2005-09-18 Thread Alexander S.Kresin
Hi All, Is it possible to tell GTK to draw a border around a container or any other widget, or I must draw it myself, with gdk_draw_rectangle() for example ? Regards, Alexander Kresin http://kresin.belgorod.su ___ gtk-app-devel-list mailing

Internationalization ???

2005-09-18 Thread Rss Reader
is there another way to Internationalizate an application without using gettext, because i'm not using the autotools to build my projet. Or could we i18ne it witout using autotools, by using gettext, is there any links ...???

Re: Border

2005-09-18 Thread Przemysław Sitek
Hi, Is it possible to tell GTK to draw a border around a container or any other widget, or I must draw it myself, with gdk_draw_rectangle() for example ? Use GtkFrame -- Przemys³aw Sitek ___ gtk-app-devel-list mailing list

Re: Border

2005-09-18 Thread John Cupitt
If you want to draw a focus rectangle, you can use gtk_paint_focus() in _expose(). You also need to use: gint focus_width; gint focus_pad; gtk_widget_style_get( widget, focus-line-width, focus_width, focus-padding, focus_pad,

Re: gtk_window_set_default does not work (for me)

2005-09-18 Thread Deekshit Mantampady
Does it mean, I cannot do this on a window. I mean do I need to use GtkDialog instead of window.. Thanks Deekshith M On 9/13/05, Christian Neumair [EMAIL PROTECTED] wrote: Am Montag, den 12.09.2005, 18:11 +0530 schrieb Deekshit Mantampady: Hi all, I have a window where I want to make

shortcut keys for buttons.

2005-09-18 Thread Deekshit Mantampady
Hi all, I have a window, which has some buttons. Say OK, cancel and help. I want to activate one of the button by ppressing a short cut key. Say, when I press, F10, OK should be actvated. Pressing ESC should activate cacnel and F1 should activate Help button. Any help...? Thanks in advance

Re: Some introspection on GtkContainer children.

2005-09-18 Thread Damon Chaplin
On Sat, 2005-09-17 at 11:34 +0100, Damon Chaplin wrote: I've had a look at all the composite children that Glade uses for GTK+ widgets. I think all of these could have been avoided if the widgets had been written slightly differently: GladeChildOKButton; GladeChildCancelButton;

./teststatusicon (was Re: A cross-platform status icon api)

2005-09-18 Thread Hans Breuer
On 06.09.2005 15:08, Matthias Clasen wrote: On Mon, 2005-09-05 at 23:25 +0200, Hans Breuer wrote: [...] Also gtkstatusicon-x11.c not only implements the fdo spec but it also defines a bunch of status icon api. Not only 21 functions but additionally quite some properties. Should all this be

Re: ./teststatusicon (was Re: A cross-platform status icon api)

2005-09-18 Thread Hans Breuer
On 18.09.2005 14:27, Hans Breuer wrote: [...] Before diving too deep into the code of (now) gtkstatusicon.c I've tried it on Linux - but it does not work there, too. What am I supposed to update so see any effect of ./teststatusicon ? (I'm running gnome-2.10.2 on gentoo with xorg-x11-6.8.2)

Re: ./teststatusicon (was Re: A cross-platform status icon api)

2005-09-18 Thread Tor Lillqvist
Hans Breuer writes: BTW: I'd appreciate if somebody with a deeper understanding of gtk internals could do a review of gtktrayicon-win32.c. Maybe what I've done is considered too much of a hack ;-) I appreciate your work, but why the rush? Isn't it better to wait some time and let the X11