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 t

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 ha

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 return

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. ___ gtk-a

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 *

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.

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,

sizing of toolbar

2008-06-23 Thread Allin Cottrell
My app has a small "custom" toolbar. Previously I constructed this using gtk_toolbar_append_item to add buttons, but since that function is is deprecated I'm now trying to use gtk_toolbar_insert to stuff the bar with GtkToolButtons. I've hit one problem. The toolbar is small and I don't want

IME and GTK Input Method Contexts

2008-06-23 Thread aniket ray
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 if no ime is active. What i want to achieve is that if no IME is active, i want to handle

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 m