<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-171</id>
	<title>Nabble - Php - GTK - General</title>
	<updated>2009-11-04T08:15:33Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Php---GTK---General-f171.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Php---GTK---General-f171.html" />
	<subtitle type="html"></subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26199378</id>
	<title>Re: PHP-GTK on Mac OS X 10.4</title>
	<published>2009-11-04T08:15:33Z</published>
	<updated>2009-11-04T08:15:33Z</updated>
	<author>
		<name>Leto</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;just to say I have exactly the same problem which is a big frustration
&lt;br&gt;even more when you see the promising screen captures of the installer...
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/PHP-GTK-on-Mac-OS-X-10.4-tp22958469p26199378.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25576642</id>
	<title>php-gtk-general</title>
	<published>2009-09-23T05:50:58Z</published>
	<updated>2009-09-23T05:50:58Z</updated>
	<author>
		<name>hacder</name>
	</author>
	<content type="html">php-gtk-general
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/php-gtk-general-tp25576642p25576642.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25466718</id>
	<title>Gtk2 Popup on GtkEntry</title>
	<published>2009-09-15T23:32:18Z</published>
	<updated>2009-09-15T23:32:18Z</updated>
	<author>
		<name>Madeleine D.-3</name>
	</author>
	<content type="html">Maybe this is obvious, but I just stumbled across the default popup menu for
&lt;br&gt;GtkEntry. &amp;nbsp;The default selections will not do for our users; they freak
&lt;br&gt;easily.
&lt;br&gt;&lt;br&gt;Is it possible to get to those selections and change them, or do I need to
&lt;br&gt;override the popup?
&lt;br&gt;&lt;br&gt;thanks,
&lt;br&gt;Madeleine D.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Gtk2-Popup-on-GtkEntry-tp25466718p25466718.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25227687</id>
	<title>Re: error in constructor</title>
	<published>2009-08-31T10:58:21Z</published>
	<updated>2009-08-31T10:58:21Z</updated>
	<author>
		<name>Jake-57</name>
	</author>
	<content type="html">On Mon, Aug 31, 2009 at 1:32 PM, Benjamin FOURTICQ &amp;lt;
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25227687&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;benjamin.fourticq@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; I imagine the constructor is called twice, because when you call $toto =
&lt;br&gt;&amp;gt; new ProjectList()
&lt;br&gt;&amp;gt; ProjectList::__construct() is called and so GtkTreeview::__construct(),
&lt;br&gt;&amp;gt; then ProjectList::ProjectList() because it exists.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;That is not correct, if there's a ProjectList::__construct() method that
&lt;br&gt;will be called as the constructor and not ProjectList::ProjectList().
&lt;br&gt;ProjectList::ProjectList() only gets called if there is no
&lt;br&gt;ProjectList::__construct() for backwards compatibility.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Le 31/08/2009 19:07, Der Starchaser a écrit :
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I want to program a class ProjectList, which is derived from class
&lt;br&gt;&amp;gt;&amp;gt; GtkTreeView. The following code snippet results in an assertion error. Is
&lt;br&gt;&amp;gt;&amp;gt; anybody able to explain me the error ?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;Your assertion fails because there are no columns in the view. &amp;nbsp;See:
&lt;br&gt;&lt;a href=&quot;http://gtk.php.net/manual/en/gtk.gtktreeview.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gtk.php.net/manual/en/gtk.gtktreeview.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;Specifically:
&lt;br&gt;&lt;br&gt;&amp;quot;After creating the view and setting the model, you need to create some
&lt;br&gt;GtkTreeViewColumns and add them to the view with append_column() . The
&lt;br&gt;column widgets themselves need some GtkCellRenderers that actually draw and
&lt;br&gt;display the data of the model.&amp;quot;
&lt;br&gt;&lt;br&gt;-Jake
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/error-in-constructor-tp25226923p25227687.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25227545</id>
	<title>Re: error in constructor</title>
	<published>2009-08-31T10:50:13Z</published>
	<updated>2009-08-31T10:50:13Z</updated>
	<author>
		<name>Elizabeth M Smith</name>
	</author>
	<content type="html">Benjamin FOURTICQ wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I imagine the constructor is called twice, because when you call $toto = 
