On Sun, 20 Jun 2010 14:08:44 +1000
Mick wrote:
> I've been working on my project for several weeks, using anjuta,
> incrementally building it as I go.
>
> Last wednesday, immeadetely before shutting down for the day I did a
> clean -> build -> install ->test that completed successfully (as far
>
I've been working on my project for several weeks, using anjuta,
incrementally building it as I go.
Last wednesday, immeadetely before shutting down for the day I did a
clean -> build -> install ->test that completed successfully (as far as
incomplete code can).
On friday I started up anjuta and
Date: Sun, 20 Jun 2010 10:44:39 +1000
From: Mick
To: Bob Hazard
Subject: Re: app crashes with illegal instruction within gtk_init()
On Sat, 19 Jun 2010 21:09:24 +0100
Bob Hazard wrote:
> Is it possible that some update didn't take effect until you rebooted?
>
there were anjuta, pango and pkg
Is it possible that some update didn't take effect until you rebooted?
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
On Sat, Jun 19, 2010 at 3:58 AM, Ardhan Madras wrote:
>> Can anyone tell me what is the case to use 'GtkTextView' instead of
>> 'GtkLabel'
>> to display a text with several sentences(< 100 words) in not editable way?
>
> Maybe for `beauty' looks, the author want the text wrapped as it's parent
>
If you want some `magic' with wrapping GtkLabel, you may visit goto
http://tadeboro.blogspot.com/2009/05/wrapping-adn-resizing-gtklabel.html, he
has a `tricky' hack to work around this problem. Or you can ask him directly in
this list ;p.
Ardhan
--- aj...@knac.com wrote:
Fro
I've been working on my project for several weeks, using anjuta,
incrementally building it as I go.
Last wednesday, immeadetely before shutting down for the day I did a
clean -> build -> install ->test that completed successfully (as far as
incomplete code can).
On friday I started up anjuta and
> Can anyone tell me what is the case to use 'GtkTextView' instead of 'GtkLabel'
> to display a text with several sentences(< 100 words) in not editable way?
Maybe for `beauty' looks, the author want the text wrapped as it's parent
container width that GtkLabel can't do.
> How to make GtkLabel f
Then how global variable `Data' was declared in your code?
--- kuleshovm...@gmail.com wrote:
From: Alexander Kuleshov
To: gtk-app-devel-list@gnome.org
Subject: Global GList in gtk+ application
Date: Sat, 12 Jun 2010 12:03:40 +0600
Hello,
I need in global list in my gtk+ application, i use for