Re: "gtk+" + "omniORB" ( corba )

2005-01-28 Thread Maciej Katafiasz
Dnia 24-01-2005, pon o godzinie 17:53 +, Linux User napisał: > Is it possible ( and a good idea ) to code a program with GTK+ and > omniORB at the project ? > I heard issues about this ( something about thread incompatabilities ), > but I'm not sure about that. I don't know anything about t

async gnome_vfs functions + gtk = possible threading problem?

2005-01-28 Thread Olivier Sessink
Hi all, the async functions in gnome_vfs use threading. But the callback functions from the async gnome_vfs functions, are they called from the main thread or any additional threads? The real question is: Is there a possible threading problem if I use gtk function calls in the gnome_vfs async c

Re: gtk-can-change-accels

2005-01-28 Thread Olivier Sessink
On Fri, 28 Jan 2005 10:48:35 +0100 Gyözö Both <[EMAIL PROTECTED]> wrote: > hello, > > i hope i'm not asking anything that's already been clarified before; the > archives of this list are huge and i couldn't find out whether this has been > asked before. > > i'm writing a gtk+2 application (the

Re: gtk-can-change-accels

2005-01-28 Thread Gyözö Both
hum... i'm not using non-GtkWindows. at least as far as i know. my app is a rather simple and straightforward thingy with all interface files created by glade 2 (i'm not even sure what the difference between libglade and glade is; or, what libglade is). so i don't know of this glade_xml_new functio

Re: gtk-can-change-accels

2005-01-28 Thread Roger Leigh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 GyÃzà Both <[EMAIL PROTECTED]> writes: > i'm writing a gtk+2 application (the interface of which gets created by > glade), and i'd like to make use of this magnificent feature that allows > users to change the keyboard shortcuts by hovering on a men

Re: Compile line options for a libglade project?

2005-01-28 Thread Jonas Geiregat
On Thu, 27 Jan 2005 18:29:21 -0500, Tony Freeman <[EMAIL PROTECTED]> wrote: > Attached is the glade file and the c file. Might be gmail but I can't see any attachments ... ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gno

Re: gtk 2.6.1 on Windows: icon themes

2005-01-28 Thread Allin Cottrell
On Sun, 23 Jan 2005, I wrote wrote: I just tried cross-compiling gtk 2.6.1 and friends Linux -> win32 (previously I've relied on Tor's binaries). I seem to be "almost there," but my app segfaults when I try to access a menu item that contains a stock icon. The crash is in libgtk-win32-2.0-0.dl

font color

2005-01-28 Thread marcodev
I've tried using the following to change the color of text on a menu bar but to no avail: gtk_widget_modify_text(menubar, GTK_STATE_NORMAL, red); and gtk_widget_modify_text(GTK_WIDGET(GTK_LABEL(GTK_BIN(menu_bar_widgets)->child)), GTK_STATE_NORMAL, red); anyone know

Re: getting wrong iters when using a TreeModelFilter

2005-01-28 Thread Tim Müller
On Friday 28 January 2005 12:19, Stefan Kost wrote: Hi Stefan, > This drives me mad. I use a TreeModelFilter to hide rows (to show only > every, every 2nd, every 4th,...). When the user presses a key I'd like to > change the content of the model (the real one). I use the code below. The > problem

getting wrong iters when using a TreeModelFilter

2005-01-28 Thread Stefan Kost
hi hi, this drives me mad. I use a TreModelFilter to hide rows (to show only every, every 2nd, every 4th,...). When the user presses a key I'd like to change the content of the model (the real one). I use the code below. The problem is that when I hide nothing it works, but when e.g. hing every se

Re: how to make a function thread safe?

2005-01-28 Thread Iago Rubio
On Fri, 2005-01-28 at 00:18, Felix Kater wrote: > Hi, > > is a function thread save when all inside code is wrapped into a static > mutex? By definition, no. You should use mutual exclusion to access/change the variables used by various threads. > What is with this function: Could a second thre

Re: Compile line options for a libglade project?

2005-01-28 Thread Gerald Emig
You should at least write "int main (int argc, char **argv)" gme On Thu, 27 Jan 2005 18:29:21 -0500 Tony Freeman <[EMAIL PROTECTED]> wrote: > Thanks to the people who have replied so far. > > Attached is the glade file and the c file. I've c

gtk-can-change-accels

2005-01-28 Thread Gyözö Both
hello, i hope i'm not asking anything that's already been clarified before; the archives of this list are huge and i couldn't find out whether this has been asked before. i'm writing a gtk+2 application (the interface of which gets created by glade), and i'd like to make use of this magnificen

Re: how to make a function thread safe?

2005-01-28 Thread Edward Yang
Felix Kater wrote: Forget about this. It's not easy to answer in general, I see. I found a way for my purposes. Thank You Felix ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list I

Re: how to make a function thread safe?

2005-01-28 Thread Felix Kater
Forget about this. It's not easy to answer in general, I see. I found a way for my purposes. Thank You Felix ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list