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
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
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
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
-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
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
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
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
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
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
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
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
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
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
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
15 matches
Mail list logo