Re: problem with pangox - and also with pkg-config !

2003-11-30 Thread Alain D'eurveilher
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/lib/pkgconfig ./configure Ok I'll try this in the future... But i haven't done it for the last dependencies.. Do you think it really matters ? If you have more than one lib/pkgconfig directory on your system, then it probably does.

Destroying a Dialog Box....

2003-11-30 Thread Hari Prasad Nadig
within a dialog box called 'popup', I've this cancel button in the action area.. button = gtk_button_new_with_label (Cancel); g_signal_connect (G_OBJECT (button), clicked, G_CALLBACK (close_dialog), (gpointer) popup); gtk_box_pack_start (GTK_BOX (GTK_DIALOG (popup)-action_area),

hide titlebar

2003-11-30 Thread francex
Hi, Is it possible with GDK/GTK libs, hide titlebar in application? Eventually how? Thank you very much France __ Tiscali ADSL SENZA CANONE, paghi solo quando navighi! E in piĆ¹ il modem e' GRATIS! Abbonati subito.

Widget Update before gtkmain()

2003-11-30 Thread Pisanu Prasertnopakun
Hello list,I write a longgtk code and can't wait till "gtkmain()" to update my widget. How canI update my widgets immeadiately before"gtkmain()"? I read from FAQ of GTK.ORG.. theytoldabout "g_main_context_iteration()", butI don't really understand how.Thanks in advance.Pisanu

Re: Destroying a Dialog Box....

2003-11-30 Thread Keith Sharp
On Sun, 2003-11-30 at 08:52, Hari Prasad Nadig wrote: [Snip] Basically, I'm trying to put a cancel button which closes the dialog.. Is this a proper method or is there any 'proper' way of doing this? How about using a GtkDialog?

Re: hide titlebar

2003-11-30 Thread Dave Smith
On Sunday 30 November 2003 05:49, [EMAIL PROTECTED] wrote: Is it possible with GDK/GTK libs, hide titlebar in application? Eventually how? Try: gtk_window_set_decorated(GTK_WINDOW(main_window),FALSE); http://developer.gnome.org/doc/API/2.0/gtk/GtkWindow.html#gtk-window-set-decorated

Re: hide titlebar

2003-11-30 Thread Flavio Alberto Lopes Soares (MAQPLAS)
Yes, it's true, but I use it in my application (Gtk+2.4, I don't know sub-version) in Gnome2.4 (Debian Unstable) and I order to put this window in the screen center, the program insists be placed in left upper corner, but if I kill gnome-panel (or run inside xinit not Gnome) and re-execute my app

gdk-pixbuf-0.9.0 overwritten by gtk-2.x causes problems

2003-11-30 Thread Nicolai Stange
Hi! I just want to describe the problem and how I solved it without subscribing! I wanted to compile Gnome in its newest version and followed the instructed package installation order. This and this and gtk+-2.0 and this and the other. Suddenly I got a message when compiling libbonoboui that

Re: problem with pangox - and also with pkg-config !

2003-11-30 Thread busmanus
Alain D'eurveilher wrote: Ok, yes i have others : /usr/lib/pkgconfig/ and the latest : /usr/local/lib/pkgconfig/ But I'm sorry but i don't really understand how to put the which one in wich other one...??!! If you only have these two, then you should probably put /usr/local/lib/pkgconfig first.

Re: Destroying a Dialog Box....

2003-11-30 Thread Russell Shaw
Hari Prasad Nadig wrote: within a dialog box called 'popup', I've this cancel button in the action area.. button = gtk_button_new_with_label (Cancel); g_signal_connect (G_OBJECT (button), clicked, G_CALLBACK (close_dialog), (gpointer) popup); gtk_box_pack_start (GTK_BOX (GTK_DIALOG

Re: Widget Update before gtkmain()

2003-11-30 Thread Russell Shaw
Pisanu Prasertnopakun wrote: Hello list, I write a long gtk code and can't wait till gtkmain() to update my widget. How can I update my widgets immeadiately before gtkmain()? I read from FAQ of GTK.ORG.. they told about g_main_context_iteration(), but I don't really understand how. Thanks in

Re: problem with pangox - and also with pkg-config !

2003-11-30 Thread Ramprasad
Hi, You hav to compile pango with pangox support. was also facing this problem once i compiled pango with x it is not there now. hope this helps Thanks ramprasad Alain D'eurveilher wrote: Hi all, I'm trying to install GTK2.2.4 on my woody, and i already install the demendencies

Re: problem with pangox - and also with pkg-config !

2003-11-30 Thread Alain D'eurveilher
--- Hi, You hav to compile pango with pangox support. was also facing this problem once i compiled pango with x it is not there now. hope this helps Huu. What ?? I'm sorry but as a newbie, i don't really understand all the subtilities Thanks ramprasad