Today, and for the next few posts, we'll be looking at Cairo animation. This time, we'll do a simple frame counter at 24fps. The post is here.
Pages: 1 2 3 4 5 6 7 8 9 10 11
On Fri, 23 Aug 2019 09:40:46 GMT, Ron Tarrant wrote:
Today, and for the next few posts, we'll be looking at Cairo animation. This time, we'll do a simple frame counter at 24fps. The post is here.
CORRECTION:
Today's post covers three different examples of animation:
- a text counter,
- drawing a circle, and
- a flipbook animating a series of images.
Today we go back to finish off an earlier series on MVC and stores, this time looking at the TreeStore and how to populate a hierarchy of rows. You can find it here.
Today we cover one of the basic widgets, namely, the Toolbar which isn't as straightforward to use since the deprecation of so many of GTK's StockIDs. You can find out what's changed and how to get around it right here.
Today's post covers the Expander, a widget that... well... expands to reveal things hidden within. It's not quite a TreeView, but it's also a lot easier to use. You can read all about it here.
Today we dig back into the MVC series to look at the multi-level TreeStore and maybe learn a little geography. You can read all about it right here
This morning's discussion covers the basic workings and relationship between the TextView and TextBuffer widgets. Here's the link
Time to get down to basics with the Statusbar. Although most contemporary applications don't bother with proper status bars, these widgets can still be useful. Here's how to get started with them.
Here's the second instalment on the lowly Statusbar wherein we look at multiple status reports as well as the Statusbar's signal.
Today starts a two-part series in which we explore the gotchas and workarounds of the GTK Frame. You can find it here.