On Tue, Sep 02, 2014 at 04:39:00PM -0700, Gary Kline wrote:
> here are thee labels that show up when you use the gcc compile string.
> how do I get the up- and -down arrows to point at the label and echo the
> "label strings"?
You need to update the view when your signal handler is invoked. All yo
=
Organization: Thought Unlimited. Public service Unix since 1986.
Of_Interest: With 28 years of service to the Unix community.
On Wed, Sep 03, 2014 at 04:45:37PM +0200, Marcus Karlsson wrote:
> On Tue, Sep 02, 2014 at 04:39:00PM -0700, Gary Kline wrote:
> > here are thee labels that show
On Wed, Sep 03, 2014 at 01:13:06PM -0700, Gary Kline wrote:
> thanks for your input, marcus, but could you give me a few lines of
> code? I tried using the gtk_label_set_text() for over an hour
> last night until it felt like my shoulder was going to drop off and
> fall on
=
Organization: Thought Unlimited. Public service Unix since 1986.
Of_Interest: With 28 years of service to the Unix community.
On Wed, Sep 03, 2014 at 10:44:55PM +0200, Marcus Karlsson wrote:
> On Wed, Sep 03, 2014 at 01:13:06PM -0700, Gary Kline wrote:
> > thanks for your input, mar
Hello Gary,
do I get it right, you want to manupulate/query the labels upon
keypresses? Like when the user presses the Up arrow, fetch the text of
the first label and print it somewhere? In that case, I’d like to know
if you have a GtkApplication with GtkApplicationWindows, or “just” a
simple GtkW
=
Organization: Thought Unlimited. Public service Unix since 1986.
Of_Interest: With 28 years of service to the Unix community.
On Thu, Sep 04, 2014 at 12:32:06AM +0200, Gergely Polonkai wrote:
> Hello Gary,
>
> do I get it right, you want to manupulate/query the labels upon
> keypresses