Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

PHP-GTK Community Site:
Building a submenu in a GtkMenubar
Dec 06, 2006 @ 14:55:00

The PHP-GTK Community site is back again today with another quick tutorial showing how to build a submenu with the help of the GtkMenubar widget.

It's broken us into the key sections - details, a visual tree of the structure, the logic tree and relationships, and, finally the source code. It's a pretty simple process of creating the menu and appending the elements onto it, much like a normal drop down menu. The key is in the set_submenu function, creating a new object for the code to append the submenu elements to. The rest is just simple appends.

They've also included a screenshot to illustrate the end result.

tagged: submenu gtkmenubar tutorial visual tree logical relationships submenu gtkmenubar tutorial visual tree logical relationships

Link:

PHP-GTK Community Site:
Building a submenu in a GtkMenubar
Dec 06, 2006 @ 14:55:00

The PHP-GTK Community site is back again today with another quick tutorial showing how to build a submenu with the help of the GtkMenubar widget.

It's broken us into the key sections - details, a visual tree of the structure, the logic tree and relationships, and, finally the source code. It's a pretty simple process of creating the menu and appending the elements onto it, much like a normal drop down menu. The key is in the set_submenu function, creating a new object for the code to append the submenu elements to. The rest is just simple appends.

They've also included a screenshot to illustrate the end result.

tagged: submenu gtkmenubar tutorial visual tree logical relationships submenu gtkmenubar tutorial visual tree logical relationships

Link:

PHP-GTK Community Site:
GtkToolbar, GtkMenubar, and PEAR XML-RPC for geo-nick
Dec 05, 2006 @ 16:49:00

The PHP-GTK Community Site has three new tutorials today, two dealing with interface items (GtkToolbar and GtkMenubar) and the other with the topic of a previous post, just enhanced:

Check out the rest of the site for more great PHP-GTK related tutorials like these.

tagged: geonick web service gtktoolbar gtkmenubar xmlrpc tutorial geonick web service gtktoolbar gtkmenubar xmlrpc tutorial

Link:

PHP-GTK Community Site:
GtkToolbar, GtkMenubar, and PEAR XML-RPC for geo-nick
Dec 05, 2006 @ 16:49:00

The PHP-GTK Community Site has three new tutorials today, two dealing with interface items (GtkToolbar and GtkMenubar) and the other with the topic of a previous post, just enhanced:

Check out the rest of the site for more great PHP-GTK related tutorials like these.

tagged: geonick web service gtktoolbar gtkmenubar xmlrpc tutorial geonick web service gtktoolbar gtkmenubar xmlrpc tutorial

Link:


Trending Topics: