File: Fl_File_Input.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 (19 lines) | stat: -rwxr-xr-x 386 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* File : Fl_File_Input.i */
//%module Fl_File_Input

%feature("docstring") ::Fl_File_Input
"""
This widget displays a pathname in a text input field. A navigation bar 
located above the input field allows the user to navigate upward in the 
directory tree.
""" ;

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

%include "macros.i"

CHANGE_OWNERSHIP(Fl_File_Input)

%include "FL/Fl_File_Input.H"