how to make GtkWindow with shadow,just like windows under compiz?

2008-06-23 Thread chen zhixin
hi, i want to make my application's style like that we use Wombat_Black emerald theme undowner compize,All GtkWindow has drap shadow and with custome theme,how to make it only for my application,not use compiz,write with gtk only. ___ gtk-app-devel-list

Re: sizing of toolbar

2008-06-23 Thread Santi Regueiro
On Mon, Jun 23, 2008 at 17:55, Allin Cottrell [EMAIL PROTECTED] wrote: Any suggestions gratefully received. Have you tried this? : gtk_toolbar_set_show_arrow () voidgtk_toolbar_set_show_arrow (GtkToolbar *toolbar,

Re: sizing of toolbar

2008-06-23 Thread K J
I think you could use a layout component so you can put your toolbar of any size. Hope it helps. Ke On Mon, Jun 23, 2008 at 12:16 PM, Santi Regueiro [EMAIL PROTECTED] wrote: On Mon, Jun 23, 2008 at 17:55, Allin Cottrell [EMAIL PROTECTED] wrote: Any suggestions gratefully received. Have

Re: sizing of toolbar

2008-06-23 Thread Allin Cottrell
On Mon, 23 Jun 2008, Santi Regueiro wrote: On Mon, Jun 23, 2008 at 17:55, Allin Cottrell [EMAIL PROTECTED] wrote: Any suggestions gratefully received. Have you tried this? : gtk_toolbar_set_show_arrow () voidgtk_toolbar_set_show_arrow (GtkToolbar *toolbar,

Re: sizing of toolbar

2008-06-23 Thread Allin Cottrell
On Mon, 23 Jun 2008, K J wrote: I think you could use a layout component so you can put your toolbar of any size. Thanks, but I just wanted the toolbar to show at its natural size -- and supressing show_arrow did that. Allin Cottrell. ___

Re: IME and GTK Input Method Contexts

2008-06-23 Thread aniket ray
On Mon, Jun 23, 2008 at 10:25 PM, Girish [EMAIL PROTECTED] wrote: aniket ray wrote: Hi, Is there a way to find out if an IME is active or not, within a gtk application. I tried sending key events to the GtkIMContext using gtk_im_context_filter_keypress. This seems to be returning true, even

tips for making pretty ui

2008-06-23 Thread Christopher Harvey
Hi, I think I've got the ropes of gtk down pat, except that I don't know how to create cool and unique windows. I want to create a small window that sits in the dock most of the time, then pops up a small window then it's clicked on, or a key combo is pressed. The important thing is that it

Re: tips for making pretty ui

2008-06-23 Thread Gregory Hosler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Christopher Harvey wrote: | Hi, | I think I've got the ropes of gtk down pat, except that I don't know how | to create cool and unique windows. I want to create a small window that | sits in the dock most of the time, | then pops up a small window