top | item 46907056

(no title)

kvemkon | 24 days ago

> custom widgets

Implemented like any custom GTK+ 2 widget?

discuss

order

PaulDavisThe1st|24 days ago

Some are, some have a layer between them called CairoWidget so that they can just draw directly in Cairo. We also tend to use Gtkmm to derive, so that we don't have to do a lot of C boiler-plate code (and you won't find a "full widget implementation" anywhere, because of this).

kvemkon|24 days ago

Good to know, thanks!