On Tue, 2007-10-16 at 16:12 -0600, Jeff Eberl wrote:
[...]
> First is that the display doesn't do anything when my program is doing
> it's thing. So it looks like it freezes. I'm okay with that. I've
> never used threads before, and I'm not sure this is the best project to
> start with.
ofcou
2007/10/19, David Nečas (Yeti) <[EMAIL PROTECTED]>:
> On Fri, Oct 19, 2007 at 03:06:55PM +0200, Gian Mario Tagliaretti wrote:
> >
> > You can also set the can-focus property to FALSE on the label which
> > will be still selectable.
>
> Not exactly. It will be only selectable *with mouse*.
Good po
On Fri, Oct 19, 2007 at 03:06:55PM +0200, Gian Mario Tagliaretti wrote:
>
> You can also set the can-focus property to FALSE on the label which
> will be still selectable.
Not exactly. It will be only selectable *with mouse*.
Yeti
--
http://gwyddion.net/
___
2007/10/19, David Nečas (Yeti) <[EMAIL PROTECTED]>:
> Your label the first widget in the window that accepts focus
> (selectable labels can receive focus, unlike normal labels).
> Therefore the label will get focus, which selects its text
> -- at least this seems to be the default behaviour.
>
> I
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
David Ne?as (Yeti) wrote:
> On Fri, Oct 19, 2007 at 07:44:19PM +0800, Gregory Hosler wrote:
>> Gregory Hosler wrote:
>>> Hi all,
>>>
>>> I have labels, which I wish to allow the user to select the text for the
>>> purpose
>>> of cut/pasting. So I set
To start, I'm using C++, Suse 10.1.
I'm writing programs that mostly do work without the user's interaction.
But I want to make a simple gui class to make simple gui's with limited
capability.
Basically, I have some programs that don't have use gtk at all, and
already have their own structure a
On Fri, Oct 19, 2007 at 07:44:19PM +0800, Gregory Hosler wrote:
> Gregory Hosler wrote:
> > Hi all,
> >
> > I have labels, which I wish to allow the user to select the text for the
> > purpose
> > of cut/pasting. So I set
> >
> > gtk_label_set_selectable (GTK_LABEL (dlabel), 1)
> >
> > on t
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Gregory Hosler wrote:
> Hi all,
>
> I have labels, which I wish to allow the user to select the text for the
> purpose
> of cut/pasting. So I set
>
> gtk_label_set_selectable (GTK_LABEL (dlabel), 1)
>
> on the label.
>
> The problem I have n
Hi,
A strange problem that I can't free the memory allocated for window, I
take the example in notebook.c, it is in examples directory, and add
some profile function in it, the result shows:
binch24287 0.0 0.4 11624 4348 pts/0S+ 16:49 0:00 ./notebo