Re: Modularization

2005-08-14 Thread Alem Dain
If what you mean by "widget hierarchy" is what I think you mean -- namely, the parent-child relationships between container widgets and the stuff they contain -- then I would recommend modularizing according to this hierarchy. That is, steps 2, 3, and 5 in your list can go together in a single mod

Re: GTK+ 2.8.0 released

2005-08-14 Thread Allin Cottrell
On Sat, 13 Aug 2005, Matthias Clasen wrote: Release notes are available at: http://www.gtk.org/gtk-2.8.0-notes.html These notes speak of a "Pango 1.10". Has this been released anywhere? It would be nice to have the new cairo/pixman dependency properly registered via pkgconfig. The Gtk d

Easiest way to get browser functionality embedded on win32?

2005-08-14 Thread Nick Watts
I'm writing my first mildly useful GTK+ app so still learning and I'd like to embed a web browser in it. I don't need to handle any input or output except getting it to load a HTML/Javascript file and render it properly. What's the easiest way to do this in GTK+ for win32? Currently I'm lookin

Modularization

2005-08-14 Thread MEA-MikeFriedrichs
List, Accidentally hit the send button too soon. I'm beginning to learn and use GTK+. Here is the steps that I believe are needed to build an GTK+ application: 1. Initialize the library. 2. Create widgets and set attributes. 3. Register callback routines. 4. Define widget hierarchy. 5. Show wi

Modularization

2005-08-14 Thread MEA-MikeFriedrichs
List, I'm begining to learn and use GTK+. ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: g_signal_emit_by_name

2005-08-14 Thread John Coppens
On Sun, 14 Aug 2005 20:44:33 +0200 Thym <[EMAIL PROTECTED]> wrote: > (gdb) run > Starting program: /home/thymus/svn/fb-menu-editor/obj/fb-menu-editor > > Program received signal SIGSEGV, Segmentation fault. > 0xb7b4c823 in g_pointer_type_register_static () from > /usr/X11R6/lib/libgobject-2.0.s

g_signal_emit_by_name

2005-08-14 Thread Thym
Good evening everybody ! I speak french, so sorry for mistakes :] I think I have matter with g_signal_emit_by_name. I sent a signal with : g_signal_emit_by_name(G_OBJECT(pMyApp->pWindow), "delete_event"); Before, I connected this signal with : g_signal_connect(G_OBJECT(pMyApp->pWindow), "de