Re: need help putting up/down arrows into Small square



Compiles fine for me under gtk3-3.10.9-1, only complaining about line 67:

   box = gtk_hbox_new (FALSE, 0);

That's deprecated and should be

   box = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 0);


It creates a wide, mostly empty, window with a couple of big up/down buttons at the left.

On 07/19/14 18:25, Gary Kline wrote:
=====
Organization: Thought Unlimited.  Public service Unix since 1986.
Of_Interest: With 28 years  of service  to the  Unix  community.


Guys,

I've been at this before noon; bushed.  it compiles as-is with
GTK 2.0 but if you use 3.0 you need to comment out the lines around
+47.

since nobody out there in GTK land can help I  am going back to the wayi
did most of the program.  brrute force.  I figure if I can cram the
up and down arrows into a small square then I will be able to expand the
TOPLEVEL window into something like 850 by 1500 and put my 30 to 50
text.[i].txt into the large rectange.  take it from there.

Encl arrow.c





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]