<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Sat, 18 May 2013 14:32:04 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[PHP-GTK Community Site: Building a submenu in a GtkMenubar]]></title>
      <guid>http://www.phpdeveloper.org/news/6834</guid>
      <link>http://www.phpdeveloper.org/news/6834</link>
      <description><![CDATA[<p>
The PHP-GTK Community site is back again today with <a href="http://www.php-gtk.eu/code-snippets/overview-gtkmenubar-submenu">another quick tutorial</a> showing how to build a submenu with the help of the <a href="http://www.php-gtk.eu/code-snippets/overview-gtkmenubar">GtkMenubar</a> widget.
</p>
<p>
It's broken us into the key sections - details, a visual tree of the structure, the logic tree and relationships, and, finally the source code. It's a pretty simple process of creating the menu and appending the elements onto it, much like a normal drop down menu. The key is in the set_submenu function, creating a new object for the code to append the submenu elements to. The rest is just simple appends.
</p>
<p>
They've also <a href="http://www.php-gtk.eu/files/gtk-menubar-overview-submenu.png">included a screenshot</a> to illustrate the end result.
</p>]]></description>
      <pubDate>Wed, 06 Dec 2006 08:55:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[PHP-GTK Community Site: GtkToolbar, GtkMenubar, and PEAR XML-RPC for geo-nick]]></title>
      <guid>http://www.phpdeveloper.org/news/6827</guid>
      <link>http://www.phpdeveloper.org/news/6827</link>
      <description><![CDATA[<p>
The PHP-GTK Community Site has three new tutorials today, two dealing with interface items (GtkToolbar and GtkMenubar) and the other with the topic of a <a href="http://www.phpdeveloper.org/news/6816">previous post</a>, just enhanced:
<ul>
<li><a href="http://www.php-gtk.eu/site/accessing-geo-nick-with-pear-xml-rpc">Accessing geo-nick with Pear XML-RPC</a> - shows how to access the geo-nick web service they created previously with a standard PEAR XML-RPC connection
<li><a href="http://www.php-gtk.eu/code-snippets/overview-gtkmenubar">Overview of GtkMenubar construcution</a> - a brief look (including some code) of how to work with the GtkMenubar widget and include it in your application.
<li><a href="http://www.php-gtk.eu/code-snippets/extending-gtktoolbar">Extending GtkToolbar to quickly build toolbars</a> - a look (with code) of how to include the GtkToolbar widget into your application and use its features to create buttons and items with tooltips.
</ul>
Check out <a href="http://www.php-gtk.eu/">the rest of the site</a> for more great PHP-GTK related tutorials like these.
</p>]]></description>
      <pubDate>Tue, 05 Dec 2006 10:49:00 -0600</pubDate>
    </item>
  </channel>
</rss>
