Re: Adding Diffrent Gtk::CellRenderer in different rows of same column in Gtk::TreeView



On Tue, Nov 20, 2012 at 11:59 PM, Andrew E. Makeev <andrew solvo ru> wrote:
Look at sources of renderers you would to use (GTK) and implement their
code in your custom renderer (with GTKMM functions).
 
While this might be fun to learn from, is there a software engineering principal that would encourage this? Composing what you need out of the building blocks lets you use all that GTK code, plus all the bugfixes and maintenance for the life of the library, for the cost of a few bytes of pointers. An honest question, I'm new to this :)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]