MightyCreak / diffuse

Diffuse is a graphical tool for comparing and merging text files. It can retrieve files for comparison from Bazaar, CVS, Darcs, Git, Mercurial, Monotone, RCS, Subversion, and SVK repositories.
http://mightycreak.github.io/diffuse/
GNU General Public License v2.0
260 stars 46 forks source link

Don't use new() in GTK classes #153

Closed MightyCreak closed 2 years ago

MightyCreak commented 2 years ago

It is advised in the tutorials to use the classes constructors directly instead of new(). Almost all the GTK classes can be used without new(), the remaining ones creates warnings or glitches in the app.