Re: my summary on how to use gtk with threads

2007-05-25 Thread Felix Kater
On Thu, 24 May 2007 01:03:25 +1000 Andrew Cowie [EMAIL PROTECTED] wrote: http://research.operationaldynamics.com/blogs/andrew/#gtk-thread-awareness Keep on. :-) I didn't quite agree with this conclusion: do not use gdk_threads_set_lock_functions() to facilitate (a) as that was rather

g_signal_handler_block() for individual signals?

2007-05-25 Thread Felix Kater
Hi, is there a solution for this (please consider the toggle button as an example only for various cases like these I am interested in): For example: The clicked signal handler is connected to a toggle button. Now, different threads call gtk_toggle_button_set_active() to toggle it, however, for

GtkComboBox and GtkCellRendererSpin

2007-05-25 Thread Audun Halland
Hello, I am currently trying to make a GtkComboBox where some of the choices in the list have integers associated with them, showing them in a column using a GtkCellRendererSpin. Obviously, I want this integer to be editable. However (i'm using gtkmm btw), when i associate the renderer

GtkTreeView: Simple application

2007-05-25 Thread Felipe Balbi
Hello all, I'm starting an app to run Electrical Tests on the USB. I'm not really good on GTK+ since I've always being developing on kernel-space. my doubt regards this code: int main(int argc, char *argv[]) { GladeXML*openhset; GtkWidget *main_window,

Re: GtkTreeView: Simple application

2007-05-25 Thread Yeti
On Sat, May 26, 2007 at 03:19:49AM +0300, Felipe Balbi wrote: my doubt regards this code: int main(int argc, char *argv[]) { GladeXML*openhset; GtkWidget *main_window, *test_window; GtkWidget *main_window_treeview1; GtkWidget

Re: GtkTreeView: Simple application

2007-05-25 Thread Felipe Balbi
Wow... thanks... :-) Now I can keep going with my app... thanks a lot :-) On 5/26/07, David Nečas (Yeti) [EMAIL PROTECTED] wrote: On Sat, May 26, 2007 at 03:19:49AM +0300, Felipe Balbi wrote: my doubt regards this code: int main(int argc, char *argv[]) { GladeXML

Access to a single character in a button label

2007-05-25 Thread Jean-Louis Schmitt
Hi, Is it possible to change the color or to underline only one character of a gtt_button label? I'm using GTK 2.x. Any help would be welcome. Regards ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org