Problems with Threading Concept

2007-02-18 Thread naveen
Hi all, I have GUI developed based on gtk+-2.2.0, 1) I have button to start some process (continuous). 2) I need to stop that process, when i click the same button. to do the above tasks i developed a small application using threading concepts... // #

Re: gtk box and flow layout

2007-02-18 Thread Paul Pogonyshev
daa84 wrote: > Can I create flow layout box in gtk like java FlowLayout Layout Manager? > Or it is need to create derivative class (from GtkTable for example) and > release it behaviour itself? In case you want row-breaking functionality of FlowLayout (e.g. when third widget is placed below the f

Re: gtk box and flow layout

2007-02-18 Thread James Scott Jr
daa84, You may want to explore using the GtkLayout container. From what I know of the Java FlowLayout, both GtkTable and GtkLayout are close approximations of the FlowLayout. http://developer.gnome.org/doc/API/2.0/gtk/GtkLayout.html On Sun, 2007-02-18 at 11:14 +0300, daa84 wrote: > Hello!

A few drawing questions

2007-02-18 Thread Mark A. Nicolosi
Hi, I'm working on a game and I was wondering what would be best to use for drawing? I'm having a hard time figuring out how all the different drawing APIs fit together. As far as I can tell there is GDK, Cairo, GnomeCanvas (dead?), and other things like GooCanvas. Everything get's drawn to a gdk w

gtk box and flow layout

2007-02-18 Thread daa84
Hello! Can I create flow layout box in gtk like java FlowLayout Layout Manager? Or it is need to create derivative class (from GtkTable for example) and release it behaviour itself? Thanks. Sorry for my bad english:) -- Andrey Dubravin ___ gtk-app-d