Re: put all the gi files into another directory

2013-02-15 Thread Billy O'Connor
On 02/15/2013 11:49 AM, Roelof Wobben wrote: Hello, I'm trying to port Cinnamon to Crux Linux. But now I ran into a big problem. gobject-introspection installs the .gir files into /usr/share/gir-1.0/ But In Crux linux I'm no allowed to use the /usr/share directory. So is there a easy way to

JHBuild typos small patch

2012-07-11 Thread Billy O'Connor
I've used jhbuild about a billion times and just now noticed these. jhbuild.patch Description: Binary data ___ gtk-devel-list mailing list gtk-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-devel-list

Re: How to uninstall glib-2.2.1?

2004-02-26 Thread Billy O'Connor
[EMAIL PROTECTED] writes: On Fri, 27 Feb 2004 09:49:01 +0800, wEngUang [EMAIL PROTECTED] said: How to uninstall glib-2.2.1 completely,which was installed by default with the redhat linux`s installation? Step 1: rpm -e glib2 Step 2: Watch the flood of needed by errors Step 3 : rpm -q

Re: Hex Numbers in GtkEntry.

2004-02-25 Thread Billy O'Connor
Muthiah Annamalai [EMAIL PROTECTED] writes: sprintf(data,%X,hex_value); //Assume hex_value has been set somehow. ^ Oops. ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: GTK Version

2004-02-19 Thread Billy O'Connor
Matt Raffel [EMAIL PROTECTED] writes: How can I tell what version of GTK I have installed on system? It's sort of a chicken and egg situation, I suppose, because you need to know the name of the .pc file to pass to pkg-config, so I guess you could do: for x in $PKG_CONFIG_PATH/gtk*; do echo $x

Re: GtkEntry input filters

2004-01-16 Thread Billy O'Connor
Carl B. Constantine [EMAIL PROTECTED] writes: I have a GtkEntry in my app where the only thing I want to be able to input is numbers. I don't want letters or characters like (, * , -, ), and so forth. Anyone know how to write such an input filter? Add a signal handler for focus_out_event,

Re: glib-config 1.2 vs 2.0

2004-01-04 Thread Billy O'Connor
Jeff Abrahamson [EMAIL PROTECTED] writes: I have both glib1.2 and glib2.0 installed (debian sarge). The normal makefile line (in 1.2) is something like CFLAGS=`glib-config --cflags` ... and so forth. But for all my googling and doc reading, I don't see how to specify that I want

Re: GTK can't find modules!

2003-12-29 Thread Billy O'Connor
Ma Frank-W4195C [EMAIL PROTECTED] writes: Hi: I'm new to gtk2.0. After I moved the whole directory where gtk was installed to other place, i found out that gtk can't find some modules when it is initialized and it still search modules in original directory.So i wonder whether there is a

Re: Dev-C++, a GUI tool kit and C++

2003-12-20 Thread Billy O'Connor
Maya [EMAIL PROTECTED] writes: Hey! Using C++, I have written a small application for which I'd like to add a GUI. I have been looking at FOX, FLTK GTK+ and wxWindows. It's been only for GTK+ that I have found a book, the other libraries have some virtual documentation, but most of it is