File: Fl_Menu_Window.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: -rw-r--r-- 438 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_Menu_Window.i */
//%module Fl_Menu_Window

%feature("docstring") ::Fl_Menu_Window
"""
The Fl_Menu_Window widget is a window type used for menus. By default the 
window is drawn in the hardware overlay planes if they are available so that 
the menu don't force the rest of the window to redraw.
""" ;

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

%include "macros.i"

CHANGE_OWNERSHIP(Fl_Menu_Window)

%include "FL/Fl_Menu_Window.H"