<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:admin="http://webns.net/mvcb/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:html="http://www.w3.org/1999/html" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>Ross Burton</title><link>http://www.burtonini.com/blog</link><description>A potted account of Ross' life</description><language>en</language><ttl>60</ttl><dc:creator>Ross Burton</dc:creator><admin:generatorAgent rdf:resource="http://pyblosxom.sourceforge.net/"/><admin:errorReportsTo rdf:resource="mailto:ross@burtonini.com"/><item><title>GTK+ Secrets</title><guid isPermaLink="false">computers/gtk-2007-03-21-13-11</guid><link>http://www.burtonini.com/blog/computers/gtk-2007-03-21-13-11</link><description>In the last week or so I've discovered a couple of GTK+ tricks I didn't know, so I thought I'd ...</description><content:encoded><![CDATA[    <p>
      In the last week or so I've discovered a couple of GTK+ tricks I didn't
      know, so I thought I'd share them.
    </p>
    <ol>
      <li>
        Control-Backspace in an entry deletes from the cursor to the beginning
        of the text.  I had previously hacked up custom binding for Control-u,
        but this is bound by default. Thanks Emmanuele for pointing this
        out. <strong>Update:</strong> as proof that my fingers are still using
        C-u, Control-Backspace actually deletes a word and not the entire entry.
      </li>
      <li>
        Middle-clicking on a scroll bar will move directly to that point,
        instead of moving towards that point by a page.  Very useful, I'm glad
        Mitch mentioned this in a bug.
      </li>
    </ol>
    <p>
      <small>NP: <cite>Didn't It Rain</cite>, Songs:Ohia</small>
    </p>
]]></content:encoded><dc:date>2007-03-21T13:11:00Z</dc:date></item></channel></rss>