~jtaylor/ubuntu/natty/pyfltk/fix-779340

« back to all changes in this revision

Viewing changes to swig/Fl_Wizard.i

  • Committer: Bazaar Package Importer
  • Author(s): Aaron M. Ucko
  • Date: 2009-03-13 20:47:00 UTC
  • Revision ID: james.westby@ubuntu.com-20090313204700-ra4hgdlhxzrccas3
Tags: upstream-1.1.3
ImportĀ upstreamĀ versionĀ 1.1.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* File : Fl_Wizard.i */
 
2
//%module Fl_Wizard
 
3
 
 
4
%feature("docstring") ::Fl_Wizard
 
5
"""
 
6
The Fl_Wizard widget is based off the Fl_Tabs widget, but instead of 
 
7
displaying tabs it only changes 'tabs' under program control. Its primary 
 
8
purpose is to support 'wizards' that step a user through configuration or 
 
9
troubleshooting tasks.
 
10
 
 
11
As with Fl_Tabs, wizard panes are composed of child (usually Fl_Group) 
 
12
widgets. Navigation buttons must be added separately. 
 
13
""" ;
 
14
 
 
15
%{
 
16
#include "FL/Fl_Wizard.H"
 
17
%}
 
18
 
 
19
%include "macros.i"
 
20
 
 
21
CHANGE_OWNERSHIP(Fl_Wizard)
 
22
 
 
23
%include "FL/Fl_Wizard.H"