-
Recent Posts
Recent Comments
- Wolf Vollprecht on Glade in Libre Application Summit
- olea on GUADEC a la española
- Links 15/8/2017: New LibreELEC and More | Techrights on It’s always fun to be at GUADEC
- xjuan on It’s always fun to be at GUADEC
- John McHugh on It’s always fun to be at GUADEC
Archives
Categories
Meta
Category Archives: GTK+
GUADEC a la española
Tapas, jamón are the first words that come to my mind after this year GUADEC in Almería One of the best part of traveling is discovering new customs and trying new things… Do you want tomato … Continue reading
Posted in General, GTK+, Programming
1 Comment
Developer Experience Hackfest 2016
First of all I would like to thanks the GNOME Foundation for sponsoring once again my trip to Brussels for the GNOME Developer Experience Hackfest. Besides hacking on Glade and attending FOSDEM I had a great time meeting with old … Continue reading
Posted in General, Glade, GTK+
4 Comments
Porting widgets to the new template API… the LAZY way!
First of all I want to thanks everyone involved in GUADEC organization specially to the GNOME foundation for sponsoring me once again. It is been great meeting with old friends and making new ones! So after Tristan’s talk UI developer … Continue reading
GtkBuilder and external objects
What if you want to reference an object you created from a GtkBuilder script? or even more add children to a container created outside the scope of GtkBuilder? You can not! But do not worry, a simple API like the … Continue reading
Posted in GTK+
Comments Off on GtkBuilder and external objects
Embeding GtkBuilder UI definitions into GObject classes!
Wait, what? Back in the day Glade used to generate code which was messy if was not handled properly, eventually everyone agreed it was better to use libglade instead and load the UI interface from a xml file, something that … Continue reading
Posted in GTK+, Programming
4 Comments