Model-View-Control in GTK+

2009-02-25 Thread Vlad Volodin
Hello everybody, I would like to ask about implementing the MVC (especially M-VC) with GTK tools. I have an object, where I store internal data. It represents an array with rows and cols (board game with different colored coins). And I have a widget (DrawingArea), wich displays the data. Well, I

Re: best way to display small images which can change up to 10 times per second

2009-02-25 Thread jcupitt
2009/2/25 arne : > in my application I use the GTK Stock Images   GTK_STOCK_YES and > GTK_STOCK_NO > to represent several states of a target hardware my program is communicating > with. > > I used the stock images because it were very easy to handle. > > But the Stock Images can lock different and

best way to display small images which can change up to 10 times per second

2009-02-25 Thread arne
Hello, in my application I use the GTK Stock Images GTK_STOCK_YES and GTK_STOCK_NO to represent several states of a target hardware my program is communicating with. I used the stock images because it were very easy to handle. But the Stock Images can lock different and now I want to change