Blog Posts on gtk
Percent:
Distinct:
GTK#: How to Change Font of Entry by Creek Codes on May 5, 2010This tutorial assumes that you are using MonoDevelop and created a C# GUI application using GTK#. Supposing you already have a Window with an Entry, named txtSource, this is how you change the Font. First, include Pango in imports. using Pango; Se...
Getting Started with GTK on Windows by Creek Codes on Mar 4, 2010I am assuming that you already know GTK+ and wanted to try it out for the first time. This article will discuss how to setup your development environment to start writing GTK+ based applications. First things first, download everything you need. Do...