&lt;br&gt;&amp;gt; new ProjectList()
&lt;br&gt;&amp;gt; ProjectList::__construct() is called and so GtkTreeview::__construct(), 
&lt;br&gt;&amp;gt; then ProjectList::ProjectList() because it exists.
&lt;br&gt;&amp;gt; In my opinion, if you just need to set the model use set_model() instead 
&lt;br&gt;&amp;gt; of calling the prent constructor.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Hope this helps,
&lt;br&gt;&amp;gt; Benjamin.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Le 31/08/2009 19:07, Der Starchaser a écrit :
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I want to program a class ProjectList, which is derived from class
&lt;br&gt;&amp;gt;&amp;gt; GtkTreeView. The following code snippet results in an assertion error. Is
&lt;br&gt;&amp;gt;&amp;gt; anybody able to explain me the error ?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; class ProjectList extends GtkTreeView
&lt;br&gt;&amp;gt;&amp;gt; {
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;protected $store;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;/***********************************************************/
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;/* Constructor Method
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;/***********************************************************/
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;function ProjectList()
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;{
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;$this-&amp;gt;store = new GtkListStore(
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; GObject::TYPE_STRING, GObject::TYPE_STRING
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; );
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;parent::__construct( $this-&amp;gt;store );
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;$col = 0;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;$column = $this-&amp;gt;get_column(0);
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;assert( $column ); &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;//&amp;lt;- this line throws an 
&lt;br&gt;&amp;gt;&amp;gt; assertion error
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;$cell_renderer = new GtkCellRendererPixbuf();
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;$column-&amp;gt;pack_start($cell_renderer, false);
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $column-&amp;gt;set_cell_data_func(
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $cell_renderer,
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;quot;prjlist_format_pixbuf&amp;quot;,
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $this-&amp;gt;Pixmap
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; );
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; } // of class
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;ugh - if you want to override the constructor that's fine - do it using
&lt;br&gt;&lt;br&gt;public function __construct() {}
&lt;br&gt;&lt;br&gt;PHP 5 uses unified constructors - the &amp;quot;use the same function as the 
&lt;br&gt;class name&amp;quot; support is a holdover for BC, please please don't use it in 
&lt;br&gt;new code.... as you see it has some seriously odd side effects
&lt;br&gt;&lt;br&gt;see the manual &lt;a href=&quot;http://php.net/oop5.decon&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://php.net/oop5.decon&lt;/a&gt;&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Elizabeth
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;PHP-GTK General Mailing List (&lt;a href=&quot;http://gtk.php.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gtk.php.net/&lt;/a&gt;)
&lt;br&gt;To unsubscribe, visit: &lt;a href=&quot;http://www.php.net/unsub.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net/unsub.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/error-in-constructor-tp25226923p25227545.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25227281</id>
	<title>Re: error in constructor</title>
	<published>2009-08-31T10:32:18Z</published>
	<updated>2009-08-31T10:32:18Z</updated>
	<author>
		<name>Benjamin FOURTICQ</name>
	</author>
	<content type="html">I imagine the constructor is called twice, because when you call $toto = 
&lt;br&gt;new ProjectList()
&lt;br&gt;ProjectList::__construct() is called and so GtkTreeview::__construct(), 
&lt;br&gt;then ProjectList::ProjectList() because it exists.
&lt;br&gt;In my opinion, if you just need to set the model use set_model() instead 
&lt;br&gt;of calling the prent constructor.
&lt;br&gt;&lt;br&gt;Hope this helps,
&lt;br&gt;Benjamin.
&lt;br&gt;&lt;br&gt;Le 31/08/2009 19:07, Der Starchaser a écrit :
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I want to program a class ProjectList, which is derived from class
&lt;br&gt;&amp;gt; GtkTreeView. The following code snippet results in an assertion error. Is
&lt;br&gt;&amp;gt; anybody able to explain me the error ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; class ProjectList extends GtkTreeView
&lt;br&gt;&amp;gt; {
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;protected $store;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;/***********************************************************/
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;/* Constructor Method
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;/***********************************************************/
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;function ProjectList()
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;{
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;$this-&amp;gt;store = new GtkListStore(
&lt;br&gt;&amp;gt; 		GObject::TYPE_STRING, GObject::TYPE_STRING
&lt;br&gt;&amp;gt; 	);
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;parent::__construct( $this-&amp;gt;store );
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;$col = 0;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;$column = $this-&amp;gt;get_column(0);
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;assert( $column );		//&amp;lt;- this line throws an assertion error
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;$cell_renderer = new GtkCellRendererPixbuf();
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;$column-&amp;gt;pack_start($cell_renderer, false);
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 		$column-&amp;gt;set_cell_data_func(
&lt;br&gt;&amp;gt; 			$cell_renderer,
&lt;br&gt;&amp;gt; 			&amp;quot;prjlist_format_pixbuf&amp;quot;,
&lt;br&gt;&amp;gt; 			$this-&amp;gt;Pixmap
&lt;br&gt;&amp;gt; 		);
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; } // of class
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;PHP-GTK General Mailing List (&lt;a href=&quot;http://gtk.php.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gtk.php.net/&lt;/a&gt;)
&lt;br&gt;To unsubscribe, visit: &lt;a href=&quot;http://www.php.net/unsub.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net/unsub.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/error-in-constructor-tp25226923p25227281.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25226923</id>
	<title>error in constructor</title>
	<published>2009-08-31T10:07:51Z</published>
	<updated>2009-08-31T10:07:51Z</updated>
	<author>
		<name>Der Starchaser</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;I want to program a class ProjectList, which is derived from class 
&lt;br&gt;GtkTreeView. The following code snippet results in an assertion error. Is 
&lt;br&gt;anybody able to explain me the error ?
&lt;br&gt;&lt;br&gt;&lt;br&gt;class ProjectList extends GtkTreeView
&lt;br&gt;{
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; protected $store;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; /***********************************************************/
&lt;br&gt;&amp;nbsp; &amp;nbsp; /* Constructor Method
&lt;br&gt;&amp;nbsp; &amp;nbsp; /***********************************************************/
&lt;br&gt;&amp;nbsp; &amp;nbsp; function ProjectList()
&lt;br&gt;&amp;nbsp; &amp;nbsp; {
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $this-&amp;gt;store = new GtkListStore(
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; GObject::TYPE_STRING, GObject::TYPE_STRING
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; );
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; parent::__construct( $this-&amp;gt;store );
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $col = 0;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $column = $this-&amp;gt;get_column(0);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; assert( $column );		// &amp;lt;- this line throws an assertion error
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $cell_renderer = new GtkCellRendererPixbuf(); 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $column-&amp;gt;pack_start($cell_renderer, false); 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $column-&amp;gt;set_cell_data_func(
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $cell_renderer, 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;quot;prjlist_format_pixbuf&amp;quot;, 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $this-&amp;gt;Pixmap
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ); 
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;} // of class
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;PHP-GTK General Mailing List (&lt;a href=&quot;http://gtk.php.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gtk.php.net/&lt;/a&gt;)
&lt;br&gt;To unsubscribe, visit: &lt;a href=&quot;http://www.php.net/unsub.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net/unsub.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/error-in-constructor-tp25226923p25226923.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25176042</id>
	<title>Re: set_pixtext()</title>
	<published>2009-08-27T10:00:43Z</published>
	<updated>2009-08-27T10:00:43Z</updated>
	<author>
		<name>Madeleine D.-3</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;CList should be replaced with GtkTreeView. &amp;nbsp;Attach a 
&lt;br&gt;GtkCellRendererPixbuf to a given column in the view and use 
&lt;br&gt;'set_cell_data_func' to format the cell_renderer. &amp;nbsp;At the callback for 
&lt;br&gt;that, you can then isolate a given cell/row and use 
&lt;br&gt;'set_property(&amp;quot;pixbuf&amp;quot;, $image)' to load the pixmap.
&lt;br&gt;&lt;br&gt;hth,
&lt;br&gt;Madeleine D.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Der Starchaser wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; The following old piece of code should be adapted to PHP-GTK 2 :
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 		$this-&amp;gt;clistProjects = new GtkCList(1, array($this-&amp;gt;ListTitle));
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $node = $this-&amp;gt;clistProjects-&amp;gt;append(array($Config));
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $this-&amp;gt;clistProjects-&amp;gt;set_pixtext($node, 0, $Config, 5, 	
&lt;br&gt;&amp;gt; 					$this-&amp;gt;iconpixmap, $this-&amp;gt;iconmask);
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I found no method which supports the functionality of the old set_pixtext() in 
&lt;br&gt;&amp;gt; PHP-GTK 2.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Does anybody know a workaround ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thank you
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;PHP-GTK General Mailing List (&lt;a href=&quot;http://gtk.php.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gtk.php.net/&lt;/a&gt;)
&lt;br&gt;To unsubscribe, visit: &lt;a href=&quot;http://www.php.net/unsub.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net/unsub.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/set_pixtext%28%29-tp25168717p25176042.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25173285</id>
	<title>MULTILINGUAL DICTIONARY linking examples without leaving your web pages</title>
	<published>2009-08-27T06:49:36Z</published>
	<updated>2009-08-27T06:49:36Z</updated>
	<author>
		<name>Translation Experts-2</name>
	</author>
	<content type="html">Dear Sir/Madam,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;We have now upgraded our MULTILINGUAL DICTIONARY linking examples so that your users will no longer leave your web pages.
&lt;br&gt;&lt;br&gt;For more information, please go to:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.tranexp.com/intertran/linking.cgi?31&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.tranexp.com/intertran/linking.cgi?31&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;We will be very happy to answer any queries you might have.
&lt;br&gt;&lt;br&gt;Best regards,
&lt;br&gt;&lt;br&gt;Translation Experts
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;PHP-GTK General Mailing List (&lt;a href=&quot;http://gtk.php.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gtk.php.net/&lt;/a&gt;)
&lt;br&gt;To unsubscribe, visit: &lt;a href=&quot;http://www.php.net/unsub.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net/unsub.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/MULTILINGUAL-DICTIONARY-linking-examples-without-leaving-your-web-pages-tp25173285p25173285.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25172724</id>
	<title>Re: GtkButtonBox::set_child_size()</title>
	<published>2009-08-27T06:38:23Z</published>
	<updated>2009-08-27T06:38:23Z</updated>
	<author>
		<name>Jake-57</name>
	</author>
	<content type="html">GObject::get_property(string) and GObject::set_property(string, mixed)
&lt;br&gt;&lt;br&gt;-Jake
&lt;br&gt;&lt;br&gt;On Thu, Aug 27, 2009 at 2:19 AM, Der Starchaser &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25172724&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;TheStarchaser@...&lt;/a&gt;&amp;gt;wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello at all,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; the code snippet
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;$bbox = &amp;new GtkHButtonBox();
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;$bbox-&amp;gt;set_child_size(15, 20);
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; returns an error :
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Warning: GtkButtonBox::set_child_size() is deprecated: don't use
&lt;br&gt;&amp;gt; this
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The Manual suggests the following :
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;GtkButtonBox::set_child_size
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;void set_child_size(int min_width, int min_height);
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Warning! This method is DEPRECATED and should NOT be used in
&lt;br&gt;&amp;gt; newly-written
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;code. Use the style properties child-min-width/-height instead.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; How do I manipulate the style properties ogf the Box ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thank you !
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; PHP-GTK General Mailing List (&lt;a href=&quot;http://gtk.php.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gtk.php.net/&lt;/a&gt;)
&lt;br&gt;&amp;gt; To unsubscribe, visit: &lt;a href=&quot;http://www.php.net/unsub.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net/unsub.php&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/GtkButtonBox%3A%3Aset_child_size%28%29-tp25166854p25172724.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25172520</id>
	<title>Re: set_pixtext()</title>
	<published>2009-08-27T06:30:41Z</published>
	<updated>2009-08-27T06:30:41Z</updated>
	<author>
		<name>Chris Morgan-10</name>
	</author>
	<content type="html">Are you wanting a GdkPixbuf in a GtkTreeView? &amp;nbsp;(Sorry, I'm not familiar with
&lt;br&gt;PHP-GTK1 code)
&lt;br&gt;&lt;br&gt;On Thu, Aug 27, 2009 at 6:46 PM, Der Starchaser &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25172520&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;TheStarchaser@...&lt;/a&gt;&amp;gt;wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The following old piece of code should be adapted to PHP-GTK 2 :
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;$this-&amp;gt;clistProjects = new GtkCList(1,
&lt;br&gt;&amp;gt; array($this-&amp;gt;ListTitle));
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;$node = $this-&amp;gt;clistProjects-&amp;gt;append(array($Config));
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;$this-&amp;gt;clistProjects-&amp;gt;set_pixtext($node, 0, $Config, 5,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;$this-&amp;gt;iconpixmap, $this-&amp;gt;iconmask);
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I found no method which supports the functionality of the old set_pixtext()
&lt;br&gt;&amp;gt; in
&lt;br&gt;&amp;gt; PHP-GTK 2.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Does anybody know a workaround ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thank you
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; PHP-GTK General Mailing List (&lt;a href=&quot;http://gtk.php.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gtk.php.net/&lt;/a&gt;)
&lt;br&gt;&amp;gt; To unsubscribe, visit: &lt;a href=&quot;http://www.php.net/unsub.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net/unsub.php&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;-- Chris Morgan &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25172520&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;chris.morganiser@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;I'm good at making two things: mistakes and enemies.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/set_pixtext%28%29-tp25168717p25172520.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25168717</id>
	<title>set_pixtext()</title>
	<published>2009-08-27T01:46:22Z</published>
	<updated>2009-08-27T01:46:22Z</updated>
	<author>
		<name>Der Starchaser</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;The following old piece of code should be adapted to PHP-GTK 2 :
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $this-&amp;gt;clistProjects = new GtkCList(1, array($this-&amp;gt;ListTitle));
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $node = $this-&amp;gt;clistProjects-&amp;gt;append(array($Config));
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $this-&amp;gt;clistProjects-&amp;gt;set_pixtext($node, 0, $Config, 5, 	
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $this-&amp;gt;iconpixmap, $this-&amp;gt;iconmask);
&lt;br&gt;&lt;br&gt;&lt;br&gt;I found no method which supports the functionality of the old set_pixtext() in 
&lt;br&gt;PHP-GTK 2.
&lt;br&gt;&lt;br&gt;Does anybody know a workaround ?
&lt;br&gt;&lt;br&gt;Thank you
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;PHP-GTK General Mailing List (&lt;a href=&quot;http://gtk.php.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gtk.php.net/&lt;/a&gt;)
&lt;br&gt;To unsubscribe, visit: &lt;a href=&quot;http://www.php.net/unsub.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net/unsub.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/set_pixtext%28%29-tp25168717p25168717.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25166854</id>
	<title>GtkButtonBox::set_child_size()</title>
	<published>2009-08-26T23:19:17Z</published>
	<updated>2009-08-26T23:19:17Z</updated>
	<author>
		<name>Der Starchaser</name>
	</author>
	<content type="html">Hello at all,
&lt;br&gt;&lt;br&gt;the code snippet 
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $bbox = &amp;new GtkHButtonBox();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $bbox-&amp;gt;set_child_size(15, 20);
&lt;br&gt;&lt;br&gt;returns an error : 
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Warning: GtkButtonBox::set_child_size() is deprecated: don't use this
&lt;br&gt;&lt;br&gt;The Manual suggests the following :
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; GtkButtonBox::set_child_size
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; void set_child_size(int min_width, int min_height);
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Warning! This method is DEPRECATED and should NOT be used in newly-written 	
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; code. Use the style properties child-min-width/-height instead. 
&lt;br&gt;&lt;br&gt;How do I manipulate the style properties ogf the Box ?
&lt;br&gt;&lt;br&gt;Thank you !
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;PHP-GTK General Mailing List (&lt;a href=&quot;http://gtk.php.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gtk.php.net/&lt;/a&gt;)
&lt;br&gt;To unsubscribe, visit: &lt;a href=&quot;http://www.php.net/unsub.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net/unsub.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/GtkButtonBox%3A%3Aset_child_size%28%29-tp25166854p25166854.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25095953</id>
	<title>Re: subclassing GtkMenuItem</title>
	<published>2009-08-22T10:27:27Z</published>
	<updated>2009-08-22T10:27:27Z</updated>
	<author>
		<name>Der Starchaser</name>
	</author>
	<content type="html">&lt;br&gt;use 
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; GtkMenuItem::__construct ( $label );
&lt;br&gt;&lt;br&gt;&lt;br&gt;Am Saturday 22 August 2009 16:34:21 schrieb Der Starchaser:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; hello @ all,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; when subclassing GtkMenuItem I receive an error : Fatal error: Call to
&lt;br&gt;&amp;gt; undefined method GtkMenuItem::GtkMenuItem() in MenuItem.class on line 128.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Is there any workaround possible ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; class MyAltMenuItem extends GtkMenuItem
&lt;br&gt;&amp;gt; {
&lt;br&gt;&amp;gt; 	function MyAltMenuItem($label, $underscore, $accelgroup)
&lt;br&gt;&amp;gt; 	{
&lt;br&gt;&amp;gt; 		GtkMenuItem::GtkMenuItem ( $label );							&amp;lt;------ line 128
&lt;br&gt;&amp;gt; 		if (strlen($label)!=(strlen($underscore)-1))
&lt;br&gt;&amp;gt; 			$label = new GtkLabel;
&lt;br&gt;&amp;gt; 		else
&lt;br&gt;&amp;gt; 			$label = $this-&amp;gt;child;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 		$Subitem_key = $label-&amp;gt;parse_uline($underscore);
&lt;br&gt;&amp;gt; 		GtkMenuItem::add_accelerator(&amp;quot;activate_item&amp;quot;, $accelgroup, $Subitem_key,
&lt;br&gt;&amp;gt; GDK_MOD1_MASK, 0);
&lt;br&gt;&amp;gt; 	}
&lt;br&gt;&amp;gt; }
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;PHP-GTK General Mailing List (&lt;a href=&quot;http://gtk.php.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gtk.php.net/&lt;/a&gt;)
&lt;br&gt;To unsubscribe, visit: &lt;a href=&quot;http://www.php.net/unsub.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net/unsub.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/subclassing-GtkMenuItem-tp25094359p25095953.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25094359</id>
	<title>subclassing GtkMenuItem</title>
	<published>2009-08-22T07:34:21Z</published>
	<updated>2009-08-22T07:34:21Z</updated>
	<author>
		<name>Der Starchaser</name>
	</author>
	<content type="html">hello @ all,
&lt;br&gt;&lt;br&gt;when subclassing GtkMenuItem I receive an error : Fatal error: Call to 
&lt;br&gt;undefined method GtkMenuItem::GtkMenuItem() in MenuItem.class on line 128.
&lt;br&gt;&lt;br&gt;Is there any workaround possible ?
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;class MyAltMenuItem extends GtkMenuItem
&lt;br&gt;{
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; function MyAltMenuItem($label, $underscore, $accelgroup)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; GtkMenuItem::GtkMenuItem ( $label );							&amp;lt;------ line 128
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (strlen($label)!=(strlen($underscore)-1))
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $label = new GtkLabel;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; else
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $label = $this-&amp;gt;child;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $Subitem_key = $label-&amp;gt;parse_uline($underscore);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; GtkMenuItem::add_accelerator(&amp;quot;activate_item&amp;quot;, $accelgroup, $Subitem_key, 
&lt;br&gt;GDK_MOD1_MASK, 0);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;PHP-GTK General Mailing List (&lt;a href=&quot;http://gtk.php.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gtk.php.net/&lt;/a&gt;)
&lt;br&gt;To unsubscribe, visit: &lt;a href=&quot;http://www.php.net/unsub.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net/unsub.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/subclassing-GtkMenuItem-tp25094359p25094359.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25031956</id>
	<title>Re: GtkEntryCompletion using keyboard</title>
	<published>2009-08-18T12:29:41Z</published>
	<updated>2009-08-18T12:29:41Z</updated>
	<author>
		<name>Veronica A. Bendersky-2</name>
	</author>
	<content type="html">Hi Madeleine,
&lt;br&gt;&lt;br&gt;Thanks for your reply.
&lt;br&gt;After looking at the code some more, I think my problem is related to having 
&lt;br&gt;the model fill in as users type.
&lt;br&gt;The whole list of values is very long so it is in database, and as users 
&lt;br&gt;type, I intercept the key-released-event signal, and load the model of the 
&lt;br&gt;completion widget accordingly.
&lt;br&gt;I think there must be something related to this that I need to do when the 
&lt;br&gt;arrow keys are pressed to avoid the completion widget from not behaving 
&lt;br&gt;correctly.
&lt;br&gt;&lt;br&gt;This is the relevant code (it is inside a class thus all the $this):
&lt;br&gt;&lt;br&gt;&amp;nbsp; $calle_actual = &amp;quot;&amp;quot;;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;if (defined(&amp;quot;GObject::TYPE_STRING&amp;quot;)) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;$this-&amp;gt;model_calle = new GtkListStore(GObject::TYPE_STRING); // note 
&lt;br&gt;1
&lt;br&gt;&amp;nbsp; &amp;nbsp;} else {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;$this-&amp;gt;model_calle = new GtkListStore(Gtk::TYPE_STRING); // note 1
&lt;br&gt;&amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;nbsp; &amp;nbsp;$this-&amp;gt;completion_calle = new GtkEntryCompletion();
&lt;br&gt;&amp;nbsp; &amp;nbsp;$this-&amp;gt;completion_calle-&amp;gt;set_model($this-&amp;gt;model_calle);
&lt;br&gt;&amp;nbsp; &amp;nbsp;$this-&amp;gt;completion_calle-&amp;gt;set_text_column(0);
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;$this-&amp;gt;calle = new GtkEntry();
&lt;br&gt;&amp;nbsp; &amp;nbsp;$this-&amp;gt;calle-&amp;gt;set_text($calle_actual);
&lt;br&gt;&amp;nbsp; &amp;nbsp;$this-&amp;gt;calle-&amp;gt;set_completion($this-&amp;gt;completion_calle_legal);
&lt;br&gt;&amp;nbsp; &amp;nbsp;$this-&amp;gt;calle-&amp;gt;connect('key-release-event',array(&amp;$this,'update_model_calle'));
&lt;br&gt;&amp;nbsp; &amp;nbsp;$this-&amp;gt;completion_calle-&amp;gt;connect('key-release-event',array(&amp;$this,'update_calle'));
&lt;br&gt;&lt;br&gt;I think I should make the update_calle function ignore all keys except 
&lt;br&gt;Enter, so it updates the gtkentry contents on Enter keypress and ignores 
&lt;br&gt;rest of keys.
&lt;br&gt;Do you think that would work? Should function return false for the rest of 
&lt;br&gt;the keys?
&lt;br&gt;&lt;br&gt;Thank you!
&lt;br&gt;&lt;br&gt;Veronica
&lt;br&gt;&lt;br&gt;----- Original Message ----- 
&lt;br&gt;From: &amp;quot;Madeleine D.&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25031956&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;chezmmd@...&lt;/a&gt;&amp;gt;
&lt;br&gt;To: &amp;quot;Veronica A. Bendersky&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25031956&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;vbendersky@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Sent: Tuesday, August 18, 2009 1:33 PM
&lt;br&gt;Subject: Re: [PHP-GTK] GtkEntryCompletion using keyboard
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Veronica -
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Not sure if you got an answer for this one yet.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; We have the same issue; users wanting to avoid mouse action. &amp;nbsp;And we use 
&lt;br&gt;&amp;gt; GtkEntryCompletion on many of our screens w/o problems.
&lt;br&gt;&amp;gt; Could you maybe post the relevant code?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; thanks,
&lt;br&gt;&amp;gt; Madeleine D.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Veronica A. Bendersky wrote:
&lt;br&gt;&amp;gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I have tried to use gtkentrycompletion, it works ok if I use the mouse to 
&lt;br&gt;&amp;gt;&amp;gt; select an alternative, but if I want to use the keyboard only (which is 
&lt;br&gt;&amp;gt;&amp;gt; something my users want to do since they're just typing info in and want 
&lt;br&gt;&amp;gt;&amp;gt; to avoid the mouse as much as possible inside the entry screen), then it 
&lt;br&gt;&amp;gt;&amp;gt; seems that the gtkentrycompletion keeps losing focus and I cannot move 
&lt;br&gt;&amp;gt;&amp;gt; inside the list or select a suggested option just using the arrows and 
&lt;br&gt;&amp;gt;&amp;gt; enter or tab. Is there a way to make gtkentrycompletion work without 
&lt;br&gt;&amp;gt;&amp;gt; using the mouse to select an option?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Thanks!
&lt;br&gt;&amp;gt;&amp;gt; Veronica 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;PHP-GTK General Mailing List (&lt;a href=&quot;http://gtk.php.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gtk.php.net/&lt;/a&gt;)
&lt;br&gt;To unsubscribe, visit: &lt;a href=&quot;http://www.php.net/unsub.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net/unsub.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/GtkEntryCompletion-using-keyboard-tp25006864p25031956.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25019224</id>
	<title>pixmap_create_from_xpm()</title>
	<published>2009-08-17T20:47:52Z</published>
	<updated>2009-08-17T20:47:52Z</updated>
	<author>
		<name>Der Starchaser</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;Trying to create pixmaps I receive an error &amp;quot; Call to undefined method 
&lt;br&gt;Gdk::pixmap_create_from_xpm() &amp;quot;. Is there any workaround to use pixmaps ?
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; $PixStart = Gdk::pixmap_create_from_xpm($this-&amp;gt;StartWindow-&amp;gt;window, 
&lt;br&gt;null, 'interface/start_new.xpm');
&lt;br&gt;&amp;nbsp; &amp;nbsp; $Start = new GtkPixmap($PixStart[0], $PixStart[1]);
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;PHP-GTK General Mailing List (&lt;a href=&quot;http://gtk.php.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gtk.php.net/&lt;/a&gt;)
&lt;br&gt;To unsubscribe, visit: &lt;a href=&quot;http://www.php.net/unsub.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net/unsub.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/pixmap_create_from_xpm%28%29-tp25019224p25019224.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25006864</id>
	<title>GtkEntryCompletion using keyboard</title>
	<published>2009-08-17T06:36:19Z</published>
	<updated>2009-08-17T06:36:19Z</updated>
	<author>
		<name>Veronica A. Bendersky-2</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I have tried to use gtkentrycompletion, it works ok if I use the mouse to select an alternative, but if I want to use the keyboard only (which is something my users want to do since they're just typing info in and want to avoid the mouse as much as possible inside the entry screen), then it seems that the gtkentrycompletion keeps losing focus and I cannot move inside the list or select a suggested option just using the arrows and enter or tab. Is there a way to make gtkentrycompletion work without using the mouse to select an option?
&lt;br&gt;&lt;br&gt;Thanks!
&lt;br&gt;Veronica</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/GtkEntryCompletion-using-keyboard-tp25006864p25006864.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24952448</id>
	<title>popup combobox on pressing enter in a GtkComboboxEntry</title>
	<published>2009-08-13T03:21:32Z</published>
	<updated>2009-08-13T03:21:32Z</updated>
	<author>
		<name>Ionut Dinu</name>
	</author>
	<content type="html">hi.
&lt;br&gt;how can i do this? 
&lt;br&gt;&lt;br&gt;it seems that :
&lt;br&gt;&lt;br&gt;&amp;lt;?php
&lt;br&gt;$shopLogCombobox = $glade-&amp;gt;get_widget('shopLogCombobox');
&lt;br&gt;$shopLogCombobox-&amp;gt;connect_simple('editing-done', 'test');
&lt;br&gt;?&amp;gt;
&lt;br&gt;&lt;br&gt;or 
&lt;br&gt;&lt;br&gt;&amp;lt;?php
&lt;br&gt;$shopLogCombobox = $glade-&amp;gt;get_widget('shopLogCombobox');
&lt;br&gt;$shopLogCombobox-&amp;gt;get_child()-&amp;gt;connect_simple('editing-done', 'test');
&lt;br&gt;?&amp;gt;
&lt;br&gt;&lt;br&gt;does not work.
&lt;br&gt;&lt;br&gt;thx 
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;PHP-GTK General Mailing List (&lt;a href=&quot;http://gtk.php.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gtk.php.net/&lt;/a&gt;)
&lt;br&gt;To unsubscribe, visit: &lt;a href=&quot;http://www.php.net/unsub.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net/unsub.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/popup-combobox-on-pressing-enter-in-a-GtkComboboxEntry-tp24952448p24952448.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24275754</id>
	<title>Re: Contribute with the docs</title>
	<published>2009-06-30T09:59:18Z</published>
	<updated>2009-06-30T09:59:18Z</updated>
	<author>
		<name>Madeleine D.-3</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;Fernando -
&lt;br&gt;&lt;br&gt;If that's doable, I think it would be a great help. &amp;nbsp;Finding the time 
&lt;br&gt;for the markup is not possible for a lot of us right now.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Madeleine D.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Fernando Correa da Conceição wrote:
&lt;br&gt;&amp;gt; There was a previous thread about the status of php-gtk and the docs. 
&lt;br&gt;&amp;gt; Some people wants help but do not know the xml markup and how the 
&lt;br&gt;&amp;gt; things works.
&lt;br&gt;&amp;gt; So I have a simple proposal for then: write the docs as a simple text, 
&lt;br&gt;&amp;gt; i will add the xml markup and commit the docs to cvs.
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;PHP-GTK General Mailing List (&lt;a href=&quot;http://gtk.php.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gtk.php.net/&lt;/a&gt;)
&lt;br&gt;To unsubscribe, visit: &lt;a href=&quot;http://www.php.net/unsub.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net/unsub.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Contribute-with-the-docs-tp24275506p24275754.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24275506</id>
	<title>Contribute with the docs</title>
	<published>2009-06-30T09:49:17Z</published>
	<updated>2009-06-30T09:49:17Z</updated>
	<author>
		<name>Fernando Correa da Conceição-3</name>
	</author>
	<content type="html">There was a previous thread about the status of php-gtk and the docs. 
&lt;br&gt;Some people wants help but do not know the xml markup and how the things 
&lt;br&gt;works.
&lt;br&gt;So I have a simple proposal for then: write the docs as a simple text, i 
&lt;br&gt;will add the xml markup and commit the docs to cvs.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;PHP-GTK General Mailing List (&lt;a href=&quot;http://gtk.php.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gtk.php.net/&lt;/a&gt;)
&lt;br&gt;To unsubscribe, visit: &lt;a href=&quot;http://www.php.net/unsub.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net/unsub.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Contribute-with-the-docs-tp24275506p24275506.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24154580</id>
	<title>Re: Hi friend,</title>
	<published>2009-06-22T12:55:49Z</published>
	<updated>2009-06-22T12:55:49Z</updated>
	<author>
		<name>Mark Skilbeck</name>
	</author>
	<content type="html">Robertico wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; *Hi friend,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; how are you doing recently ? I would like to introduce you a very good
&lt;br&gt;&amp;gt; company which i knew.Their website is
&lt;br&gt;&amp;gt; **www.elewholesale.com*&amp;lt;&lt;a href=&quot;http://www.elewholesale.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.elewholesale.com/&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; * &amp;nbsp; .They can offer you all kinds of electronical products which you need
&lt;br&gt;&amp;gt; like laptops ,gps ,TV LCD,cell phones,ps3,MP3/4,motorcycles
&lt;br&gt;&amp;gt; etc........Please take some time to have a check ,there must be somethings
&lt;br&gt;&amp;gt; you 'd like to purchase .
&lt;br&gt;&amp;gt; Their contact email: **&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24154580&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;eleintrade@...&lt;/a&gt;* &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24154580&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;eleintrade@...&lt;/a&gt;&amp;gt;*. *
&lt;br&gt;&amp;gt; * &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; MSN:
&lt;br&gt;&amp;gt; **&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24154580&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ele1wholesale@...&lt;/a&gt;*&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24154580&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;eleintrade01@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; * **
&lt;br&gt;&amp;gt; Hope you have a good mood in shopping from their company !
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Regards*
&lt;br&gt;&amp;gt; 
&lt;/div&gt;I hope you die a painful death. :D
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;PHP-GTK General Mailing List (&lt;a href=&quot;http://gtk.php.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gtk.php.net/&lt;/a&gt;)
&lt;br&gt;To unsubscribe, visit: &lt;a href=&quot;http://www.php.net/unsub.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net/unsub.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Hi-friend%2C-tp23656036p24154580.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23656036</id>
	<title>Hi friend,</title>
	<published>2009-05-21T09:14:17Z</published>
	<updated>2009-05-21T09:14:17Z</updated>
	<author>
		<name>Robertico-2</name>
	</author>
	<content type="html">*Hi friend,
&lt;br&gt;&amp;nbsp; &amp;nbsp; how are you doing recently ? I would like to introduce you a very good
&lt;br&gt;company which i knew.Their website is
&lt;br&gt;**www.elewholesale.com*&amp;lt;&lt;a href=&quot;http://www.elewholesale.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.elewholesale.com/&lt;/a&gt;&amp;gt;
&lt;br&gt;* &amp;nbsp; .They can offer you all kinds of electronical products which you need
&lt;br&gt;like laptops ,gps ,TV LCD,cell phones,ps3,MP3/4,motorcycles
&lt;br&gt;etc........Please take some time to have a check ,there must be somethings
&lt;br&gt;you 'd like to purchase .
&lt;br&gt;Their contact email: **&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23656036&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;eleintrade@...&lt;/a&gt;* &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23656036&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;eleintrade@...&lt;/a&gt;&amp;gt;*. *
&lt;br&gt;* &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; MSN:
&lt;br&gt;**&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23656036&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ele1wholesale@...&lt;/a&gt;*&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23656036&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;eleintrade01@...&lt;/a&gt;&amp;gt;
&lt;br&gt;* **
&lt;br&gt;Hope you have a good mood in shopping from their company !
&lt;br&gt;&lt;br&gt;Regards*
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Hi-friend%2C-tp23656036p23656036.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23531601</id>
	<title>Copy/Paste on OSX?</title>
	<published>2009-05-13T16:08:16Z</published>
	<updated>2009-05-13T16:08:16Z</updated>
	<author>
		<name>Benjamin Smith</name>
	</author>
	<content type="html">I'm running PHP-GTK 1 on MacOSX and have run into an interesting problem. 
&lt;br&gt;&lt;br&gt;Copy/Paste works fine on OSX, but I have to use Control-C and Control-V for GTK 
&lt;br&gt;apps but Cmd-C and Cmd-V for other applications. 
&lt;br&gt;&lt;br&gt;How could I go about changing this? 
&lt;br&gt;&lt;br&gt;-Ben 
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;This message has been scanned for viruses and
&lt;br&gt;dangerous content by MailScanner, and is
&lt;br&gt;believed to be clean.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Copy-Paste-on-OSX--tp23531601p23531601.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23138293</id>
	<title>Re: Status of PHP-GTK</title>
	<published>2009-04-20T07:50:44Z</published>
	<updated>2009-04-20T07:50:44Z</updated>
	<author>
		<name>Steph-8</name>
	</author>
	<content type="html">Elizabeth M Smith wrote:
&lt;br&gt;&amp;gt; Yikes - I was gone for the weekend and ...
&lt;br&gt;&lt;br&gt;Tell me about it :)
&lt;br&gt;&lt;br&gt;&amp;gt; For those asking for a wiki - php.net currently has a wiki up
&lt;br&gt;&amp;gt; (wiki.php.net) and it's so far been a very good experience. &amp;nbsp;However
&lt;br&gt;&amp;gt; access is controlled pretty well (cvs access credentials and cvs karma
&lt;br&gt;&amp;gt; are used, in additional other users can register and are given access to
&lt;br&gt;&amp;gt; certain areas after mailing the php.webmaster list)
&lt;br&gt;&lt;br&gt;That's on Pierre's box, no?
&lt;br&gt;The main problem with making the wiki part of the gtk.php.net site was that we don't know whose server we're going to be on next week, if you follow.
&lt;br&gt;&lt;br&gt;&amp;gt; As a compromise could we maybe have a php-gtk section on the wiki for
&lt;br&gt;&amp;gt; those that want to put up tips, keep track of the doc migration status
&lt;br&gt;&amp;gt; (maybe I'd stop being lazy and put up a page with what I'm currently
&lt;br&gt;&amp;gt; playing with)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Just an idea.
&lt;br&gt;&lt;br&gt;Not a bad idea either.
&lt;br&gt;&lt;br&gt;&amp;gt; and Steph, if you'd have some time to talk to leon, mgdm and frozenfire
&lt;br&gt;&amp;gt; they'd love some help. &amp;nbsp;I have a cursory understanding of the system but
&lt;br&gt;&amp;gt; they need someone who knows the phpgtkdoc.dtd and can &amp;quot;merge in&amp;quot; the
&lt;br&gt;&amp;gt; parts that will be needed above and beyond the php.net's .dtd ;)
&lt;br&gt;&lt;br&gt;I went to talk to them but they didn't talk back - I guess we're all in different timezones. (Actually frozenfire did eventually speak - he was on his way out to work, and it was 9pm here.) If they'd contact me via email it'd be easier.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&lt;br&gt;- Steph
&lt;br&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt; Elizabeth
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;PHP-GTK General Mailing List (&lt;a href=&quot;http://gtk.php.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gtk.php.net/&lt;/a&gt;)
&lt;br&gt;To unsubscribe, visit: &lt;a href=&quot;http://www.php.net/unsub.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net/unsub.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Status-of-PHP-GTK-tp23040540p23138293.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23137939</id>
	<title>Re: Status of PHP-GTK</title>
	<published>2009-04-20T07:30:54Z</published>
	<updated>2009-04-20T07:30:54Z</updated>
	<author>
		<name>Elizabeth M Smith</name>
	</author>
	<content type="html">Yikes - I was gone for the weekend and ...
&lt;br&gt;&lt;br&gt;For those asking for a wiki - php.net currently has a wiki up
&lt;br&gt;(wiki.php.net) and it's so far been a very good experience. &amp;nbsp;However
&lt;br&gt;access is controlled pretty well (cvs access credentials and cvs karma
&lt;br&gt;are used, in additional other users can register and are given access to
&lt;br&gt;certain areas after mailing the php.webmaster list)
&lt;br&gt;&lt;br&gt;As a compromise could we maybe have a php-gtk section on the wiki for
&lt;br&gt;those that want to put up tips, keep track of the doc migration status
&lt;br&gt;(maybe I'd stop being lazy and put up a page with what I'm currently
&lt;br&gt;playing with)
&lt;br&gt;&lt;br&gt;Just an idea.
&lt;br&gt;&lt;br&gt;and Steph, if you'd have some time to talk to leon, mgdm and frozenfire
&lt;br&gt;they'd love some help. &amp;nbsp;I have a cursory understanding of the system but
&lt;br&gt;they need someone who knows the phpgtkdoc.dtd and can &amp;quot;merge in&amp;quot; the
&lt;br&gt;parts that will be needed above and beyond the php.net's .dtd ;)
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Elizabeth
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;PHP-GTK General Mailing List (&lt;a href=&quot;http://gtk.php.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gtk.php.net/&lt;/a&gt;)
&lt;br&gt;To unsubscribe, visit: &lt;a href=&quot;http://www.php.net/unsub.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net/unsub.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Status-of-PHP-GTK-tp23040540p23137939.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23116836</id>
	<title>Re: Status of PHP-GTK</title>
	<published>2009-04-18T13:11:18Z</published>
	<updated>2009-04-18T13:11:18Z</updated>
	<author>
		<name>Benjamin Smith-6</name>
	</author>
	<content type="html">On Saturday 18 April 2009 11:32:01 you wrote:
&lt;br&gt;&amp;gt; XML is Yet Another Documentation Language?
&lt;br&gt;&lt;br&gt;The specific schema used is what I refer to as &amp;quot;yet another documentation 
&lt;br&gt;language&amp;quot;. &amp;nbsp;It's not that knowing XML is an issue, it's that knowing all the 
&lt;br&gt;rules, ramifications and permutations of this schema that's the issue. 
&lt;br&gt;&lt;br&gt;&amp;gt; These PHP tools (AKA phd) simply build the docs. You can try it out with
&lt;br&gt;&amp;gt; phpdoc, where it's already used, if you're interested. It renders a whole
&lt;br&gt;&amp;gt; lot faster than xsltproc, and it also means you don't need any further
&lt;br&gt;&amp;gt; tools beyond PHP itself to build the manual. I'm not 100% sure what the
&lt;br&gt;&amp;gt; benefit of live updates is - possibly the idea is that you can build the
&lt;br&gt;&amp;gt; docs locally then make alterations via the browser, rebuild to test,
&lt;br&gt;&amp;gt; commit. That would make sense because it removes the XML 'barrier to
&lt;br&gt;&amp;gt; entry'.
&lt;br&gt;&lt;br&gt;Tell me more about this &amp;quot;live updates&amp;quot;... ? 
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;gt; But that information is still very useful information to somebody using
&lt;br&gt;&amp;gt; &amp;gt; PHP- GTK!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; So we fix user notes et voila, the info is available.
&lt;br&gt;&lt;br&gt;Forward progress is forward progress - I strongly agree with this next step! 
&lt;br&gt;&lt;br&gt;&amp;gt; What's the difference, really? Inaccurate or weak info can be deleted
&lt;br&gt;&amp;gt; anyway, or moved into the manual and given 'official' status. There are a
&lt;br&gt;&amp;gt; _lot_ of people with php-gtk-doc access, and over 2,000 people with access
&lt;br&gt;&amp;gt; to notes admin (both for the PHP manual and for the PHP-GTK manual, anyone
&lt;br&gt;&amp;gt; with a php.net account of any kind can edit user notes.)
&lt;br&gt;&lt;br&gt;I did not know this. 
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;gt; This would provide basically three tiers of documentation on the same
&lt;br&gt;&amp;gt; &amp;gt; page:
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 1) The &amp;quot;root&amp;quot; documentation, in the tagged documentation format, edited
&lt;br&gt;&amp;gt; &amp;gt; only by language developers.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Why so? I wrote half the first manual without being a language developer. I
&lt;br&gt;&amp;gt; also wrote a previous unofficial manual from a user perspective, back in
&lt;br&gt;&amp;gt; the day; the biggest problem with that was that I didn't know why things
&lt;br&gt;&amp;gt; were as they were, so I couldn't explain behaviours.
&lt;/div&gt;&lt;br&gt;I applaud your efforts, sir! Thank you thank you thank you! There was another 
&lt;br&gt;comment recently about doing &amp;quot;proper research&amp;quot; of which I was thinking. 
&lt;br&gt;&lt;br&gt;PS: Thank you! 
&lt;br&gt;&lt;br&gt;&amp;gt; We could (once notes are rolling) open up access to notes. There is a
&lt;br&gt;&amp;gt; precedent for this: there are people with editing rights for the PHP manual
&lt;br&gt;&amp;gt; notes who do not have a CVS account.
&lt;br&gt;&lt;br&gt;Great! 
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I had it to trial status before now; still in CVS; nobody's touched it in
&lt;br&gt;&amp;gt; the last 3 years but it doesn't mean the code isn't there. In fact I've
&lt;br&gt;&amp;gt; been looking at it today... the problems with it were 1) I hadn't made it
&lt;br&gt;&amp;gt; easy to set up a local version (have done so locally now), and 2) I'd some
&lt;br&gt;&amp;gt; clever idea about using the php.net NNTP server rather than actual people
&lt;br&gt;&amp;gt; to control the notes queue. That part really didn't pan out and I'll
&lt;br&gt;&amp;gt; happily spend the next hour or so killing it. The rest of the system
&lt;br&gt;&amp;gt; appears to work fine, just we'd need willing moderators to join the ML
&lt;br&gt;&amp;gt; where notifications are sent. According to the config file, that would be
&lt;br&gt;&amp;gt; the php-gtk-webmaster list.
&lt;/div&gt;&lt;br&gt;// SNIP // 
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;gt; The wiki itself (EG: phpwiki) can be hosted at an unpublished url, and
&lt;br&gt;&amp;gt; &amp;gt; can be password protected.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; What's the difference between a password-protected wiki and
&lt;br&gt;&amp;gt; password-protected notes admin?
&lt;br&gt;&lt;br&gt;I was picturing something that visually would look as if the wiki section was 
&lt;br&gt;more part of the documentation at the top, rather than a &amp;quot;note&amp;quot; which 27 
&lt;br&gt;followups improving on a bad code sample. (as has already been complained 
&lt;br&gt;about) 
&lt;br&gt;&lt;br&gt;Myself, I've LOVED the notes in the PHP-GTK website - just do a search for my 
&lt;br&gt;email address as a contributor in the phpgtk1 docs. I make it a point to leave 
&lt;br&gt;a note anytime I had to do further searching to get a job I'm trying to do, 
&lt;br&gt;done. 
&lt;br&gt;&lt;br&gt;BTW: I have a fairly large, stable code base written in PHP-GTK1 and the cost 
&lt;br&gt;of jumping to php-gtk2 is pretty high, so I haven't made the switch, yet. I've 
&lt;br&gt;contemplated building a set of wrappers so that there are widgets in PHP5-GTK2 
&lt;br&gt;that have a similar API to comparable widgets PHP4-GTK1, and I've even started 
&lt;br&gt;a few times, but that's another story. 
&lt;br&gt;&lt;br&gt;&amp;gt; I'd be bothered about hosting a wiki on a php.net server again, following
&lt;br&gt;&amp;gt; the experience we had last time around. So the part about the 'unpublished
&lt;br&gt;&amp;gt; url' sounds good, but then - Frederic has a rather good community site that
&lt;br&gt;&amp;gt; already offers this kind of approach. Why not just make more of the
&lt;br&gt;&amp;gt; community sites from the project homepage, thereby allowing php.net to do
&lt;br&gt;&amp;gt; what it does best and the community sites to do what they do best?
&lt;br&gt;&lt;br&gt;Wikis have their problems. Did you read about the P2P network set up at a 
&lt;br&gt;college on the US East Coast using wikis as the distribution medium? 
&lt;br&gt;&lt;br&gt;But they are very useful! Here's what I do in order to tie documentation in a 
&lt;br&gt;Wiki to a section of a complex website. &amp;nbsp;I haven't checked this for bugs, but 
&lt;br&gt;it should give the idea. And if this is already patently obvious, please be 
&lt;br&gt;gentle. 
&lt;br&gt;&lt;br&gt;Let's say you have a page, and you want to embed content from a wiki elsewhere 
&lt;br&gt;in there. 
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.mydomain.com/path/to/index.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mydomain.com/path/to/index.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;0) Edit the wiki's templates so that the below comment tags appear just 
&lt;br&gt;before/after the changeable content on each wiki page. 
&lt;br&gt;&lt;br&gt;1) within the file index.php, In PHP, turn that into a wiki word. EG:
&lt;br&gt;$tmp = preg_replace(&amp;quot;/[^a-zA-Z]/&amp;quot;, ' ', $_SERVER['SCRIPT_NAME']);
&lt;br&gt;$wikiword = str_replace(' ', '', ucfirst(strtolower($tmp));
&lt;br&gt;Now $wikiword should have something like 'PathToIndexPhp';
&lt;br&gt;&lt;br&gt;2) Now, get the wiki content, stick it into the page. 
&lt;br&gt;$url=&amp;quot;&lt;a href=&quot;http://$htuser:$htpass@wiki.mydomain.com?page=$wikiword&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://$htuser:$htpass@...?page=$wikiword&lt;/a&gt;&amp;quot;; 
&lt;br&gt;&lt;br&gt;// YOU SHOULD HAVE EMBEDDED THESE TAGS INTO THE WIKI 
&lt;br&gt;// TEMPLATE SO WE CAN EXTRACT THE CONTENT HERE
&lt;br&gt;$contentBegins = '&amp;lt;!-- BEGIN Content --&amp;gt;'; 
&lt;br&gt;$contentEnds='&amp;lt;!-- END Content --&amp;gt;'; 
&lt;br&gt;$content=file_get_contents($url)
&lt;br&gt;echo substsr($content, 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; strpos($content, $contentBegins)+strlen($contentBegins), 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; strpos($content, $contentEnds)); 
&lt;br&gt;&lt;br&gt;I usually leave a link to the wiki in the output so that those with 
&lt;br&gt;appropriate passwords can &amp;quot;jump right in&amp;quot; if they notice a documentation bug. 
&lt;br&gt;Of course, they'll need to enter the password: 
&lt;br&gt;&lt;br&gt;echo &amp;quot;&amp;lt;A HREF='&lt;a href=&quot;http://wiki.mydomain.com?page=$wikiword'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.mydomain.com?page=$wikiword'&lt;/a&gt;&amp;gt;edit&amp;lt;/a&amp;gt;&amp;quot;; 
&lt;br&gt;&lt;br&gt;This is obviously a very simple form - I usually have to re-map links within 
&lt;br&gt;the content from the wiki to maintain cohesion, and a few other details. But 
&lt;br&gt;it's not hard, and it works very, very well for me, in that I can effectively 
&lt;br&gt;let the support staff at my company (who aren't programmers but who answer the 
&lt;br&gt;phones) update the documentation in a way that looks &amp;quot;official&amp;quot; in real-time.
&lt;br&gt;&lt;br&gt;I use Apache .htaccess passwords to protect the wiki from abuse. 
&lt;br&gt;&lt;br&gt;-Ben 
&lt;br&gt;&lt;br&gt;PS: If you are still reading, thank you again! 
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;This message has been scanned for viruses and
&lt;br&gt;dangerous content by MailScanner, and is
&lt;br&gt;believed to be clean.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;PHP-GTK General Mailing List (&lt;a href=&quot;http://gtk.php.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gtk.php.net/&lt;/a&gt;)
&lt;br&gt;To unsubscribe, visit: &lt;a href=&quot;http://www.php.net/unsub.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net/unsub.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Status-of-PHP-GTK-tp23040540p23116836.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23115906</id>
	<title>Re: Status of PHP-GTK</title>
	<published>2009-04-18T11:34:09Z</published>
	<updated>2009-04-18T11:34:09Z</updated>
	<author>
		<name>Steph-8</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;Andrei Zmievski wrote:
&lt;br&gt;&amp;gt; Steph wrote:
&lt;br&gt;&amp;gt;&amp;gt; It sounds to me like those who want to contribute to the documentation 
&lt;br&gt;&amp;gt;&amp;gt; would rather do it in a user-notes kinda way than actually contribute 
&lt;br&gt;&amp;gt;&amp;gt; to the documentation. I.e. not need to do the background work like 
&lt;br&gt;&amp;gt;&amp;gt; checking the GTK manual or source, kind of thing. That's totally 
&lt;br&gt;&amp;gt;&amp;gt; understandable, but I think blaming the use of XML is a bit mean when 
&lt;br&gt;&amp;gt;&amp;gt; really it's the lack of user notes that's the issue.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; So, when can we have user notes back?
&lt;br&gt;&lt;br&gt;I'm on it. It wasn't actually as bad as I remembered - just the NNTP-checking stuff was a seriously bad idea.
&lt;br&gt;&lt;br&gt;- Steph
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -Andrei
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;PHP-GTK General Mailing List (&lt;a href=&quot;http://gtk.php.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gtk.php.net/&lt;/a&gt;)
&lt;br&gt;To unsubscribe, visit: &lt;a href=&quot;http://www.php.net/unsub.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net/unsub.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Status-of-PHP-GTK-tp23040540p23115906.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23115882</id>
	<title>Re: Status of PHP-GTK</title>
	<published>2009-04-18T11:32:01Z</published>
	<updated>2009-04-18T11:32:01Z</updated>
	<author>
		<name>Steph-8</name>
	</author>
	<content type="html">Hi Benjamin,
&lt;br&gt;&lt;br&gt;&amp;gt; This scenario is exactly what's got this list so active over the past few 
&lt;br&gt;&amp;gt; days. You're not the only one in this exact boat. Picking up YADL (Yet Another 
&lt;br&gt;&amp;gt; Documentation Language) is something that raises the bar to contribution 
&lt;br&gt;&amp;gt; considerably. 
&lt;br&gt;&lt;br&gt;XML is Yet Another Documentation Language?
&lt;br&gt;&lt;br&gt;&amp;gt; Due to the PHP.net frameworks and tools that already exist, there is good 
&lt;br&gt;&amp;gt; reason to stick with their documentation format at the cost of making it 
&lt;br&gt;&amp;gt; considerably more difficult (less likely) for developers (such as Madeleine and 
&lt;br&gt;&amp;gt; myself) who write lots of PHP-GTK code but don't actually develop the code 
&lt;br&gt;&amp;gt; base itself to contribute documentation. I can't comment on the quality of 
&lt;br&gt;&amp;gt; these PHP tools, but I'm sure they are quite useful for administrators. 
&lt;br&gt;&lt;br&gt;These PHP tools (AKA phd) simply build the docs. You can try it out with phpdoc, where it's already used, if you're interested. It renders a whole lot faster than xsltproc, and it also means you don't need any further tools beyond PHP itself to build the manual. I'm not 100% sure what the benefit of live updates is - possibly the idea is that you can build the docs locally then make alterations via the browser, rebuild to test, commit. That would make sense because it removes the XML 'barrier to entry'.
&lt;br&gt;&lt;br&gt;&amp;gt; But I am not likely to dive into source code and learn a new documentation 
&lt;br&gt;&amp;gt; markup language so that I can authoritatively document that you have to 
&lt;br&gt;&amp;gt; reference a child widget in a particular, non-standard way with widget XYZ.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; But that information is still very useful information to somebody using PHP-
&lt;br&gt;&amp;gt; GTK!
&lt;br&gt;&lt;br&gt;So we fix user notes et voila, the info is available.
&lt;br&gt;&lt;br&gt;&amp;gt; Would it be possible to embed an wiki into the documentation so that &amp;nbsp;
&lt;br&gt;&amp;gt; inaccurate or weak information can be simply deleted? (rather than just 
&lt;br&gt;&amp;gt; commented on, as in comments)
&lt;br&gt;&lt;br&gt;What's the difference, really? Inaccurate or weak info can be deleted anyway, or moved into the manual and given 'official' status. There are a _lot_ of people with php-gtk-doc access, and over 2,000 people with access to notes admin (both for the PHP manual and for the PHP-GTK manual, anyone with a php.net account of any kind can edit user notes.)
&lt;br&gt;&lt;br&gt;&amp;gt; This would provide basically three tiers of documentation on the same page: 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 1) The &amp;quot;root&amp;quot; documentation, in the tagged documentation format, edited only 
&lt;br&gt;&amp;gt; by language developers.
&lt;br&gt;&lt;br&gt;Why so? I wrote half the first manual without being a language developer. I also wrote a previous unofficial manual from a user perspective, back in the day; the biggest problem with that was that I didn't know why things were as they were, so I couldn't explain behaviours.
&lt;br&gt;&lt;br&gt;&amp;gt; 2) The &amp;quot;wiki&amp;quot; documentation, edited only by proven PHP-GTK developers who 
&lt;br&gt;&amp;gt; aren't necessarily up to #1 above, but have been given access to update the 
&lt;br&gt;&amp;gt; wiki-appended documentation,
&lt;br&gt;&lt;br&gt;We could (once notes are rolling) open up access to notes. There is a precedent for this: there are people with editing rights for the PHP manual notes who do not have a CVS account.
&lt;br&gt;&lt;br&gt;&amp;gt; 3) Comments, contributed by end users.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; This isn't hard to set up since string manipulation is PHP's home turf, and I 
&lt;br&gt;&amp;gt; *am* volunteering to help set this up.
&lt;br&gt;&lt;br&gt;I had it to trial status before now; still in CVS; nobody's touched it in the last 3 years but it doesn't mean the code isn't there. In fact I've been looking at it today... the problems with it were 1) I hadn't made it easy to set up a local version (have done so locally now), and 2) I'd some clever idea about using the php.net NNTP server rather than actual people to control the notes queue. That part really didn't pan out and I'll happily spend the next hour or so killing it. The rest of the system appears to work fine, just we'd need willing moderators to join the ML where notifications are sent. According to the config file, that would be the php-gtk-webmaster list.
&lt;br&gt;&lt;br&gt;Anyone with a php.net address can log into the admin page, but auth is further restricted via whitelisting for some activities. Restricted access does not currently include the ability to edit the existing notes (from the former manual), but does include core items like the ability to turn notes or email notifications on or off.
&lt;br&gt;&lt;br&gt;&amp;gt; I've done something similar in commercial web-based products I've worked on in 
&lt;br&gt;&amp;gt; the past, so that &amp;quot;administrators&amp;quot; (non-programming staff) can update 
&lt;br&gt;&amp;gt; documentation easily for a given page of our product without making them be 
&lt;br&gt;&amp;gt; programmers. It works rather well. Typically, I fashion a wiki-url with a bit 
&lt;br&gt;&amp;gt; of string manipulation from the URL of the page, and make an RPC call to the 
&lt;br&gt;&amp;gt; wiki to get the document(s) in question. 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The wiki itself (EG: phpwiki) can be hosted at an unpublished url, and can be 
&lt;br&gt;&amp;gt; password protected. 
&lt;br&gt;&lt;br&gt;What's the difference between a password-protected wiki and password-protected notes admin?
&lt;br&gt;&lt;br&gt;I'd be bothered about hosting a wiki on a php.net server again, following the experience we had last time around. So the part about the 'unpublished url' sounds good, but then - Frederic has a rather good community site that already offers this kind of approach. Why not just make more of the community sites from the project homepage, thereby allowing php.net to do what it does best and the community sites to do what they do best?
&lt;br&gt;&lt;br&gt;- Steph
&lt;br&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -Ben 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;PHP-GTK General Mailing List (&lt;a href=&quot;http://gtk.php.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gtk.php.net/&lt;/a&gt;)
&lt;br&gt;To unsubscribe, visit: &lt;a href=&quot;http://www.php.net/unsub.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net/unsub.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Status-of-PHP-GTK-tp23040540p23115882.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23115876</id>
	<title>Re: Status of PHP-GTK</title>
	<published>2009-04-18T11:30:35Z</published>
	<updated>2009-04-18T11:30:35Z</updated>
	<author>
		<name>Andrei Zmievski</name>
	</author>
	<content type="html">Steph wrote:
&lt;br&gt;&amp;gt; It sounds to me like those who want to contribute to the documentation 
&lt;br&gt;&amp;gt; would rather do it in a user-notes kinda way than actually contribute to 
&lt;br&gt;&amp;gt; the documentation. I.e. not need to do the background work like checking 
&lt;br&gt;&amp;gt; the GTK manual or source, kind of thing. That's totally understandable, 
&lt;br&gt;&amp;gt; but I think blaming the use of XML is a bit mean when really it's the 
&lt;br&gt;&amp;gt; lack of user notes that's the issue.
&lt;br&gt;&lt;br&gt;So, when can we have user notes back?
&lt;br&gt;&lt;br&gt;-Andrei
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;PHP-GTK General Mailing List (&lt;a href=&quot;http://gtk.php.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gtk.php.net/&lt;/a&gt;)
&lt;br&gt;To unsubscribe, visit: &lt;a href=&quot;http://www.php.net/unsub.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net/unsub.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Status-of-PHP-GTK-tp23040540p23115876.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23104895</id>
	<title>Re: Status of PHP-GTK</title>
	<published>2009-04-17T12:54:16Z</published>
	<updated>2009-04-17T12:54:16Z</updated>
	<author>
		<name>Benjamin Smith-6</name>
	</author>
	<content type="html">On Friday 17 April 2009 08:28:09 Justin Martin wrote:
&lt;br&gt;&amp;gt; I am quite well versed in PHP-GTK,
&lt;br&gt;&amp;gt; but I know next to nothing about the documentation system.
&lt;br&gt;&lt;br&gt;This scenario is exactly what's got this list so active over the past few 
&lt;br&gt;days. You're not the only one in this exact boat. Picking up YADL (Yet Another 
&lt;br&gt;Documentation Language) is something that raises the bar to contribution 
&lt;br&gt;considerably. 
&lt;br&gt;&lt;br&gt;It's a horrible choice: Red Pill or Blue Pill? 
&lt;br&gt;&lt;br&gt;Due to the PHP.net frameworks and tools that already exist, there is good 
&lt;br&gt;reason to stick with their documentation format at the cost of making it 
&lt;br&gt;considerably more difficult (less likely) for developers (such as Madeleine and 
&lt;br&gt;myself) who write lots of PHP-GTK code but don't actually develop the code 
&lt;br&gt;base itself to contribute documentation. I can't comment on the quality of 
&lt;br&gt;these PHP tools, but I'm sure they are quite useful for administrators. 
&lt;br&gt;&lt;br&gt;But I am not likely to dive into source code and learn a new documentation 
&lt;br&gt;markup language so that I can authoritatively document that you have to 
&lt;br&gt;reference a child widget in a particular, non-standard way with widget XYZ. &amp;nbsp;
&lt;br&gt;&lt;br&gt;But that information is still very useful information to somebody using PHP-
&lt;br&gt;GTK! 
&lt;br&gt;&lt;br&gt;Would it be possible to embed an wiki into the documentation so that &amp;nbsp;
&lt;br&gt;inaccurate or weak information can be simply deleted? (rather than just 
&lt;br&gt;commented on, as in comments) 
&lt;br&gt;&lt;br&gt;This would provide basically three tiers of documentation on the same page: 
&lt;br&gt;&lt;br&gt;1) The &amp;quot;root&amp;quot; documentation, in the tagged documentation format, edited only 
&lt;br&gt;by language developers.
&lt;br&gt;2) The &amp;quot;wiki&amp;quot; documentation, edited only by proven PHP-GTK developers who 
&lt;br&gt;aren't necessarily up to #1 above, but have been given access to update the 
&lt;br&gt;wiki-appended documentation, 
&lt;br&gt;3) Comments, contributed by end users. 
&lt;br&gt;&lt;br&gt;This isn't hard to set up since string manipulation is PHP's home turf, and I 
&lt;br&gt;*am* volunteering to help set this up. 
&lt;br&gt;&lt;br&gt;I've done something similar in commercial web-based products I've worked on in 
&lt;br&gt;the past, so that &amp;quot;administrators&amp;quot; (non-programming staff) can update 
&lt;br&gt;documentation easily for a given page of our product without making them be 
&lt;br&gt;programmers. It works rather well. Typically, I fashion a wiki-url with a bit 
&lt;br&gt;of string manipulation from the URL of the page, and make an RPC call to the 
&lt;br&gt;wiki to get the document(s) in question. 
&lt;br&gt;&lt;br&gt;The wiki itself (EG: phpwiki) can be hosted at an unpublished url, and can be 
&lt;br&gt;password protected. 
&lt;br&gt;&lt;br&gt;-Ben 
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;This message has been scanned for viruses and
&lt;br&gt;dangerous content by MailScanner, and is
&lt;br&gt;believed to be clean.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;PHP-GTK General Mailing List (&lt;a href=&quot;http://gtk.php.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gtk.php.net/&lt;/a&gt;)
&lt;br&gt;To unsubscribe, visit: &lt;a href=&quot;http://www.php.net/unsub.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net/unsub.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Status-of-PHP-GTK-tp23040540p23104895.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23099919</id>
	<title>Re: Status of PHP-GTK</title>
	<published>2009-04-17T08:28:09Z</published>
	<updated>2009-04-17T08:28:09Z</updated>
	<author>
		<name>Justin Martin-4</name>
	</author>
	<content type="html">Right now, I (FrozenFire), mgdm, and leon are working on generating the 
&lt;br&gt;documentation. I have patched the phpdoc docgen.php script to generate 
&lt;br&gt;docs for PHP-GTK, except for non-standard stuff like signals.
&lt;br&gt;&lt;br&gt;What we _really_ need is for someone who is quite fluent in the main 
&lt;br&gt;documentation system to lend a hand. I am quite well versed in PHP-GTK, 
&lt;br&gt;but I know next to nothing about the documentation system. If someone 
&lt;br&gt;can pop onto #php-gtk on Freenode, we can get the documentation updated 
&lt;br&gt;in a matter of days.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Justin Martin
&lt;br&gt;&lt;br&gt;Steph wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Andrei Zmievski wrote:
&lt;br&gt;&amp;gt;&amp;gt; Elizabeth M Smith wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I'd be inclined to branch php-gtk-doc now and adapt the current
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; serverside scripts to use that branch while work's in progress on
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; upgrading to v5 in HEAD. In that case, it'd be best to get the sysadmin
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; to hit on everything at the same time rather than pester him twice 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; over.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Sounds good.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; It sounds to me like the current doc system is a big barrier to entry 
&lt;br&gt;&amp;gt;&amp;gt; for those who want to contribute to the documentation. 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; It sounds to me like those who want to contribute to the documentation 
&lt;br&gt;&amp;gt; would rather do it in a user-notes kinda way than actually contribute to 
&lt;br&gt;&amp;gt; the documentation. I.e. not need to do the background work like checking 
&lt;br&gt;&amp;gt; the GTK manual or source, kind of thing. That's totally understandable, 
&lt;br&gt;&amp;gt; but I think blaming the use of XML is a bit mean when really it's the 
&lt;br&gt;&amp;gt; lack of user notes that's the issue.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; To summarize my
&lt;br&gt;&amp;gt;&amp;gt; feelings on this subject: I'd rather have a non-php.net-standard doc 
&lt;br&gt;&amp;gt;&amp;gt; system that works and allows easy contributions that be stuck in the 
&lt;br&gt;&amp;gt;&amp;gt; current rut.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Keeping a php.net-standard system means there are always people capable 
&lt;br&gt;&amp;gt; of fixing it when it breaks. Right now, keeping a php.net-standard 
&lt;br&gt;&amp;gt; system also means we should get access to phd, which is a fast-rendering 
&lt;br&gt;&amp;gt; PHP based manual build system (no extra tools required, no not even 
&lt;br&gt;&amp;gt; xsltproc). That factor alone makes it a good investment; the current 
&lt;br&gt;&amp;gt; work on live editing, I'm less convinced about, unless I've 
&lt;br&gt;&amp;gt; misunderstood something major. (Mirrors????)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; - Steph
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; -Andrei
&lt;br&gt;&amp;gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;PHP-GTK General Mailing List (&lt;a href=&quot;http://gtk.php.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gtk.php.net/&lt;/a&gt;)
&lt;br&gt;To unsubscribe, visit: &lt;a href=&quot;http://www.php.net/unsub.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net/unsub.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Status-of-PHP-GTK-tp23040540p23099919.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23099497</id>
	<title>Re: Status of PHP-GTK</title>
	<published>2009-04-17T08:06:11Z</published>
	<updated>2009-04-17T08:06:11Z</updated>
	<author>
		<name>Steph-8</name>
	</author>
	<content type="html">Andrei Zmievski wrote:
&lt;br&gt;&amp;gt; Elizabeth M Smith wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I'd be inclined to branch php-gtk-doc now and adapt the current
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; serverside scripts to use that branch while work's in progress on
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; upgrading to v5 in HEAD. In that case, it'd be best to get the sysadmin
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; to hit on everything at the same time rather than pester him twice over.
&lt;br&gt;&amp;gt;&amp;gt; Sounds good.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; It sounds to me like the current doc system is a big barrier to entry 
&lt;br&gt;&amp;gt; for those who want to contribute to the documentation. 
&lt;br&gt;&lt;br&gt;It sounds to me like those who want to contribute to the documentation would rather do it in a user-notes kinda way than actually contribute to the documentation. I.e. not need to do the background work like checking the GTK manual or source, kind of thing. That's totally understandable, but I think blaming the use of XML is a bit mean when really it's the lack of user notes that's the issue.
&lt;br&gt;&lt;br&gt;To summarize my 
&lt;br&gt;&amp;gt; feelings on this subject: I'd rather have a non-php.net-standard doc 
&lt;br&gt;&amp;gt; system that works and allows easy contributions that be stuck in the 
&lt;br&gt;&amp;gt; current rut.
&lt;br&gt;&lt;br&gt;Keeping a php.net-standard system means there are always people capable of fixing it when it breaks. Right now, keeping a php.net-standard system also means we should get access to phd, which is a fast-rendering PHP based manual build system (no extra tools required, no not even xsltproc). That factor alone makes it a good investment; the current work on live editing, I'm less convinced about, unless I've misunderstood something major. (Mirrors????)
&lt;br&gt;&lt;br&gt;- Steph
&lt;br&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -Andrei
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;PHP-GTK General Mailing List (&lt;a href=&quot;http://gtk.php.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gtk.php.net/&lt;/a&gt;)
&lt;br&gt;To unsubscribe, visit: &lt;a href=&quot;http://www.php.net/unsub.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net/unsub.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Status-of-PHP-GTK-tp23040540p23099497.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23097629</id>
	<title>Re: Status of PHP-GTK</title>
	<published>2009-04-17T06:29:39Z</published>
	<updated>2009-04-17T06:29:39Z</updated>
	<author>
		<name>Steph-8</name>
	</author>
	<content type="html">Hi Jace,
&lt;br&gt;&lt;br&gt;Jace Ferguson wrote:
&lt;br&gt;&amp;gt; First of all, I'm excited to see all the recent activity these past few
&lt;br&gt;&amp;gt; days. 
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Good, ennit? :)
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;gt; My opinion on the docs is to stick with the php.net standard.
&lt;br&gt;&lt;br&gt;Mine too, because we get concrete assistance from the rest of php.net if we take this approach.
&lt;br&gt;&lt;br&gt;&amp;nbsp;I think
&lt;br&gt;&amp;gt; migrating the current system to docbook v5 should be a priority. 
&lt;br&gt;&lt;br&gt;It should. The work should be stored in CVS HEAD, which means the current docs should be branched and the scripts updated on the server to reflect the new branch name as part of the fixes needed there. (I'm assuming there have actually been updates that weren't followed by a new build..)
&lt;br&gt;&lt;br&gt;Elizabeth
&lt;br&gt;&amp;gt; mentioned in an earlier email that someone had already started the
&lt;br&gt;&amp;gt; migration. I'd like to find out who 
&lt;br&gt;&lt;br&gt;So would I...
&lt;br&gt;&lt;br&gt;because in about two weeks I will have
&lt;br&gt;&amp;gt; quite a bit of free time and I'd be willing to help get the docs migrated
&lt;br&gt;&amp;gt; and available for updates.
&lt;br&gt;&lt;br&gt;Woo hoo!
&lt;br&gt;&lt;br&gt;- Steph
&lt;br&gt;&lt;br&gt;&amp;gt; Those are just my thoughts. I'll have the time regardless so I will
&lt;br&gt;&amp;gt; definitely find something to do.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Jace
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;PHP-GTK General Mailing List (&lt;a href=&quot;http://gtk.php.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gtk.php.net/&lt;/a&gt;)
&lt;br&gt;To unsubscribe, visit: &lt;a href=&quot;http://www.php.net/unsub.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.php.net/unsub.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Status-of-PHP-GTK-tp23040540p23097629.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23087693</id>
	<title>Re: Status of PHP-GTK</title>
	<published>2009-04-16T15:23:12Z</published>
	<updated>2009-04-16T15:23:12Z</updated>
	<author>
		<name>Jace Ferguson</name>
	</author>
	<content type="html">First of all, I'm excited to see all the recent activity these past few
&lt;br&gt;days. 
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;My opinion on the docs is to stick with the php.net standard. I think
&lt;br&gt;migrating the current system to docbook v5 should be a priority. Elizabeth
&lt;br&gt;mentioned in an earlier email that someone had already started the
&lt;br&gt;migration. I'd like to find out who because in about two weeks I will have
&lt;br&gt;quite a bit of free time and I'd be willing to help get the docs migrated
&lt;br&gt;and available for updates.
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;Those are just my thoughts. I'll have the time regardless so I will
&lt;br&gt;definitely find something to do.
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;Jace
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Status-of-PHP-GTK-tp23040540p23087693.html" />
</entry>

</feed>
