1.Creation
In PHP-GTK this is done by creating an object, e.g. $window =&new GtkWindow();
2.Placement
This is the step of adding a widget to a container. This isachieved most straightforwardly in PHP-GTK by using the syntax$container->add($widget);
3.Signal Connection
文章標籤

hechian 發表在 痞客邦 留言(0) 人氣(353)