File: Fl_File_Icon.i

package info (click to toggle)
pyfltk 1.3.8%2Brepack-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,868 kB
  • sloc: python: 7,494; cpp: 351; perl: 55; makefile: 24
file content (18 lines) | stat: -rwxr-xr-x 350 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* File : Fl_File_Icon.i */
//%module Fl_File_Icon

%feature("docstring") ::Fl_File_Icon
"""
The Fl_File_Icon class manages icon images that can be used as labels in 
other widgets and as icons in the FileBrowser widget.
""" ;

%{

#include "FL/Fl_File_Icon.H"
%}

//%include "macros.i"
//CHANGE_OWNERSHIP(Fl_File_Icon)

%include "FL/Fl_File_Icon.H"