Defining virtual methods with gobject

2011-06-23 Thread Tristin Celestin
1. Is it customary to make the prototype of the default implementation of a virtual method available in the header file of a gobject? 2. How does one know if a method is pure virtual if only the header file can be viewed, since the NULL assignment occurs in the init method implementation? ___

Gtk Widget Transparency

2010-02-04 Thread Tristin Celestin
I am trying to understand how to make individual widgets in GTK transparent, like how it is done in gnome-terminal, as opposed to setting the opacity of an entire heirarchy via set_opacity (). All the examples demonstrating transparent widgets use a cairo canvas and require that you perform a