Re: Problem compiling on Windows

2007-11-23 Thread Micah Carrick
Argh. Duh. Cool, thanks. It's all working now. Thanks guys. - Micah Carrick Developer - http://www.micahcarrick.com GTK+ Forums - http://www.gtkforums.com Tor Lillqvist wrote: >> Try gcc -Wall -g `pkg-config --cflags --libs libglade-2.0` -o hello hello.c >> > > Even that is wrong in g

Re: Problem compiling on Windows

2007-11-23 Thread Micah Carrick
Shoot, sorry. I meant gcc -Wall -g `pkg-config --cflags --libs gtk+-2.0 libglade-2.0` -o hello hello.c - Micah Carrick Developer - http://www.micahcarrick.com GTK+ Forums - http://www.gtkforums.com Tristan Van Berkom wrote: > On Nov 24, 2007 2:09 AM, Micah Carrick <[EMAIL PROTECTED]> wrot

Re: Problem compiling on Windows

2007-11-23 Thread Tor Lillqvist
> Try gcc -Wall -g `pkg-config --cflags --libs libglade-2.0` -o hello hello.c Even that is wrong in general, and only works on some ELF-based platforms like Linux. To work on most platforms (including mingw), one has to specify the libraries *after* the object (source) files. This is how it has al

how to get the gdk_window of a gtk_window and vice versa.

2007-11-23 Thread Gregory Hosler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm writing an application, and I want to handle some drag and drop stuff. In particular, the widget being associated w/ the DnD is a notebook. The notebook is built as follows: (minus all the attribute stuff :) window = gtk_window_ne

Re: Problem compiling on Windows

2007-11-23 Thread Tristan Van Berkom
On Nov 24, 2007 2:09 AM, Micah Carrick <[EMAIL PROTECTED]> wrote: > I'm trying to learn how to build GTK+ applications on Windows XP. I have > installed GTK+ and dependencies from binaries as linked to from > http://www.gimp.org/~tml/gimp/win32/ and finally everything seems okay. > However, when I

Problem compiling on Windows

2007-11-23 Thread Micah Carrick
I'm trying to learn how to build GTK+ applications on Windows XP. I have installed GTK+ and dependencies from binaries as linked to from http://www.gimp.org/~tml/gimp/win32/ and finally everything seems okay. However, when I try to build a little libglade hello world application, I get this: g

Re: Need 2D data display widget

2007-11-23 Thread JAMES SCOTT
Dan, The glinegraph package may be something you can use. Also, the GIW package might also work. Both are standalone gtk widgets, which can be used from a shared library or compiled into your code. Find them both here: http://mysite.verizon.net/skoona/id1.html James, - Original Messag

Re: memory leak in gtk

2007-11-23 Thread Michael Lamothe
>From what I've heard about memory leaking, this is not unique to the GTK library. If the rumours are correct, applications like `ls` are notorious for leaking memory, safe in the knowledge that the OS will clean up after them. Excellent work on the enable-debug switch, I'll have to keep this ema

Re: memory leak in gtk

2007-11-23 Thread c f
Hi, In my opinion the definition what you have given describes well when a memory leak can cause serious problems but I would call memory leak,any dynamically allocated memory what is not freed when you are done with it . However it is true that OS will cleanup everything when the program termina

Change interface font in a GTK application at runtime without reopening windows

2007-11-23 Thread Gabriele Greco
A lot of users are asking me for the capability to change the font of an application runtime. I know that the correct answer should be "change your gtk theme" or edit the application RC file, but while this kind of answer is good with power users, normal users often want to be able to grab a fon

Re: Need 2D data display widget

2007-11-23 Thread jcupitt
On Nov 23, 2007 12:54 PM, Dan H <[EMAIL PROTECTED]> wrote: > I've found the GtkPlot stuff from GtkExtra. The possibilities seem to be > awesome and go way beyond my needs; however, I couldn't find any systematic > API documentation. I've tried dissecting the example programs, but they are > over

Need 2D data display widget

2007-11-23 Thread Dan H
Hello folks, I need a way to quickly display some 2D datasets in a graph. I don't need any editing functions or other interactivity, just two axes with some ticks and tick labels and a bunch of datapoints connected by lines. I've found the GtkPlot stuff from GtkExtra. The possibilities seem to

Re: How to use icon_view in older version of gtk (Emmanuele Bassi)

2007-11-23 Thread Naveen Kumar
___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list