GTK+ 3.6.4 not working for vc 2010 because of inline

2013-11-22 Thread jack zhu
) && !defined(__DMC__) #define G_HAVE___INLINE__ 1 #endif /* !_MSC_VER and !__DMC__ */ #endif/* !__cplusplus */ #define G_CAN_INLINE1 #endif //end of hack Question: The gtk3 part doesnot seems to work for visual c++. So does anything go wrong for the above part from GTK2 to GTK3. Regar

Re: no "File", "Edit, "Help" strings in upper left

2012-01-29 Thread Jack
On 2012.01.29 17:36, Gary Kline wrote: [snip...] it may be hthat ubuntu is moving toward gtk-3.0 and dropping the older releases. {?} Perhaps, but I can't imagine this has anything directly to do with Unity or missing menu items. If, indeed, the problem is that Unity is "s

Re: Are there such tings like custom signals?

2012-01-20 Thread Jack
On 2012.01.20 11:36, Michael Torrie wrote: On 01/20/2012 06:42 AM, Manuel Ferrero wrote: I was wondering if there is some custom signal I can use to keep the same event-driven philosophy to exchange messages between process. Of course. Though the other poster's idea of using gio channels is

Re: RES: GDA

2011-12-08 Thread Jack
write them by using my phone, this is the last one, ok? No, this one had them also. I suspect they are added very late in the process, so any way you access the same server doesn't matter, all messages will get them. You probably need to use a different email address to avoid them.

Re: What version do I have

2010-03-15 Thread Jack
On 2010.02.24 00:29, Robert Michael wrote:     I was trying a few examples from "Foundations of GTK Development" on my Linux machine running Debian.  One of the examples in chapter_12 did not compile - the one with printer functions.  I think the printer functions need at least version 2.10

Re: GtkGLExt (was Re: Gtk 3.0)

2009-12-04 Thread Jack Skellington
On Fri, Dec 4, 2009 at 8:02 PM, Emmanuele Bassi wrote: > (Sorry, I'm sending this via my phone so it's not going to be nicely > formatted; I apologize) > > I'm really not working on it - mainly for three reasons: 1) if you want to > use GL, GtkGlExt is "good enough" and integrating it into gtk+ it

Weird Ubuntu 9.04 gtkFileChooser dialog bug??

2009-06-07 Thread Jack Turner
Hello List I'm struggling with a gtk bug that I don't know if is ubuntu specific but i suspect it is. In my app when I open a file chooser dialog the dialog will freeze with an hourglass and home folder and desktop icons are missing from the left pane. If I take the same open dialog code and com

Remove libgio from linking?

2009-06-06 Thread Jack Turner
Hello List I link my app using autotools and pkg-config with gtk+-2.0. How do I disable linking of libgio? /Jacob ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Old gtk app, file open dialog freezes (Ubuntu 9.04)

2009-06-06 Thread Jack Turner
ed too deeply into the issue, because I didn't > critically depend on gio methods. > > ----- Original Message - > From: "Jack Turner" > To: ; > Sent: Saturday, June 06, 2009 11:48 AM > Subject: Re: Old gtk app, file open dialog freezes (Ubuntu 9.04) > &

Re: Old gtk app, file open dialog freezes (Ubuntu 9.04)

2009-06-06 Thread Jack Turner
ng with gio library seems to cause this. > When I canged some unrelated code to older GnomeVfs, the file open dialog > started to work fine on the new Ubuntu 9.04. > > Hopefully, the same tip could work for you. > > Regards, > Miroslav > > - Original Message -

Old gtk app, file open dialog freezes (Ubuntu 9.04)

2009-06-05 Thread Jack Turner
Hello List I just compiled an old gtk app of mine and everything work except when I try opening a file. The dialog will hang with an hourglass and some of the folders in the left is missing. I use this code: filedialog = gtk_file_chooser_dialog_new ("Open File", parent_window, GTK_FIL

Re: qt vs gtk

2009-01-14 Thread Jack
This is a whole different issue - Gnome vs KDE vs other desktops. I believe the original question was gkt+ vs qt. I use a number of gtk based apps on a KDE based desktop. (Isn't KDE based on QT? It shows how long it's been since I paid attention at that level.) There have been some interest

rc file parsing help needed

2009-01-06 Thread Jack
ly recognized, and then calling gtk_rc_parse("new file name") but again - no effect. Is there something obvious we might be missing? Is there something particular about when during app startup the parse function needs to be called to have an effect? Any other hints or suggestions would be