GtkTreeModelFilter problems

2005-10-15 Thread HuamiSoft Hubert Sokolowski
Hi! I am trying to use GtkTreeModelFilter to filter out some rows. it works great, but I have a problem with a cell which is a toggle. the code below works for model when all rows are shown, but it does not work well when some rows are hiden. it is a list, not a tree. what's wrong with it? this

Re: GtkTreeModelFilter problems

2005-10-15 Thread HuamiSoft Hubert Sokolowski
the answer is gtk_tree_model_filter_convert_path_to_child_path On Sat, 15 Oct 2005 09:39:00 +0200 HuamiSoft Hubert Sokolowski [EMAIL PROTECTED] wrote: Hi! I am trying to use GtkTreeModelFilter to filter out some rows. it works great, but I have a problem with a cell which is a toggle.

Re: Problem with glade

2005-10-15 Thread Uzytkownik
Dnia 14-10-2005, pią o godzinie 14:32 -0400, Matthias Clasen napisał(a): On Fri, 2005-10-14 at 14:27 -0400, Brian Clark wrote: (a.out:5100): libglade-WARNING **: could not find signal handler 'on_bok_clicked'. (a.out:5100): libglade-WARNING **: could not find signal handler

gtk and opnengl

2005-10-15 Thread flood
Can anyone explain to me how to setup opengl and gtk together? I know there is a widget called gtk_gl_area but I have no idea how to use it. -- ~flood ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org

Re: gtk and opnengl

2005-10-15 Thread Zeeshan Ali
Hello, On 10/15/05, flood [EMAIL PROTECTED] wrote: Can anyone explain to me how to setup opengl and gtk together? I know there is a widget called gtk_gl_area but I have no idea how to use it. GtkGLExt (http://gtkglext.sourceforge.net/) is the latest and recommended way of doing this kind of

Re: compiling g_module plugin on (cygwin) win32

2005-10-15 Thread Tor Lillqvist
Olivier Sessink writes: How can I fix the linking stage on cygwin/win32 ?? First, mark the functions in the sources for the main .exe that are to be used by other modules with G_MODULE_EXPORT. Then you must decide whether you want to 1) restrict your plugins to work only with an executable