Re: [gtk-list] Help with emitting signals!




Hi,

You can't emit signals manually unless they have the GTK_RUN_ACTION
flag set. Read about this in my book:
 http://developer.gnome.org/doc/GGAD/

Anyway the way to solve this problem is to use gtk_widget_queue_draw()
instead of emitting the signal.

Havoc



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]