how to display a image with the size of parent widget

2007-01-25 Thread 杨宇
I design a program which is used for image display.(using glade 2) In this program ,i use a notebook widget,the relation between notebook and other widgets are as fallow: notebook -->page1 >image ->page2 i want to display the image

Re: Treeview editable still broken, please help

2007-01-25 Thread Allin Cottrell
On Thu, 25 Jan 2007, Juan Pablo wrote: > Hello, i'm developing using ubuntu ( gtk-config --version = > 1.2.10) and still have the problem. gtk-config --version = 1.2.10 ?? Is this a version of ubuntu from the time the ancestral population left Africa? If you're really using gtk 1.2.10 then

Treeview editable still broken, please help

2007-01-25 Thread Juan Pablo
Hello, i'm developing using ubuntu ( gtk-config --version = 1.2.10) and still have the problem. When i'm editing a text on a tree view editable cell, if i click outside the editable box, the focus is lost and the editable widget stays there. I can walk all over with the cursor and even start editi

Re: semitransparent widget

2007-01-25 Thread Jose Hevia
2007/1/25, Eduardo M Kalinowski <[EMAIL PROTECTED]>: > > how to create a semitransparent widget on linux box running gtk libraries. > > i find that xcomposite extension and cairo libraries are required to do > > this. > > i want to create this for a media player application. > You've asked this sev

Re: Using gettext with a GOptionEntry

2007-01-25 Thread Kevin DeKorte
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Eduardo M KALINOWSKI wrote: > This is by no means GTK+-related, and a very basic question regarding > gettext usage. > > Use the N_() macro, something like this: > > static GOptionEntry entries[] = { > {"window", NULL, 0, G_OPTION_ARG_INT, &embed

Re: Using gettext with a GOptionEntry

2007-01-25 Thread Yeti
On Thu, Jan 25, 2007 at 01:57:36PM -0500, Kevin DeKorte wrote: > > I'm trying to use gettext to do translation on a GOptionEntry table, > currently this works as is, but the text isn't translated. > > ... > > I tried this > > static GOptionEntry entries[] = { > {"window", NULL, 0, G_OPTION_A

Re: Using gettext with a GOptionEntry

2007-01-25 Thread Eduardo M KALINOWSKI
Kevin DeKorte wrote: > Hi, > > I'm trying to use gettext to do translation on a GOptionEntry table, > currently this works as is, but the text isn't translated. > > static GOptionEntry entries[] = { > {"window", NULL, 0, G_OPTION_ARG_INT, &embed_window, "Window to > embed in", "WID"}, > {"p

Using gettext with a GOptionEntry

2007-01-25 Thread Kevin DeKorte
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I'm trying to use gettext to do translation on a GOptionEntry table, currently this works as is, but the text isn't translated. static GOptionEntry entries[] = { {"window", NULL, 0, G_OPTION_ARG_INT, &embed_window, "Window to embed in", "WID"

Re:semitransparent widget

2007-01-25 Thread Eduardo M Kalinowski
> how to create a semitransparent widget on linux box running gtk libraries. > i find that xcomposite extension and cairo libraries are required to do > this. > i want to create this for a media player application. You've asked this several times already. If nobody could help, asking repeatedly w

semitransparent widget

2007-01-25 Thread Pritesh Kumar
how to create a semitransparent widget on linux box running gtk libraries. i find that xcomposite extension and cairo libraries are required to do this. i want to create this for a media player application. ___ gtk-app-devel-list mailing list gtk-app-dev