38.1 Overview

Poppath class derives from Area class and creates a widget which allows the user to select a path. Poppath widgets usually contain a button which, when clicked, pops up a dialog prompting the user to choose a path. This is all managed automatically by the widget and you don't have to do anything except putting the widget somewhere in your window layout.

You can set the title of the popup dialog using the Poppath.Title attribute on the Poppath object and you can get the user's selection by getting the Poppath.Path attribute.


Show TOC