elements

Apply style to Textview: Underline and Blue Color on specific pa...

Planet PHP  Wed, 01/04/2012 - 19:19

This script displays a 2D array inside a textview. All elements on the same row and coloumn are underlined and colred blue.

<?PHP
//Definition of widgets
$scrolled_win = new GtkScrolledWindow();
$textview = new GtkTextview();
$buffer = new GtkTextBuffer();
$win = new GtkWindow();

//Modify widgets
$scrolled_win->set_policy(1,1);
$textview->modify_font(new PangoFontDescription('Courier New 14'));
$win->maximize();
$win->connect_simple('destroy', array('Gtk', 'main_quit'));


 

appMobi Open Sources HTML5 Technologies

Linux Today  Wed, 11/30/2011 - 12:02

Dr.Dobb's: "HTML5 development shop appMobi will now open source key elements of its mobile technology in an attempt to accelerate industry migration to HTML5."


 

Talking Point: Overlapping Windows

Linux Journal - The Original Magazine of the Linux Community  Wed, 05/11/2011 - 07:00

Back in the 80s, a GUI paradigm called WIMP (Windows, Icons, Mouse


 

Adding Master Pages to Scribus

Linux Journal - The Original Magazine of the Linux Community  Tue, 03/15/2011 - 08:00

Scribus

Like most word processors and layout applications, Scribus has a var


 

Ubuntu Indicators in openSUSE?

Linux Journal - The Original Magazine of the Linux Community  Wed, 12/15/2010 - 10:20

openSUSE Contrib

Ubuntu takes a lot of punches from time to time fo


 

Making realistic characters for Blender with MakeHuman

Linux Today  Mon, 12/13/2010 - 14:05

FreeSoftwareMagazine: "But it's obviously a very often-needed task, using a lot of common elements, so you'd think someone would come up with a tool to make it easier.

And you'd be right. The free-software tool of choice for this task is MakeHuman"


 

Digsby Launches a *****-Free Chatroulette

Digg / Tech Industry News  Fri, 05/21/2010 - 08:30

Chatville is a Facebook game which melds elements of Chatroulette with traits of other Facebook apps.


 

Exploring HTML 5's Audio/Video Multimedia Support

Linux Today  Tue, 11/17/2009 - 09:03

DevX: "The audio and video tags were among the first features to be added to the HTML 5 specification. Find out how these elements enable the browser to work with both types of media in an easy-to-use manner."


 

Does Microsoft Have an Open Source Strategy Any More?

Linux Today  Mon, 09/14/2009 - 22:32

Linux Journal: "It's useful, therefore, to try to understand what exactly the company's open source strategy is, in order to head off some of its worst aspects, and to build on any positive elements.

The trouble is, I don't think Microsoft has an open source strategy any more."


 

How to theme Enlightenment E17

Linux Today  Thu, 08/13/2009 - 18:03

GHacks: "But Enlightenment E17 takes themeing a step further than most window managers. Instead of having to manually edit flat text files, piece together a theme by changing various elements, or find the directory where themes must be saved, E17 themes a pre-packaged, all-in-one files that are imported with the push of a single button."