File: Fl_Help_Dialog.i

package info (click to toggle)
pyfltk 1.4.4.0%2Brepack-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,556 kB
  • sloc: python: 7,769; cpp: 356; makefile: 24
file content (17 lines) | stat: -rwxr-xr-x 328 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* File : Fl_Help_Dialog.i */
//%module Fl_Help_Dialog

%feature("docstring") ::Fl_Help_Dialog
"""
The Fl_Help_Dialog widget displays a standard help dialog window using the 
Fl_Help_View widget.
""" ;

%{
#include "FL/Fl_Help_Dialog.H"
%}

%include "macros.i"

//CHANGE_OWNERSHIP(Fl_Help_Dialog)
%include "FL/Fl_Help_Dialog.H"