Juan Pablo wrote:
Hi list!
I have a GtkTreeView and what I want to do is when the user is over an
editable cell, the editing begins automatically without having to press
enter. And the other thing that i want to do is that when the user is
over a cell on a certain column the cursor changes automa
Hi list!
I have a GtkTreeView and what I want to do is when the user is over an
editable cell, the editing begins automatically without having to press
enter. And the other thing that i want to do is that when the user is
over a cell on a certain column the cursor changes automatically to the
next
Many, many thanks!!
Now I know what to do. I used GtkFixed because of my experience with Visual
Basic and some Java IDE's.
Again, thanks!!!
Best regards
-- Forwarded message --
From: Paul Pogonyshev <[EMAIL PROTECTED]>
Date: 14-feb-2006 20:20
Subject: Re: About layouts
To: g
Fernando Apesteguía wrote:
> First of all, thanks for your suggestions.
>
> Actually my app. uses a static layout and the GtkLabels inside this, don't
> grown when the text becomes longer. The same GtkLabel behaves ok if it is
> inside a GtkTable. So I think I will change the static container.
Ye
Fernando Apesteguía wrote:
> First of all, thanks for your suggestions.
>
> Actually my app. uses a static layout and the GtkLabels inside this, don't
> grown when the text becomes longer. The same GtkLabel behaves ok if it is
> inside a GtkTable. So I think I will change the static container.
B
First of all, thanks for your suggestions.
Actually my app. uses a static layout and the GtkLabels inside this, don't
grown when the text becomes longer. The same GtkLabel behaves ok if it is
inside a GtkTable. So I think I will change the static container.
My app uses a menu bar and a GtkNoteboo
Fernando Apesteguía wrote:
> I'm developing an app with gtk. I use glade for GUI development. My question
> is about the different kinds of layouts. I would like my app resizes by
> itself when a label text is really long. I've noticed I can do this by
> placing a table layout (I think vbox and hb
Hi !
I'm developing an app with gtk. I use glade for GUI development. My question
is about the different kinds of layouts. I would like my app resizes by
itself when a label text is really long. I've noticed I can do this by
placing a table layout (I think vbox and hbox work well too).
In fact, th