]>
Commit | Line | Data |
---|---|---|
1a519eb0 VZ |
1 | ## Purpose: The automake makefile for wxWindows (include/wx/gtk subdir) |
2 | ## Author: Vadim Zeitlin | |
3 | ## Version: $Id$ | |
4 | ## | |
5 | ## Process this file with automake to produce Makefile.in | |
6 | ||
7 | wx_gtk_includedir = ${includedir}/wx/gtk | |
8 | wx_gtk_include_HEADERS = \ | |
9 | accel.h \ | |
10 | app.h \ | |
11 | bitmap.h \ | |
12 | bmpbuttn.h \ | |
13 | brush.h \ | |
14 | button.h \ | |
15 | checkbox.h \ | |
16 | checklst.h \ | |
17 | choice.h \ | |
18 | clipbrd.h \ | |
19 | colour.h \ | |
20 | combobox.h \ | |
21 | control.h \ | |
22 | cursor.h \ | |
23 | dataobj.h \ | |
24 | dc.h \ | |
25 | dcclient.h \ | |
26 | dcmemory.h \ | |
27 | dcps.h \ | |
28 | dcscreen.h \ | |
29 | dialog.h \ | |
30 | dnd.h \ | |
31 | filedlg.h \ | |
32 | font.h \ | |
33 | frame.h \ | |
34 | gauge.h \ | |
35 | gdiobj.h \ | |
36 | icon.h \ | |
37 | joystick.h \ | |
38 | listbox.h \ | |
39 | mdi.h \ | |
40 | menu.h \ | |
41 | menuitem.h \ | |
42 | minifram.h \ | |
43 | notebook.h \ | |
44 | palette.h \ | |
45 | pen.h \ | |
46 | radiobox.h \ | |
47 | radiobut.h \ | |
48 | region.h \ | |
49 | scrolbar.h \ | |
50 | settings.h \ | |
51 | slider.h \ | |
52 | spinbutt.h \ | |
53 | statbmp.h \ | |
54 | statbox.h \ | |
55 | statline.h \ | |
56 | stattext.h \ | |
57 | tbargtk.h \ | |
58 | textctrl.h \ | |
59 | timer.h \ | |
60 | tooltip.h \ | |
61 | treectrl.h \ | |
62 | wave.h \ | |
63 | win_gtk.h \ | |
64 | window.h | |
65 |