Re: accelerated buttons

2000-07-11 Thread Vlad Harchev
On Tue, 11 Jul 2000, xander wrote: > > On Tue, Jul 11, 2000 at 12:20:03AM +0200, xander wrote: > > > Are accelerated buttons available? E.g. like with GtkItemFactory > > > "_OK" & "_Cancel" with gtk_label_parse_uline stuff. > > > > Yes. > > > > It's a bit of a pain in GTK+ to add that type of a

Getting start

2000-07-11 Thread hs
I compiled this c file,It is from "GTK+/Gnome Application Development". gcc 001.c and i got the follow report: In file included from /usr/include/gdk/gdktypes.h:33 In file included from /usr/include/gdk/gdk.h:31 In file included from /usr/include/gdk/gtk.h:31    

Getting start

2000-07-11 Thread hs
I compiled this c file,It is from "GTK+/Gnome Application Development". gcc 001.c and i got the follow report: In file included from /usr/include/gdk/gdktypes.h:33 In file included from /usr/include/gdk/gdk.h:31 In file included from /usr/include/gdk/gtk.h:31  

where is GTK

2000-07-11 Thread hs
Hello, I just installed RedHat 6.x,Gtk is in what directory, i can't even find gtk.h.

Getting start

2000-07-11 Thread hs
 Hello, I compiled this c file,It is from "GTK+/Gnome Application Development". gcc 001.c and i got the follow report: In file included from /usr/include/gdk/gdktypes.h:33 In file included from /usr/include/gdk/gdk.h:31 In file included from /usr/include/gdk/gtk.h:31   

Getting Start

2000-07-11 Thread hs
I compiled this c file,It is from "GTK+/Gnome Application Development". gcc 001.c and i got the follow report: In file included from /usr/include/gdk/gdktypes.h:33 In file included from /usr/include/gdk/gdk.h:31 In file included from /usr/include/gdk/gtk.h:31  fr

Re: Getting start

2000-07-11 Thread Tim Terlegard
> I compiled this c file,It is from "GTK+/Gnome Application > Development".gcc 001.cand i got the follow report:In file included > from /usr/include/gdk/gdktypes.h:33In file included from > /usr/include/gdk/gdk.h:31In file included from > /usr/include/gdk/gtk.h:31 from > 001.c:1:/u

Re: Is there any *user* documentation for gtkrc files?

2000-07-11 Thread Owen Taylor
Guy Harris <[EMAIL PROTECTED]> writes: > Somebody asked on the Ethereal developer's mailing list how to make > Ethereal's packet-data pane (a GtkText window) not choose a dark > background (which didn't contrast well with the black text); I suggested > that his system's global "gtkrc" file, or h

gtk_text_buffer_new()

2000-07-11 Thread S A
Hi, I want to know more about text buffer "its data structure and how to maintain it". I did not find it in the documentation os gtk 1.2.8 . I think it used in gtk 1.3 or some thing like this. __ Suliman Linux Arabzation Project KACST http://www.linux.org.sa

Re: Trouble installing GtkGlArea

2000-07-11 Thread Janne Lof
Hi, In addition to gtk libraries as given by 'gtk-config --libs' you need to link with gtkglarea and OpenGL (or MesaGL) libraries -lgtkglgtkglarea functions -lGL (or -lMesaGL)OpenGL gl* functons -lGLU (or -lMesaGLU) OpenGL glu* functions On Mon, 10 Jul 2000, jca wrot