GtkSourceView build for Windows?

2008-09-08 Thread Miroslav Rajcic
Does anyone know a good Windows build for GtkSourceView and its dependencies ? I've managed to find only this build: http://code.google.com/p/bpad/wiki/GtksourceviewForWindows When unpacked, it provides .a file instead of .lib format. I could link against that, but then my application crashes

Re: GtkSourceView build for Windows?

2008-09-08 Thread Paolo Borelli
On lun, 2008-09-08 at 14:35 +0200, Miroslav Rajcic wrote: Does anyone know a good Windows build for GtkSourceView and its dependencies ? I've managed to find only this build: http://code.google.com/p/bpad/wiki/GtksourceviewForWindows When unpacked, it provides .a file instead of .lib

Re: Drag'n'drop problems

2008-09-08 Thread Jeffrey Barish
John Coppens wrote: On Sat, 6 Sep 2008 11:58:00 -0300 John Coppens [EMAIL PROTECTED] wrote: I couldn't find a list of valid format descriptions. Can anyone point me in the right direction? Adding some more info: I found an (incomplete) chunk of code on the net that defines the row data

How to make a widget with border?

2008-09-08 Thread Lazy Fox
I want to make a widget with a border, and the border's color and width can be changed at the run-time. How to do this? And which is the best solution? ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org

Re: Drag'n'drop problems

2008-09-08 Thread John Coppens
Thanks, Jeffrey, but: On Mon, 08 Sep 2008 08:19:42 -0600 Jeffrey Barish [EMAIL PROTECTED] wrote: The first argument only has to match the first argument of the source. This does not seem to be true. If I replace {GTK_TREE_MODEL_ROW, GTK_TARGET_SAME_APP, 0} // This works by, eg.:

Re: Drag'n'drop problems

2008-09-08 Thread Jeffrey Barish
John Coppens wrote: Thanks, Jeffrey, but: On Mon, 08 Sep 2008 08:19:42 -0600 Jeffrey Barish [EMAIL PROTECTED] wrote: The first argument only has to match the first argument of the source. This does not seem to be true. If I replace {GTK_TREE_MODEL_ROW, GTK_TARGET_SAME_APP, 0} //

Re: Drag'n'drop problems

2008-09-08 Thread John Coppens
On Mon, 08 Sep 2008 11:03:39 -0600 Jeffrey Barish [EMAIL PROTECTED] wrote: So the string _is_ interpreted somewhere (outside of my program, that is). To be specific, the drag seems to work, but drop doesn't - no event is generated in the second case. BTW, it's not just STRING. I tried

Re: Drag'n'drop problems

2008-09-08 Thread Kristian Rietveld
On Mon, Sep 8, 2008 at 8:31 PM, John Coppens [EMAIL PROTECTED] wrote: On Mon, 08 Sep 2008 11:03:39 -0600 Jeffrey Barish [EMAIL PROTECTED] wrote: I was going to tell you that you are crazy, but when I tried putting GTK_TREE_MODEL_ROW in my program in place of the arbitrary string that I was

Re: Drag'n'drop problems

2008-09-08 Thread John Coppens
On Mon, 8 Sep 2008 22:27:08 +0200 Kristian Rietveld [EMAIL PROTECTED] wrote: This function will actually set up the tree view as a model drag source and destination (via gtk_tree_view_enable_model_drag_{source,dest}) and will specify a target entry using GTK_TREE_MODEL_ROW as a target string.

Re: Drag'n'drop problems

2008-09-08 Thread Kristian Rietveld
Hi, On Mon, Sep 8, 2008 at 10:49 PM, John Coppens [EMAIL PROTECTED] wrote: Yes, that is what I found out. Most implementations seem to use the lower level interface. Is GTK_TREE_MODEL_ROW the only string that is interpreted as special? Or does any of the frequently used ones, like 'STRING'

GDK rendering under win32

2008-09-08 Thread Dan McMahill
Hello, I have been involved for some time with a project written around gtk for graphically displaying some files that are used in the manufacture of circuit boards (gerbv.sf.net). Over the last year one of our developers has added the option to use cairo rendering instead of the direct GDK

Re: GtkSourceView build for Windows?

2008-09-08 Thread Miroslav Rajcic
- Original Message - From: Paolo Borelli [EMAIL PROTECTED] Official gtksourceview windows binaries are available at http://ftp.gnome.org/pub/gnome/binaries/win32/gtksourceview/ and are linked from the download page of gtksourceview web site at

Re: GObject-Introspection 0.5.0

2008-09-08 Thread Paolo Bonzini
Mikkel Kamstrup Erlandsen wrote: 2008/9/7 Paolo Bonzini [EMAIL PROTECTED]: I'm leaning towards using the ownership terminology instead of transfer. typedef enum { GI_OWNERSHIP_CALLER, /* caller owns it, caller should free it after use */ GI_OWNERSHIP_CALLEE /* callee owns it,

GObject Introspection included in the Softpedia Linux software database

2008-09-08 Thread Softpedia Editorial Team
Congratulations, GObject Introspection, one of your products, has been added to Softpedia's database of software programs for Linux. It is featured with a description text, screenshots, download links and technical details on this page:

Re: GObject-Introspection 0.5.0

2008-09-08 Thread Havoc Pennington
Hi, On Mon, Sep 8, 2008 at 12:07 PM, Mike Kestner [EMAIL PROTECTED] wrote: If either attribute is unspecified, it's assumed to be false. Kind of a detail, but with the scanner setup in g-i, I think it would be good to require manual specification of ownership for all allocated types.

Re: GObject-Introspection 0.5.0

2008-09-08 Thread Johan Dahlin
Murray Cumming wrote: On Mon, 2008-09-08 at 10:09 -0500, Mike Kestner wrote: On Sun, 2008-09-07 at 17:39 +0200, Johan Dahlin wrote: Paul Pogonyshev wrote: Johan Dahlin wrote: [...] I'm leaning towards using the ownership terminology instead of transfer. typedef enum {

[REMINDER] GTK+ Team Meeting - September 9th

2008-09-08 Thread Matthias Clasen
hi everyone; this is the usual reminder for the IRC GTK+ Team Meeting. the meeting will be held in the #gtk-devel channel on irc.gnome.org, at 20:00 UTC[1]. things I'd like to discuss are o branching o filechooser threading issues (bug 551337) o 2.90/3.0 plan, next steps o cube.gtk.org

Re: glib on Symbian

2008-09-08 Thread Biswajeet . Dash
Kalle Vahlman wrote :- Wrong. Symbian does not support static data in DLL:s in all versions out there: Please refer to the following link for the updated latest version of the document :- http://developer.symbian.com/main/downloads/papers/static_data/SupportForWriteableStaticDataInDLLs.pdf