Re: A desperate plea to the GTK developers

2002-03-19 Thread manuel . op . de . coul
>You could try looking at the Gtk Ada documentation. They have >descriptions of most all functions and parameters not documented in the >official GTK documentation. This is true for GTK 1.2. As for 2.0, I do >not know. I second that, the additional documentation for 2.0 is not complete yet, but

2.0 and solaris 7 anyone gotten it to compile?

2002-03-19 Thread Billy Patton
Has anyone had any luck compiling it for solaris 7? After brinigng in and installing in it own directory, I'm not a sysadmin, so I don't have rights. I brought in and installed configure --prefix=mydir --exec-prefix=mydir pkgconfig-0.12.0 glib-2.0.0 atk-1.0.0 pango-1.0.0 zlib-1.1.4 libpng-1.0.9

enable-disable widgets

2002-03-19 Thread Nicolas web
Hi. Someone can tell me how can I disable and enable a widget? A function or command. Thanks. __ Do You Yahoo!? Yahoo! Sports - live college hoops coverage http://sports.yahoo.com/ ___ gtk-list mailing l

Re: enable-disable widgets

2002-03-19 Thread Sven Neumann
Nicolas web <[EMAIL PROTECTED]> writes: > Hi. Someone can tell me how can I disable and enable a > widget? A function or command. gtk_widget_set_sensitive() Salut, Sven ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinf

Re: enable-disable widgets

2002-03-19 Thread Havoc Pennington
Nicolas web <[EMAIL PROTECTED]> writes: > Hi. Someone can tell me how can I disable and enable a > widget? A function or command. See: http://developer.gnome.org/doc/API/2.0/gtk/gtk-question-index.html http://www.gtk.org/faq/ Havoc ___ gtk-list mail

Problems getting gtk-demo to run on 2.0

2002-03-19 Thread Philip Bunce
Hi, My apologies if this has been answered before (I did check the FAQ). I have just installed gtk 2.0 on Solaris. After correcting a few missing dependencies I got it all to build. I used. atk-1.0.0.tar.gz glib-2.0.0.tar.gz gtk+-2.0.0.tar.gz jpegsrc.v6b.tar.gz libpng-1.2.1.tar.gz pango-1.0.0.

Help getting pkg-config working - GTK+ 2.0

2002-03-19 Thread Philip Bunce
Hi, I am having problems getting pkg-config to work. I tried pkg-config gtk+-2.0 --cflags --libs but I got this... sh: gnome-config: not found Package gtk+-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `gtk+-2.0.pc' to the PKG_CONFIG_PATH en

evil gnome-help-browser

2002-03-19 Thread Edward A Falk
I recently upgraded my system to Redhat 7.2 and discovered something truly horrible about the new help browser. When run as a normal user, it behaves normally. When run as root, it pops up some browser called nautilus and then STARTS A NEW WINDOW MANAGER! Try it yourself: 1) run your

Re: Help getting pkg-config working - GTK+ 2.0

2002-03-19 Thread Sven Neumann
Hi, Philip Bunce <[EMAIL PROTECTED]> writes: > I am having problems getting pkg-config to work. > > I tried > > pkg-config gtk+-2.0 --cflags --libs > > but I got this... > > sh: gnome-config: not found ignore that message. It's because pkg-config has some evil hacks to try to give some so

Re: Help getting pkg-config working - GTK+ 2.0

2002-03-19 Thread Havoc Pennington
Philip Bunce <[EMAIL PROTECTED]> writes: > sh: gnome-config: not found This only appears because pkg-config is trying to fall back to gnome-config when gtk+-2.0 isn't found > So I set the environment variable to > > setenv PKG_CONFIG_PATH /export/home/pjb/gtk2/gtk+-2.0.0 PKG_CONFIG_PATH nee

Re: GtkStateType....

2002-03-19 Thread Owen Taylor
<[EMAIL PROTECTED]> writes: > >use gtk_widget_set_sensitive () instead. > > thanks, that works.. > but there's a problem... the button acumulates the events... > if i put the button insensitive and then the user clicks 3 times, when the button >becomes sensitive it > calls the three events...

Re: Help getting pkg-config working - GTK+ 2.0

2002-03-19 Thread Philip Bunce
At 03:03 PM 3/19/2002 -0500, Havoc Pennington wrote: >Philip Bunce <[EMAIL PROTECTED]> writes: >> sh: gnome-config: not found > >This only appears because pkg-config is trying to fall back to >gnome-config when gtk+-2.0 isn't found > >> So I set the environment variable to >> >> setenv PKG_CON

Re: Help getting pkg-config working - GTK+ 2.0

2002-03-19 Thread Havoc Pennington
Philip Bunce <[EMAIL PROTECTED]> writes: > See... No gtk+-2.0.pc. It would seem as if the pkg-config install didn't happen >properly? > Well not pkg-config, but rather GTK didn't install its .pc files. > What should I try next? Look at the output from configure and "make install" for GTK, a

How to destroy a window?

2002-03-19 Thread Nuno Afonso
Hi, i have a class (c++) that has a pointer to another class, which has a GtkDialog... it's something like this: class A{ ... B *b; ... } A::A(){ b = new B(); } at some point i want to destroy the data that pointer b contains: delete(b); the problem, is that after doing that, some time later

"losing" widget names

2002-03-19 Thread John Breen
Ok, I got moving widgets from one container to another to work. The gtk_widget_reparent() worked fine. Now, I want to ONLY create the new window (and widgets) if they don't already exist. I've tried this: %<--- void o

configure: error: Cannot find GTKmm: Is gtkmm-config in path?

2002-03-19 Thread pjs
can someone make sense of this error for me? im running red hat 7.2 and ximian-gnome pjs ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

process

2002-03-19 Thread mrzali
Hi, I create an application that can install tar.gz package.(untar, make & make install using 'script file' ). How i want to know the installation process end. Any suggestion? Thanks. ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/m