View | Details | Raw Unified | Return to bug 265093 | Differences between
and this patch

Collapse All | Expand All

(-)b/x11-toolkits/wxgtk32/Makefile (+115 lines)
Added Link Here
1
PORTNAME=	wx
2
DISTVERSIONPREFIX=	v
3
DISTVERSION=	3.2.0
4
CATEGORIES=	x11-toolkits
5
MASTER_SITES=	https://github.com/wxWidgets/wxWidgets/releases/download/v${DISTVERSION}/
6
PKGNAMESUFFIX=	${_SHORT_WX_VER}-${FLAVOR}
7
DISTNAME=	wxWidgets-${DISTVERSION}
8
9
MAINTAINER=	desktop@FreeBSD.org
10
COMMENT=	GUI toolkit (wxWidgets) with ${FLAVOR:S/k/&+/:tu} bindings
11
12
LICENSE=	GPLv2+
13
LICENSE_FILE=	${WRKSRC}/docs/gpl.txt
14
15
BUILD_DEPENDS=	${LOCALBASE}/include/nanosvg.h:graphics/nanosvg
16
LIB_DEPENDS=	libcurl.so:ftp/curl \
17
		libexpat.so:textproc/expat2 \
18
		libfontconfig.so:x11-fonts/fontconfig \
19
		libfreetype.so:print/freetype2 \
20
		libharfbuzz.so:print/harfbuzz \
21
		libjbig.so:graphics/jbigkit \
22
		libnotify.so:devel/libnotify \
23
		libpcre2-32.so:devel/pcre2 \
24
		libpng.so:graphics/png \
25
		libsecret-1.so:security/libsecret \
26
		libsoup-2.4.so:devel/libsoup \
27
		libtiff.so:graphics/tiff \
28
		libwayland-egl.so:graphics/wayland
29
30
FLAVORS=	gtk3 gtk2
31
FLAVOR?=	${FLAVORS:[1]}
32
33
USES=		compiler:c++11-lib gl gmake gnome iconv jpeg localbase \
34
		pkgconfig tar:bz2 xorg
35
GNU_CONFIGURE=	yes
36
USE_XORG=	x11 sm xxf86vm xtst
37
USE_GL=		gl glu
38
USE_GNOME=	cairo gdkpixbuf2
39
USE_LDCONFIG=	yes
40
USE_CXXSTD=	c++11
41
CONFIGURE_ARGS=	--with-libpng=sys \
42
		--with-libjpeg=sys \
43
		--with-libtiff=sys \
44
		--with-liblzma \
45
		--with-nanosvg=sys \
46
		--with-zlib=sys \
47
		--with-expat=sys \
48
		--with-opengl \
49
		--without-gnomevfs \
50
		--disable-epollloop \
51
		--disable-joystick \
52
		--enable-backtrace \
53
		--enable-ipv6 \
54
		--enable-optimise \
55
		--enable-unicode \
56
		--enable-std_string \
57
		--enable-graphics_ctx \
58
		--enable-compat28 \
59
		--enable-compat30
60
CONFIGURE_ENV=	X11BASE="${LOCALBASE}" \
61
		ac_cv_header_sys_inotify_h=no
62
63
OPTIONS_DEFINE=		GSTREAMER MSPACK NLS
64
OPTIONS_DEFAULT=	GSTREAMER MSPACK
65
MSPACK_DESC=		Microsoft archives support
66
OPTIONS_SUB=		yes
67
68
NLS_USES=			gettext
69
70
GSTREAMER_CONFIGURE_ENABLE=	mediactrl
71
GSTREAMER_USES=			gstreamer
72
GSTREAMER_USE=			GSTREAMER=bad
73
74
MSPACK_CONFIGURE_WITH=		libmspack
75
MSPACK_LIB_DEPENDS=		libmspack.so:archivers/libmspack
76
77
WEBKIT_CONFIGURE_ENABLE=	webview
78
WEBKIT_LIB_DEPENDS=		libwebkit2gtk-4.0.so:www/webkit2-gtk3
79
80
.if ${FLAVOR} == gtk3
81
USE_GNOME+=	gtk30
82
CONFIGURE_ARGS+=	--with-gtk=3
83
OPTIONS_DEFINE+=	WEBKIT
84
OPTIONS_DEFAULT+=	WEBKIT
85
PLIST_SUB+=	GTK2="@comment " GTK3=""
86
.else
87
USE_GNOME+=	gtk20
88
CONFIGURE_ARGS+=	--with-gtk
89
PLIST_SUB+=	GTK2="" GTK3="@comment " WEBKIT="@comment "
90
.endif
91
PLIST_SUB+=	GTKVER=${FLAVOR}
92
93
_SHORT_WX_VER=	${PORTVERSION:S/./ /g:[1..2]:ts}
94
95
gtk3_CONFLICTS_INSTALL=	${PORTNAME}${_SHORT_WX_VER}-gtk2
96
gtk2_CONFLICTS_INSTALL=	${PORTNAME}${_SHORT_WX_VER}-gtk3
97
98
.include <bsd.port.pre.mk>
99
100
# TLS is broken on armv6/7, PR 229396
101
.if ${ARCH} == armv6 || ${ARCH} == armv7
102
CONFIGURE_ARGS+=--disable-tls
103
.endif
104
105
# PR 196703, 197031
106
.if ${CHOSEN_COMPILER_TYPE} == gcc
107
CONFIGURE_ARGS+=--disable-precomp-headers
108
.endif
109
110
post-build-NLS-on:
111
	@${DO_MAKE_BUILD} allmo -C ${BUILD_WRKSRC}/locale
112
113
post-install:
114
	@${RM} ${STAGEDIR}${PREFIX}/bin/wxrc
115
.include <bsd.port.post.mk>
(-)b/x11-toolkits/wxgtk32/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1661945785
2
SHA256 (wxWidgets-3.2.0.tar.bz2) = 356e9b55f1ae3d58ae1fed61478e9b754d46b820913e3bfbc971c50377c1903a
3
SIZE (wxWidgets-3.2.0.tar.bz2) = 25296814
(-)b/x11-toolkits/wxgtk32/files/patch-Makefile.in (+33 lines)
Added Link Here
1
--- Makefile.in.orig	2021-04-12 22:23:58 UTC
2
+++ Makefile.in
3
@@ -56,6 +56,7 @@ WX_LIB_FLAVOUR = @WX_LIB_FLAVOUR@
4
 TOOLKIT = @TOOLKIT@
5
 TOOLKIT_LOWERCASE = @TOOLKIT_LOWERCASE@
6
 TOOLKIT_VERSION = @TOOLKIT_VERSION@
7
+TOOLCHAIN_NAME = @TOOLCHAIN_NAME@
8
 TOOLCHAIN_FULLNAME = @TOOLCHAIN_FULLNAME@
9
 EXTRALIBS = @EXTRALIBS@
10
 EXTRALIBS_XML = @EXTRALIBS_XML@
11
@@ -13879,9 +13880,9 @@ all: $(__wxregex___depname) $(__wxzlib___depname) $(__
12
 
13
 install: $(__install_wxregex___depname) $(__install_wxzlib___depname) $(__install_wxpng___depname) $(__install_wxjpeg___depname) $(__install_wxtiff___depname) $(__install_wxexpat___depname) $(__install_wxscintilla___depname) $(__install_monodll___depname) $(__install_monolib___depname) $(__install_basedll___depname) $(__install_baselib___depname) $(__install_netdll___depname) $(__install_netlib___depname) $(__install_coredll___depname) $(__install_corelib___depname) $(__install_advdll___depname) $(__install_advlib___depname) $(__install_mediadll___depname) $(__install_medialib___depname) $(__install_htmldll___depname) $(__install_htmllib___depname) $(__install_webviewdll___depname) $(__install_webviewlib___depname) $(__install_qadll___depname) $(__install_qalib___depname) $(__install_xmldll___depname) $(__install_xmllib___depname) $(__install_xrcdll___depname) $(__install_xrclib___depname) $(__install_auidll___depname) $(__install_auilib___depname) $(__install_ribbondll___depname) $(__install_ribbonlib___depname) $(__install_propgriddll___depname) $(__install_propgridlib___depname) $(__install_richtextdll___depname) $(__install_richtextlib___depname) $(__install_stcdll___depname) $(__install_stclib___depname) $(__install_gldll___depname) $(__install_gllib___depname) $(__install_sound_sdl___depname) $(__install_webkit2_ext___depname) $(__install_wxrc___depname) install-wxconfig locale_install
14
 	$(INSTALL_DIR) $(DESTDIR)$(datadir)/aclocal
15
-	(cd $(srcdir) ; $(INSTALL_DATA)  wxwin.m4 $(DESTDIR)$(datadir)/aclocal)
16
+	(cd $(srcdir) ; $(INSTALL_DATA)  wxwin.m4 $(DESTDIR)$(datadir)/aclocal/wxwin$(WX_RELEASE_NODOT).m4)
17
 	$(INSTALL_DIR) $(DESTDIR)$(datadir)/bakefile/presets
18
-	(cd $(srcdir)/build/bakefiles/wxpresets/presets ; $(INSTALL_DATA)  wx.bkl wx_unix.bkl wx_win32.bkl wx_xrc.bkl wx_presets.py $(DESTDIR)$(datadir)/bakefile/presets)
19
+	(cd $(srcdir)/build/bakefiles/wxpresets/presets/ ; for i in wx.bkl wx_unix.bkl wx_win32.bkl wx_xrc.bkl wx_presets.py; do $(INSTALL_DATA) $$i $(DESTDIR)$(datadir)/bakefile/presets/wx$(WX_RELEASE_NODOT)$${i##wx}; done)
20
 	$(DYLIB_RPATH_INSTALL)
21
 	$(INSTALL_DIR) $(DESTDIR)$(libdir)/wx/include/$(TOOLCHAIN_FULLNAME)/wx
22
 	for f in setup.h $(RCDEFS_H); do \
23
@@ -14775,9 +14776,7 @@ samples: 
24
 
25
 install-wxconfig: 
26
 	$(INSTALL_DIR) $(DESTDIR)$(bindir)
27
-	$(INSTALL_DIR) $(DESTDIR)$(libdir)/wx/config
28
-	$(INSTALL_SCRIPT) lib/wx/config/$(TOOLCHAIN_FULLNAME) $(DESTDIR)$(libdir)/wx/config
29
-	(cd $(DESTDIR)$(bindir) && rm -f wx-config && $(LN_S) $(libdir)/wx/config/$(TOOLCHAIN_FULLNAME) wx-config || cp -p $(DESTDIR)$(libdir)/wx/config/$(TOOLCHAIN_FULLNAME) wx-config)
30
+	$(INSTALL_SCRIPT) lib/wx/config/$(TOOLCHAIN_FULLNAME) $(DESTDIR)$(bindir)/wx$(TOOLCHAIN_NAME)-config
31
 
32
 locale_install: 
33
 	$(INSTALL_DIR) $(DESTDIR)$(datadir)/locale
(-)b/x11-toolkits/wxgtk32/files/patch-configure (+57 lines)
Added Link Here
1
--- configure.orig	2021-04-12 22:23:58 UTC
2
+++ configure
3
@@ -3969,7 +3969,7 @@ case "${host}" in
4
 
5
     DEFAULT_DEFAULT_wxUSE_GTK=1
6
   ;;
7
-  *-*-freebsd*)
8
+  *-*-dragonfly*|*-*-freebsd*)
9
     USE_BSD=1
10
     USE_FREEBSD=1
11
     $as_echo "#define __FREEBSD__ 1" >>confdefs.h
12
@@ -20997,6 +20997,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
13
 
14
 
15
 SEARCH_INCLUDE="\
16
+    $X11BASE/include          \
17
     /usr/local/include        \
18
     /usr/local/X11/include    \
19
     /usr/local/include/X11    \
20
@@ -32061,9 +32062,6 @@ $as_echo "$as_me: WARNING: BeOS threads are not yet su
21
                                         THREAD_OPTS="-pthreads $THREAD_OPTS"
22
                 fi
23
                 ;;
24
-          *-*-freebsd*)
25
-                                                THREAD_OPTS="-kthread lthread $THREAD_OPTS c_r"
26
-                ;;
27
           *-*-darwin* | *-*-cygwin* )
28
                                                 THREAD_OPTS=""
29
                 ;;
30
@@ -32839,10 +32837,10 @@ if test "x$ac_cv_func_gmtime_r" = xyes; then :
31
    $as_echo "#define HAVE_GMTIME_R 1" >>confdefs.h
32
 
33
 fi
34
+OPTIMISE_CFLAGS=
35
 
36
 
37
 
38
-
39
     ac_ext=c
40
 ac_cpp='$CPP $CPPFLAGS'
41
 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
42
@@ -39638,6 +39636,7 @@ fi
43
       ;;
44
 
45
       powerpc-apple-macos* | \
46
+      *-*-dragonfly* | \
47
       *-*-freebsd* | *-*-openbsd* | *-*-haiku* | *-*-netbsd* | *-*-gnu* | *-*-k*bsd*-gnu | \
48
       *-*-mirbsd* | \
49
       *-*-sunos4* | \
50
@@ -39679,6 +39678,7 @@ fi
51
 
52
     case "${BAKEFILE_HOST}" in
53
       *-*-linux* | *-*-freebsd* | *-*-openbsd* | *-*-haiku* | *-*-netbsd* | \
54
+      *-*-dragonfly* | \
55
       *-*-k*bsd*-gnu | *-*-mirbsd* | *-*-gnu* )
56
         if test "x$SUNCXX" = "xyes"; then
57
             SONAME_FLAG="-h "
(-)b/x11-toolkits/wxgtk32/files/patch-setup.h.in (+20 lines)
Added Link Here
1
--- setup.h.in.orig	2021-04-12 22:23:58 UTC
2
+++ setup.h.in
3
@@ -801,17 +801,14 @@
4
 /*
5
  * Define if your compiler has std::tr1::unordered_map
6
  */
7
-#undef HAVE_TR1_UNORDERED_MAP
8
 
9
 /*
10
  * Define if your compiler has std::tr1::unordered_set
11
  */
12
-#undef HAVE_TR1_UNORDERED_SET
13
 
14
 /*
15
  * Define if your compiler has <tr1/type_traits>
16
  */
17
-#undef HAVE_TR1_TYPE_TRAITS
18
 
19
 /*
20
  * Define if your compiler has <type_traits>
(-)b/x11-toolkits/wxgtk32/files/patch-utils-wxrc-Makefile.in (+10 lines)
Added Link Here
1
--- utils/wxrc/Makefile.in.orig	2021-04-12 22:23:58 UTC
2
+++ utils/wxrc/Makefile.in
3
@@ -30,6 +30,7 @@ WX_LIB_FLAVOUR = @WX_LIB_FLAVOUR@
4
 TOOLKIT = @TOOLKIT@
5
 TOOLKIT_LOWERCASE = @TOOLKIT_LOWERCASE@
6
 TOOLKIT_VERSION = @TOOLKIT_VERSION@
7
+TOOLCHAIN_NAME = @TOOLCHAIN_NAME@
8
 EXTRALIBS = @EXTRALIBS@
9
 EXTRALIBS_XML = @EXTRALIBS_XML@
10
 EXTRALIBS_GUI = @EXTRALIBS_GUI@
(-)b/x11-toolkits/wxgtk32/pkg-descr (+5 lines)
Added Link Here
1
wxWidgets is a C++ library that lets developers create applications for Windows,
2
Mac OS X, Linux and other platforms with a single code base. On FreeBSD the Gtk
3
toolkit is used.
4
5
WWW: https://www.wxwidgets.org/
(-)b/x11-toolkits/wxgtk32/pkg-plist (+812 lines)
Added Link Here
1
bin/wx%%GTKVER%%u-3.2-config
2
bin/wxrc-3.2
3
include/wx-3.2/wx/aboutdlg.h
4
include/wx-3.2/wx/accel.h
5
include/wx-3.2/wx/access.h
6
include/wx-3.2/wx/activityindicator.h
7
include/wx-3.2/wx/addremovectrl.h
8
include/wx-3.2/wx/affinematrix2d.h
9
include/wx-3.2/wx/affinematrix2dbase.h
10
include/wx-3.2/wx/afterstd.h
11
include/wx-3.2/wx/anidecod.h
12
include/wx-3.2/wx/animate.h
13
include/wx-3.2/wx/animdecod.h
14
include/wx-3.2/wx/any.h
15
include/wx-3.2/wx/anybutton.h
16
include/wx-3.2/wx/anystr.h
17
include/wx-3.2/wx/app.h
18
include/wx-3.2/wx/appprogress.h
19
include/wx-3.2/wx/apptrait.h
20
include/wx-3.2/wx/archive.h
21
include/wx-3.2/wx/arrimpl.cpp
22
include/wx-3.2/wx/arrstr.h
23
include/wx-3.2/wx/artprov.h
24
include/wx-3.2/wx/atomic.h
25
include/wx-3.2/wx/aui/aui.h
26
include/wx-3.2/wx/aui/auibar.h
27
include/wx-3.2/wx/aui/auibook.h
28
include/wx-3.2/wx/aui/dockart.h
29
include/wx-3.2/wx/aui/floatpane.h
30
include/wx-3.2/wx/aui/framemanager.h
31
include/wx-3.2/wx/aui/tabart.h
32
%%GTK2%%include/wx-3.2/wx/aui/tabartgtk.h
33
include/wx-3.2/wx/aui/tabmdi.h
34
include/wx-3.2/wx/bannerwindow.h
35
include/wx-3.2/wx/base64.h
36
include/wx-3.2/wx/beforestd.h
37
include/wx-3.2/wx/bitmap.h
38
include/wx-3.2/wx/bmpbndl.h
39
include/wx-3.2/wx/bmpbuttn.h
40
include/wx-3.2/wx/bmpcbox.h
41
include/wx-3.2/wx/bookctrl.h
42
include/wx-3.2/wx/brush.h
43
include/wx-3.2/wx/buffer.h
44
include/wx-3.2/wx/build.h
45
include/wx-3.2/wx/busyinfo.h
46
include/wx-3.2/wx/button.h
47
include/wx-3.2/wx/calctrl.h
48
include/wx-3.2/wx/caret.h
49
include/wx-3.2/wx/chartype.h
50
include/wx-3.2/wx/checkbox.h
51
include/wx-3.2/wx/checkeddelete.h
52
include/wx-3.2/wx/checklst.h
53
include/wx-3.2/wx/chkconf.h
54
include/wx-3.2/wx/choicdlg.h
55
include/wx-3.2/wx/choice.h
56
include/wx-3.2/wx/choicebk.h
57
include/wx-3.2/wx/clipbrd.h
58
include/wx-3.2/wx/clntdata.h
59
include/wx-3.2/wx/clrpicker.h
60
include/wx-3.2/wx/cmdargs.h
61
include/wx-3.2/wx/cmdline.h
62
include/wx-3.2/wx/cmdproc.h
63
include/wx-3.2/wx/cmndata.h
64
include/wx-3.2/wx/collheaderctrl.h
65
include/wx-3.2/wx/collpane.h
66
include/wx-3.2/wx/colordlg.h
67
include/wx-3.2/wx/colour.h
68
include/wx-3.2/wx/colourdata.h
69
include/wx-3.2/wx/combo.h
70
include/wx-3.2/wx/combobox.h
71
include/wx-3.2/wx/commandlinkbutton.h
72
include/wx-3.2/wx/compiler.h
73
include/wx-3.2/wx/compositewin.h
74
include/wx-3.2/wx/confbase.h
75
include/wx-3.2/wx/config.h
76
include/wx-3.2/wx/containr.h
77
include/wx-3.2/wx/control.h
78
include/wx-3.2/wx/convauto.h
79
include/wx-3.2/wx/cpp.h
80
include/wx-3.2/wx/creddlg.h
81
include/wx-3.2/wx/crt.h
82
include/wx-3.2/wx/cshelp.h
83
include/wx-3.2/wx/ctrlsub.h
84
include/wx-3.2/wx/cursor.h
85
include/wx-3.2/wx/custombgwin.h
86
include/wx-3.2/wx/dataobj.h
87
include/wx-3.2/wx/dataview.h
88
include/wx-3.2/wx/datectrl.h
89
include/wx-3.2/wx/dateevt.h
90
include/wx-3.2/wx/datetime.h
91
include/wx-3.2/wx/datetimectrl.h
92
include/wx-3.2/wx/datstrm.h
93
include/wx-3.2/wx/dc.h
94
include/wx-3.2/wx/dcbuffer.h
95
include/wx-3.2/wx/dcclient.h
96
include/wx-3.2/wx/dcgraph.h
97
include/wx-3.2/wx/dcmemory.h
98
include/wx-3.2/wx/dcmirror.h
99
include/wx-3.2/wx/dcprint.h
100
include/wx-3.2/wx/dcps.h
101
include/wx-3.2/wx/dcscreen.h
102
include/wx-3.2/wx/dcsvg.h
103
include/wx-3.2/wx/dde.h
104
include/wx-3.2/wx/debug.h
105
include/wx-3.2/wx/debugrpt.h
106
include/wx-3.2/wx/defs.h
107
include/wx-3.2/wx/dialog.h
108
include/wx-3.2/wx/dialup.h
109
include/wx-3.2/wx/dir.h
110
include/wx-3.2/wx/dirctrl.h
111
include/wx-3.2/wx/dirdlg.h
112
include/wx-3.2/wx/display.h
113
include/wx-3.2/wx/dlimpexp.h
114
include/wx-3.2/wx/dlist.h
115
include/wx-3.2/wx/dnd.h
116
include/wx-3.2/wx/docmdi.h
117
include/wx-3.2/wx/docview.h
118
include/wx-3.2/wx/dragimag.h
119
include/wx-3.2/wx/dvrenderers.h
120
include/wx-3.2/wx/dynarray.h
121
include/wx-3.2/wx/dynlib.h
122
include/wx-3.2/wx/dynload.h
123
include/wx-3.2/wx/editlbox.h
124
include/wx-3.2/wx/effects.h
125
include/wx-3.2/wx/encconv.h
126
include/wx-3.2/wx/encinfo.h
127
include/wx-3.2/wx/event.h
128
include/wx-3.2/wx/eventfilter.h
129
include/wx-3.2/wx/evtloop.h
130
include/wx-3.2/wx/evtloopsrc.h
131
include/wx-3.2/wx/except.h
132
include/wx-3.2/wx/fdrepdlg.h
133
include/wx-3.2/wx/features.h
134
include/wx-3.2/wx/ffile.h
135
include/wx-3.2/wx/file.h
136
include/wx-3.2/wx/fileconf.h
137
include/wx-3.2/wx/filectrl.h
138
include/wx-3.2/wx/filedlg.h
139
include/wx-3.2/wx/filedlgcustomize.h
140
include/wx-3.2/wx/filefn.h
141
include/wx-3.2/wx/filehistory.h
142
include/wx-3.2/wx/filename.h
143
include/wx-3.2/wx/filepicker.h
144
include/wx-3.2/wx/filesys.h
145
include/wx-3.2/wx/flags.h
146
include/wx-3.2/wx/fmappriv.h
147
include/wx-3.2/wx/font.h
148
include/wx-3.2/wx/fontdata.h
149
include/wx-3.2/wx/fontdlg.h
150
include/wx-3.2/wx/fontenc.h
151
include/wx-3.2/wx/fontenum.h
152
include/wx-3.2/wx/fontmap.h
153
include/wx-3.2/wx/fontpicker.h
154
include/wx-3.2/wx/fontutil.h
155
include/wx-3.2/wx/frame.h
156
include/wx-3.2/wx/fs_arc.h
157
include/wx-3.2/wx/fs_filter.h
158
include/wx-3.2/wx/fs_inet.h
159
include/wx-3.2/wx/fs_mem.h
160
include/wx-3.2/wx/fs_zip.h
161
include/wx-3.2/wx/fswatcher.h
162
include/wx-3.2/wx/gauge.h
163
include/wx-3.2/wx/gbsizer.h
164
include/wx-3.2/wx/gdicmn.h
165
include/wx-3.2/wx/gdiobj.h
166
include/wx-3.2/wx/generic/aboutdlgg.h
167
include/wx-3.2/wx/generic/accel.h
168
include/wx-3.2/wx/generic/activityindicator.h
169
include/wx-3.2/wx/generic/animate.h
170
include/wx-3.2/wx/generic/bmpcbox.h
171
include/wx-3.2/wx/generic/busyinfo.h
172
include/wx-3.2/wx/generic/buttonbar.h
173
include/wx-3.2/wx/generic/calctrlg.h
174
include/wx-3.2/wx/generic/caret.h
175
include/wx-3.2/wx/generic/choicdgg.h
176
include/wx-3.2/wx/generic/collheaderctrl.h
177
include/wx-3.2/wx/generic/combo.h
178
include/wx-3.2/wx/generic/creddlgg.h
179
include/wx-3.2/wx/generic/custombgwin.h
180
include/wx-3.2/wx/generic/dataview.h
181
include/wx-3.2/wx/generic/datectrl.h
182
include/wx-3.2/wx/generic/dcpsg.h
183
include/wx-3.2/wx/generic/dirctrlg.h
184
include/wx-3.2/wx/generic/dragimgg.h
185
include/wx-3.2/wx/generic/dvrenderer.h
186
include/wx-3.2/wx/generic/dvrenderers.h
187
include/wx-3.2/wx/generic/fdrepdlg.h
188
include/wx-3.2/wx/generic/filectrlg.h
189
include/wx-3.2/wx/generic/filepickerg.h
190
%%GTK2%%include/wx-3.2/wx/generic/fontdlgg.h
191
include/wx-3.2/wx/generic/fswatcher.h
192
include/wx-3.2/wx/generic/grid.h
193
include/wx-3.2/wx/generic/gridctrl.h
194
include/wx-3.2/wx/generic/grideditors.h
195
include/wx-3.2/wx/generic/gridsel.h
196
include/wx-3.2/wx/generic/headerctrlg.h
197
include/wx-3.2/wx/generic/helpext.h
198
include/wx-3.2/wx/generic/hyperlink.h
199
include/wx-3.2/wx/generic/icon.h
200
include/wx-3.2/wx/generic/imaglist.h
201
include/wx-3.2/wx/generic/infobar.h
202
include/wx-3.2/wx/generic/laywin.h
203
include/wx-3.2/wx/generic/listctrl.h
204
include/wx-3.2/wx/generic/logg.h
205
include/wx-3.2/wx/generic/msgdlgg.h
206
include/wx-3.2/wx/generic/notebook.h
207
include/wx-3.2/wx/generic/notifmsg.h
208
include/wx-3.2/wx/generic/numdlgg.h
209
include/wx-3.2/wx/generic/paletteg.h
210
include/wx-3.2/wx/generic/panelg.h
211
include/wx-3.2/wx/generic/printps.h
212
include/wx-3.2/wx/generic/prntdlgg.h
213
include/wx-3.2/wx/generic/progdlgg.h
214
include/wx-3.2/wx/generic/propdlg.h
215
include/wx-3.2/wx/generic/richmsgdlgg.h
216
include/wx-3.2/wx/generic/sashwin.h
217
include/wx-3.2/wx/generic/scrolwin.h
218
include/wx-3.2/wx/generic/spinctlg.h
219
include/wx-3.2/wx/generic/splash.h
220
include/wx-3.2/wx/generic/splitter.h
221
include/wx-3.2/wx/generic/srchctlg.h
222
include/wx-3.2/wx/generic/statbmpg.h
223
include/wx-3.2/wx/generic/stattextg.h
224
include/wx-3.2/wx/generic/statusbr.h
225
include/wx-3.2/wx/generic/textdlgg.h
226
include/wx-3.2/wx/generic/timectrl.h
227
include/wx-3.2/wx/generic/treectlg.h
228
include/wx-3.2/wx/generic/wizard.h
229
include/wx-3.2/wx/geometry.h
230
include/wx-3.2/wx/gifdecod.h
231
include/wx-3.2/wx/glcanvas.h
232
include/wx-3.2/wx/graphics.h
233
include/wx-3.2/wx/grid.h
234
include/wx-3.2/wx/gtk/accel.h
235
include/wx-3.2/wx/gtk/activityindicator.h
236
include/wx-3.2/wx/gtk/animate.h
237
include/wx-3.2/wx/gtk/anybutton.h
238
include/wx-3.2/wx/gtk/app.h
239
include/wx-3.2/wx/gtk/assertdlg_gtk.h
240
include/wx-3.2/wx/gtk/bitmap.h
241
include/wx-3.2/wx/gtk/bmpbuttn.h
242
include/wx-3.2/wx/gtk/bmpcbox.h
243
include/wx-3.2/wx/gtk/brush.h
244
include/wx-3.2/wx/gtk/button.h
245
include/wx-3.2/wx/gtk/calctrl.h
246
include/wx-3.2/wx/gtk/checkbox.h
247
include/wx-3.2/wx/gtk/checklst.h
248
include/wx-3.2/wx/gtk/chkconf.h
249
include/wx-3.2/wx/gtk/choice.h
250
include/wx-3.2/wx/gtk/clipbrd.h
251
include/wx-3.2/wx/gtk/clrpicker.h
252
include/wx-3.2/wx/gtk/collpane.h
253
include/wx-3.2/wx/gtk/colordlg.h
254
include/wx-3.2/wx/gtk/colour.h
255
include/wx-3.2/wx/gtk/combobox.h
256
include/wx-3.2/wx/gtk/control.h
257
include/wx-3.2/wx/gtk/cursor.h
258
include/wx-3.2/wx/gtk/dataform.h
259
include/wx-3.2/wx/gtk/dataobj.h
260
include/wx-3.2/wx/gtk/dataobj2.h
261
include/wx-3.2/wx/gtk/dataview.h
262
include/wx-3.2/wx/gtk/dialog.h
263
include/wx-3.2/wx/gtk/dirdlg.h
264
include/wx-3.2/wx/gtk/dnd.h
265
include/wx-3.2/wx/gtk/dvrenderer.h
266
include/wx-3.2/wx/gtk/dvrenderers.h
267
include/wx-3.2/wx/gtk/evtloop.h
268
include/wx-3.2/wx/gtk/evtloopsrc.h
269
include/wx-3.2/wx/gtk/filectrl.h
270
include/wx-3.2/wx/gtk/filedlg.h
271
include/wx-3.2/wx/gtk/filehistory.h
272
include/wx-3.2/wx/gtk/filepicker.h
273
include/wx-3.2/wx/gtk/font.h
274
include/wx-3.2/wx/gtk/fontdlg.h
275
include/wx-3.2/wx/gtk/fontpicker.h
276
include/wx-3.2/wx/gtk/frame.h
277
include/wx-3.2/wx/gtk/gauge.h
278
include/wx-3.2/wx/gtk/glcanvas.h
279
include/wx-3.2/wx/gtk/gnome/gvfs.h
280
include/wx-3.2/wx/gtk/hyperlink.h
281
include/wx-3.2/wx/gtk/infobar.h
282
include/wx-3.2/wx/gtk/listbox.h
283
include/wx-3.2/wx/gtk/mdi.h
284
include/wx-3.2/wx/gtk/menu.h
285
include/wx-3.2/wx/gtk/menuitem.h
286
include/wx-3.2/wx/gtk/mimetype.h
287
include/wx-3.2/wx/gtk/minifram.h
288
include/wx-3.2/wx/gtk/msgdlg.h
289
include/wx-3.2/wx/gtk/nonownedwnd.h
290
include/wx-3.2/wx/gtk/notebook.h
291
include/wx-3.2/wx/gtk/pen.h
292
include/wx-3.2/wx/gtk/popupwin.h
293
include/wx-3.2/wx/gtk/print.h
294
include/wx-3.2/wx/gtk/radiobox.h
295
include/wx-3.2/wx/gtk/radiobut.h
296
include/wx-3.2/wx/gtk/region.h
297
include/wx-3.2/wx/gtk/scrolbar.h
298
include/wx-3.2/wx/gtk/scrolwin.h
299
include/wx-3.2/wx/gtk/slider.h
300
include/wx-3.2/wx/gtk/spinbutt.h
301
include/wx-3.2/wx/gtk/spinctrl.h
302
include/wx-3.2/wx/gtk/srchctrl.h
303
include/wx-3.2/wx/gtk/statbmp.h
304
include/wx-3.2/wx/gtk/statbox.h
305
include/wx-3.2/wx/gtk/statline.h
306
include/wx-3.2/wx/gtk/stattext.h
307
include/wx-3.2/wx/gtk/taskbar.h
308
include/wx-3.2/wx/gtk/textctrl.h
309
include/wx-3.2/wx/gtk/textentry.h
310
include/wx-3.2/wx/gtk/tglbtn.h
311
include/wx-3.2/wx/gtk/toolbar.h
312
include/wx-3.2/wx/gtk/tooltip.h
313
include/wx-3.2/wx/gtk/toplevel.h
314
include/wx-3.2/wx/gtk/webview_webkit.h
315
include/wx-3.2/wx/gtk/webviewhistoryitem_webkit.h
316
include/wx-3.2/wx/gtk/window.h
317
include/wx-3.2/wx/hash.h
318
include/wx-3.2/wx/hashmap.h
319
include/wx-3.2/wx/hashset.h
320
include/wx-3.2/wx/headercol.h
321
include/wx-3.2/wx/headerctrl.h
322
include/wx-3.2/wx/help.h
323
include/wx-3.2/wx/helpbase.h
324
include/wx-3.2/wx/helphtml.h
325
include/wx-3.2/wx/helpwin.h
326
include/wx-3.2/wx/html/forcelnk.h
327
include/wx-3.2/wx/html/helpctrl.h
328
include/wx-3.2/wx/html/helpdata.h
329
include/wx-3.2/wx/html/helpdlg.h
330
include/wx-3.2/wx/html/helpfrm.h
331
include/wx-3.2/wx/html/helpwnd.h
332
include/wx-3.2/wx/html/htmlcell.h
333
include/wx-3.2/wx/html/htmldefs.h
334
include/wx-3.2/wx/html/htmlfilt.h
335
include/wx-3.2/wx/html/htmlpars.h
336
include/wx-3.2/wx/html/htmlproc.h
337
include/wx-3.2/wx/html/htmltag.h
338
include/wx-3.2/wx/html/htmlwin.h
339
include/wx-3.2/wx/html/htmprint.h
340
include/wx-3.2/wx/html/m_templ.h
341
include/wx-3.2/wx/html/styleparams.h
342
include/wx-3.2/wx/html/winpars.h
343
include/wx-3.2/wx/htmllbox.h
344
include/wx-3.2/wx/hyperlink.h
345
include/wx-3.2/wx/icon.h
346
include/wx-3.2/wx/iconbndl.h
347
include/wx-3.2/wx/iconloc.h
348
include/wx-3.2/wx/imagbmp.h
349
include/wx-3.2/wx/image.h
350
include/wx-3.2/wx/imaggif.h
351
include/wx-3.2/wx/imagiff.h
352
include/wx-3.2/wx/imagjpeg.h
353
include/wx-3.2/wx/imaglist.h
354
include/wx-3.2/wx/imagpcx.h
355
include/wx-3.2/wx/imagpng.h
356
include/wx-3.2/wx/imagpnm.h
357
include/wx-3.2/wx/imagtga.h
358
include/wx-3.2/wx/imagtiff.h
359
include/wx-3.2/wx/imagxpm.h
360
include/wx-3.2/wx/infobar.h
361
include/wx-3.2/wx/init.h
362
include/wx-3.2/wx/intl.h
363
include/wx-3.2/wx/iosfwrap.h
364
include/wx-3.2/wx/ioswrap.h
365
include/wx-3.2/wx/ipc.h
366
include/wx-3.2/wx/ipcbase.h
367
include/wx-3.2/wx/itemattr.h
368
include/wx-3.2/wx/itemid.h
369
include/wx-3.2/wx/joystick.h
370
include/wx-3.2/wx/kbdstate.h
371
include/wx-3.2/wx/language.h
372
include/wx-3.2/wx/layout.h
373
include/wx-3.2/wx/laywin.h
374
include/wx-3.2/wx/link.h
375
include/wx-3.2/wx/list.h
376
include/wx-3.2/wx/listbase.h
377
include/wx-3.2/wx/listbook.h
378
include/wx-3.2/wx/listbox.h
379
include/wx-3.2/wx/listctrl.h
380
include/wx-3.2/wx/listimpl.cpp
381
include/wx-3.2/wx/localedefs.h
382
include/wx-3.2/wx/log.h
383
include/wx-3.2/wx/longlong.h
384
include/wx-3.2/wx/lzmastream.h
385
include/wx-3.2/wx/math.h
386
include/wx-3.2/wx/matrix.h
387
include/wx-3.2/wx/mdi.h
388
include/wx-3.2/wx/mediactrl.h
389
include/wx-3.2/wx/memconf.h
390
include/wx-3.2/wx/memory.h
391
include/wx-3.2/wx/memtext.h
392
include/wx-3.2/wx/menu.h
393
include/wx-3.2/wx/menuitem.h
394
include/wx-3.2/wx/meta/convertible.h
395
include/wx-3.2/wx/meta/if.h
396
include/wx-3.2/wx/meta/implicitconversion.h
397
include/wx-3.2/wx/meta/int2type.h
398
include/wx-3.2/wx/meta/movable.h
399
include/wx-3.2/wx/meta/pod.h
400
include/wx-3.2/wx/meta/removeref.h
401
include/wx-3.2/wx/metafile.h
402
include/wx-3.2/wx/mimetype.h
403
include/wx-3.2/wx/minifram.h
404
include/wx-3.2/wx/modalhook.h
405
include/wx-3.2/wx/module.h
406
include/wx-3.2/wx/mousemanager.h
407
include/wx-3.2/wx/mousestate.h
408
include/wx-3.2/wx/msgdlg.h
409
include/wx-3.2/wx/msgout.h
410
include/wx-3.2/wx/msgqueue.h
411
include/wx-3.2/wx/mstream.h
412
include/wx-3.2/wx/nativewin.h
413
include/wx-3.2/wx/nonownedwnd.h
414
include/wx-3.2/wx/notebook.h
415
include/wx-3.2/wx/notifmsg.h
416
include/wx-3.2/wx/numdlg.h
417
include/wx-3.2/wx/numformatter.h
418
include/wx-3.2/wx/object.h
419
include/wx-3.2/wx/odcombo.h
420
include/wx-3.2/wx/overlay.h
421
include/wx-3.2/wx/ownerdrw.h
422
include/wx-3.2/wx/palette.h
423
include/wx-3.2/wx/panel.h
424
include/wx-3.2/wx/paper.h
425
include/wx-3.2/wx/pen.h
426
include/wx-3.2/wx/peninfobase.h
427
include/wx-3.2/wx/persist.h
428
include/wx-3.2/wx/persist/bookctrl.h
429
include/wx-3.2/wx/persist/dataview.h
430
include/wx-3.2/wx/persist/splitter.h
431
include/wx-3.2/wx/persist/toplevel.h
432
include/wx-3.2/wx/persist/treebook.h
433
include/wx-3.2/wx/persist/window.h
434
include/wx-3.2/wx/pickerbase.h
435
include/wx-3.2/wx/platform.h
436
include/wx-3.2/wx/platinfo.h
437
include/wx-3.2/wx/popupwin.h
438
include/wx-3.2/wx/position.h
439
include/wx-3.2/wx/power.h
440
include/wx-3.2/wx/preferences.h
441
include/wx-3.2/wx/print.h
442
include/wx-3.2/wx/printdlg.h
443
include/wx-3.2/wx/prntbase.h
444
include/wx-3.2/wx/process.h
445
include/wx-3.2/wx/progdlg.h
446
include/wx-3.2/wx/propdlg.h
447
include/wx-3.2/wx/propgrid/advprops.h
448
include/wx-3.2/wx/propgrid/editors.h
449
include/wx-3.2/wx/propgrid/manager.h
450
include/wx-3.2/wx/propgrid/property.h
451
include/wx-3.2/wx/propgrid/propgrid.h
452
include/wx-3.2/wx/propgrid/propgriddefs.h
453
include/wx-3.2/wx/propgrid/propgridiface.h
454
include/wx-3.2/wx/propgrid/propgridpagestate.h
455
include/wx-3.2/wx/propgrid/props.h
456
include/wx-3.2/wx/protocol/file.h
457
include/wx-3.2/wx/protocol/ftp.h
458
include/wx-3.2/wx/protocol/http.h
459
include/wx-3.2/wx/protocol/log.h
460
include/wx-3.2/wx/protocol/protocol.h
461
include/wx-3.2/wx/ptr_scpd.h
462
include/wx-3.2/wx/ptr_shrd.h
463
include/wx-3.2/wx/quantize.h
464
include/wx-3.2/wx/radiobox.h
465
include/wx-3.2/wx/radiobut.h
466
include/wx-3.2/wx/range.h
467
include/wx-3.2/wx/rawbmp.h
468
include/wx-3.2/wx/rearrangectrl.h
469
include/wx-3.2/wx/recguard.h
470
include/wx-3.2/wx/regex.h
471
include/wx-3.2/wx/region.h
472
include/wx-3.2/wx/renderer.h
473
include/wx-3.2/wx/ribbon/art.h
474
include/wx-3.2/wx/ribbon/art_internal.h
475
include/wx-3.2/wx/ribbon/bar.h
476
include/wx-3.2/wx/ribbon/buttonbar.h
477
include/wx-3.2/wx/ribbon/control.h
478
include/wx-3.2/wx/ribbon/gallery.h
479
include/wx-3.2/wx/ribbon/page.h
480
include/wx-3.2/wx/ribbon/panel.h
481
include/wx-3.2/wx/ribbon/toolbar.h
482
include/wx-3.2/wx/richmsgdlg.h
483
include/wx-3.2/wx/richtext/richtextbackgroundpage.h
484
include/wx-3.2/wx/richtext/richtextborderspage.h
485
include/wx-3.2/wx/richtext/richtextbuffer.h
486
include/wx-3.2/wx/richtext/richtextbulletspage.h
487
include/wx-3.2/wx/richtext/richtextctrl.h
488
include/wx-3.2/wx/richtext/richtextdialogpage.h
489
include/wx-3.2/wx/richtext/richtextfontpage.h
490
include/wx-3.2/wx/richtext/richtextformatdlg.h
491
include/wx-3.2/wx/richtext/richtexthtml.h
492
include/wx-3.2/wx/richtext/richtextimagedlg.h
493
include/wx-3.2/wx/richtext/richtextindentspage.h
494
include/wx-3.2/wx/richtext/richtextliststylepage.h
495
include/wx-3.2/wx/richtext/richtextmarginspage.h
496
include/wx-3.2/wx/richtext/richtextprint.h
497
include/wx-3.2/wx/richtext/richtextsizepage.h
498
include/wx-3.2/wx/richtext/richtextstyledlg.h
499
include/wx-3.2/wx/richtext/richtextstylepage.h
500
include/wx-3.2/wx/richtext/richtextstyles.h
501
include/wx-3.2/wx/richtext/richtextsymboldlg.h
502
include/wx-3.2/wx/richtext/richtexttabspage.h
503
include/wx-3.2/wx/richtext/richtextuicustomization.h
504
include/wx-3.2/wx/richtext/richtextxml.h
505
include/wx-3.2/wx/richtooltip.h
506
include/wx-3.2/wx/rtti.h
507
include/wx-3.2/wx/sashwin.h
508
include/wx-3.2/wx/sckaddr.h
509
include/wx-3.2/wx/sckipc.h
510
include/wx-3.2/wx/sckstrm.h
511
include/wx-3.2/wx/scopedarray.h
512
include/wx-3.2/wx/scopedptr.h
513
include/wx-3.2/wx/scopeguard.h
514
include/wx-3.2/wx/scrolbar.h
515
include/wx-3.2/wx/scrolwin.h
516
include/wx-3.2/wx/secretstore.h
517
include/wx-3.2/wx/selstore.h
518
include/wx-3.2/wx/settings.h
519
include/wx-3.2/wx/sharedptr.h
520
include/wx-3.2/wx/simplebook.h
521
include/wx-3.2/wx/sizer.h
522
include/wx-3.2/wx/slider.h
523
include/wx-3.2/wx/snglinst.h
524
include/wx-3.2/wx/socket.h
525
include/wx-3.2/wx/sound.h
526
include/wx-3.2/wx/spinbutt.h
527
include/wx-3.2/wx/spinctrl.h
528
include/wx-3.2/wx/splash.h
529
include/wx-3.2/wx/splitter.h
530
include/wx-3.2/wx/srchctrl.h
531
include/wx-3.2/wx/sstream.h
532
include/wx-3.2/wx/stack.h
533
include/wx-3.2/wx/stackwalk.h
534
include/wx-3.2/wx/statbmp.h
535
include/wx-3.2/wx/statbox.h
536
include/wx-3.2/wx/statline.h
537
include/wx-3.2/wx/stattext.h
538
include/wx-3.2/wx/statusbr.h
539
include/wx-3.2/wx/stc/stc.h
540
include/wx-3.2/wx/stdpaths.h
541
include/wx-3.2/wx/stdstream.h
542
include/wx-3.2/wx/stockitem.h
543
include/wx-3.2/wx/stopwatch.h
544
include/wx-3.2/wx/strconv.h
545
include/wx-3.2/wx/stream.h
546
include/wx-3.2/wx/string.h
547
include/wx-3.2/wx/stringimpl.h
548
include/wx-3.2/wx/stringops.h
549
include/wx-3.2/wx/strvararg.h
550
include/wx-3.2/wx/sysopt.h
551
include/wx-3.2/wx/systhemectrl.h
552
include/wx-3.2/wx/tarstrm.h
553
include/wx-3.2/wx/taskbar.h
554
include/wx-3.2/wx/taskbarbutton.h
555
include/wx-3.2/wx/tbarbase.h
556
include/wx-3.2/wx/testing.h
557
include/wx-3.2/wx/textbuf.h
558
include/wx-3.2/wx/textcompleter.h
559
include/wx-3.2/wx/textctrl.h
560
include/wx-3.2/wx/textdlg.h
561
include/wx-3.2/wx/textentry.h
562
include/wx-3.2/wx/textfile.h
563
include/wx-3.2/wx/textwrapper.h
564
include/wx-3.2/wx/tglbtn.h
565
include/wx-3.2/wx/thread.h
566
include/wx-3.2/wx/thrimpl.cpp
567
include/wx-3.2/wx/time.h
568
include/wx-3.2/wx/timectrl.h
569
include/wx-3.2/wx/timer.h
570
include/wx-3.2/wx/tipdlg.h
571
include/wx-3.2/wx/tipwin.h
572
include/wx-3.2/wx/tls.h
573
include/wx-3.2/wx/tokenzr.h
574
include/wx-3.2/wx/toolbar.h
575
include/wx-3.2/wx/toolbook.h
576
include/wx-3.2/wx/tooltip.h
577
include/wx-3.2/wx/toplevel.h
578
include/wx-3.2/wx/tracker.h
579
include/wx-3.2/wx/translation.h
580
include/wx-3.2/wx/treebase.h
581
include/wx-3.2/wx/treebook.h
582
include/wx-3.2/wx/treectrl.h
583
include/wx-3.2/wx/treelist.h
584
include/wx-3.2/wx/txtstrm.h
585
include/wx-3.2/wx/typeinfo.h
586
include/wx-3.2/wx/types.h
587
include/wx-3.2/wx/uiaction.h
588
include/wx-3.2/wx/uilocale.h
589
include/wx-3.2/wx/unichar.h
590
include/wx-3.2/wx/unix/app.h
591
include/wx-3.2/wx/unix/apptbase.h
592
include/wx-3.2/wx/unix/apptrait.h
593
include/wx-3.2/wx/unix/chkconf.h
594
include/wx-3.2/wx/unix/evtloop.h
595
include/wx-3.2/wx/unix/evtloopsrc.h
596
include/wx-3.2/wx/unix/fontutil.h
597
include/wx-3.2/wx/unix/fswatcher_inotify.h
598
include/wx-3.2/wx/unix/fswatcher_kqueue.h
599
%%GTK3%%include/wx-3.2/wx/unix/glegl.h
600
include/wx-3.2/wx/unix/glx11.h
601
include/wx-3.2/wx/unix/joystick.h
602
include/wx-3.2/wx/unix/mimetype.h
603
include/wx-3.2/wx/unix/pipe.h
604
include/wx-3.2/wx/unix/sound.h
605
include/wx-3.2/wx/unix/stackwalk.h
606
include/wx-3.2/wx/unix/stdpaths.h
607
include/wx-3.2/wx/unix/taskbarx11.h
608
include/wx-3.2/wx/unix/tls.h
609
include/wx-3.2/wx/unix/utilsx11.h
610
include/wx-3.2/wx/uri.h
611
include/wx-3.2/wx/url.h
612
include/wx-3.2/wx/ustring.h
613
include/wx-3.2/wx/utils.h
614
include/wx-3.2/wx/valgen.h
615
include/wx-3.2/wx/validate.h
616
include/wx-3.2/wx/valnum.h
617
include/wx-3.2/wx/valtext.h
618
include/wx-3.2/wx/variant.h
619
include/wx-3.2/wx/vector.h
620
include/wx-3.2/wx/version.h
621
include/wx-3.2/wx/versioninfo.h
622
include/wx-3.2/wx/vidmode.h
623
include/wx-3.2/wx/vlbox.h
624
include/wx-3.2/wx/vms_x_fix.h
625
include/wx-3.2/wx/volume.h
626
include/wx-3.2/wx/vscroll.h
627
include/wx-3.2/wx/weakref.h
628
include/wx-3.2/wx/webrequest.h
629
include/wx-3.2/wx/webview.h
630
include/wx-3.2/wx/webviewarchivehandler.h
631
include/wx-3.2/wx/webviewfshandler.h
632
include/wx-3.2/wx/wfstream.h
633
include/wx-3.2/wx/window.h
634
include/wx-3.2/wx/windowid.h
635
include/wx-3.2/wx/windowptr.h
636
include/wx-3.2/wx/withimages.h
637
include/wx-3.2/wx/wizard.h
638
include/wx-3.2/wx/wrapsizer.h
639
include/wx-3.2/wx/wupdlock.h
640
include/wx-3.2/wx/wx.h
641
include/wx-3.2/wx/wxchar.h
642
include/wx-3.2/wx/wxcrt.h
643
include/wx-3.2/wx/wxcrtbase.h
644
include/wx-3.2/wx/wxcrtvararg.h
645
include/wx-3.2/wx/wxhtml.h
646
include/wx-3.2/wx/wxprec.h
647
include/wx-3.2/wx/xlocale.h
648
include/wx-3.2/wx/xml/xml.h
649
include/wx-3.2/wx/xpmdecod.h
650
include/wx-3.2/wx/xpmhand.h
651
include/wx-3.2/wx/xrc/xh_activityindicator.h
652
include/wx-3.2/wx/xrc/xh_all.h
653
include/wx-3.2/wx/xrc/xh_animatctrl.h
654
include/wx-3.2/wx/xrc/xh_aui.h
655
include/wx-3.2/wx/xrc/xh_auitoolb.h
656
include/wx-3.2/wx/xrc/xh_bannerwindow.h
657
include/wx-3.2/wx/xrc/xh_bmp.h
658
include/wx-3.2/wx/xrc/xh_bmpbt.h
659
include/wx-3.2/wx/xrc/xh_bmpcbox.h
660
include/wx-3.2/wx/xrc/xh_bookctrlbase.h
661
include/wx-3.2/wx/xrc/xh_bttn.h
662
include/wx-3.2/wx/xrc/xh_cald.h
663
include/wx-3.2/wx/xrc/xh_chckb.h
664
include/wx-3.2/wx/xrc/xh_chckl.h
665
include/wx-3.2/wx/xrc/xh_choic.h
666
include/wx-3.2/wx/xrc/xh_choicbk.h
667
include/wx-3.2/wx/xrc/xh_clrpicker.h
668
include/wx-3.2/wx/xrc/xh_cmdlinkbn.h
669
include/wx-3.2/wx/xrc/xh_collpane.h
670
include/wx-3.2/wx/xrc/xh_combo.h
671
include/wx-3.2/wx/xrc/xh_comboctrl.h
672
include/wx-3.2/wx/xrc/xh_dataview.h
673
include/wx-3.2/wx/xrc/xh_datectrl.h
674
include/wx-3.2/wx/xrc/xh_dirpicker.h
675
include/wx-3.2/wx/xrc/xh_dlg.h
676
include/wx-3.2/wx/xrc/xh_editlbox.h
677
include/wx-3.2/wx/xrc/xh_filectrl.h
678
include/wx-3.2/wx/xrc/xh_filepicker.h
679
include/wx-3.2/wx/xrc/xh_fontpicker.h
680
include/wx-3.2/wx/xrc/xh_frame.h
681
include/wx-3.2/wx/xrc/xh_gauge.h
682
include/wx-3.2/wx/xrc/xh_gdctl.h
683
include/wx-3.2/wx/xrc/xh_grid.h
684
include/wx-3.2/wx/xrc/xh_html.h
685
include/wx-3.2/wx/xrc/xh_htmllbox.h
686
include/wx-3.2/wx/xrc/xh_hyperlink.h
687
include/wx-3.2/wx/xrc/xh_infobar.h
688
include/wx-3.2/wx/xrc/xh_listb.h
689
include/wx-3.2/wx/xrc/xh_listbk.h
690
include/wx-3.2/wx/xrc/xh_listc.h
691
include/wx-3.2/wx/xrc/xh_mdi.h
692
include/wx-3.2/wx/xrc/xh_menu.h
693
include/wx-3.2/wx/xrc/xh_notbk.h
694
include/wx-3.2/wx/xrc/xh_odcombo.h
695
include/wx-3.2/wx/xrc/xh_panel.h
696
include/wx-3.2/wx/xrc/xh_propdlg.h
697
include/wx-3.2/wx/xrc/xh_radbt.h
698
include/wx-3.2/wx/xrc/xh_radbx.h
699
include/wx-3.2/wx/xrc/xh_ribbon.h
700
include/wx-3.2/wx/xrc/xh_richtext.h
701
include/wx-3.2/wx/xrc/xh_scrol.h
702
include/wx-3.2/wx/xrc/xh_scwin.h
703
include/wx-3.2/wx/xrc/xh_simplebook.h
704
include/wx-3.2/wx/xrc/xh_sizer.h
705
include/wx-3.2/wx/xrc/xh_slidr.h
706
include/wx-3.2/wx/xrc/xh_spin.h
707
include/wx-3.2/wx/xrc/xh_split.h
708
include/wx-3.2/wx/xrc/xh_srchctrl.h
709
include/wx-3.2/wx/xrc/xh_statbar.h
710
include/wx-3.2/wx/xrc/xh_stbmp.h
711
include/wx-3.2/wx/xrc/xh_stbox.h
712
include/wx-3.2/wx/xrc/xh_stlin.h
713
include/wx-3.2/wx/xrc/xh_sttxt.h
714
include/wx-3.2/wx/xrc/xh_styledtextctrl.h
715
include/wx-3.2/wx/xrc/xh_text.h
716
include/wx-3.2/wx/xrc/xh_tglbtn.h
717
include/wx-3.2/wx/xrc/xh_timectrl.h
718
include/wx-3.2/wx/xrc/xh_toolb.h
719
include/wx-3.2/wx/xrc/xh_toolbk.h
720
include/wx-3.2/wx/xrc/xh_tree.h
721
include/wx-3.2/wx/xrc/xh_treebk.h
722
include/wx-3.2/wx/xrc/xh_unkwn.h
723
include/wx-3.2/wx/xrc/xh_wizrd.h
724
include/wx-3.2/wx/xrc/xmlres.h
725
include/wx-3.2/wx/xrc/xmlreshandler.h
726
include/wx-3.2/wx/xti.h
727
include/wx-3.2/wx/xti2.h
728
include/wx-3.2/wx/xtictor.h
729
include/wx-3.2/wx/xtihandler.h
730
include/wx-3.2/wx/xtiprop.h
731
include/wx-3.2/wx/xtistrm.h
732
include/wx-3.2/wx/xtitypes.h
733
include/wx-3.2/wx/xtixml.h
734
include/wx-3.2/wx/zipstrm.h
735
include/wx-3.2/wx/zstream.h
736
lib/libwx_baseu-3.2.so
737
lib/libwx_baseu-3.2.so.0
738
lib/libwx_baseu-3.2.so.0.0.0
739
lib/libwx_baseu_net-3.2.so
740
lib/libwx_baseu_net-3.2.so.0
741
lib/libwx_baseu_net-3.2.so.0.0.0
742
lib/libwx_baseu_xml-3.2.so
743
lib/libwx_baseu_xml-3.2.so.0
744
lib/libwx_baseu_xml-3.2.so.0.0.0
745
lib/libwx_%%GTKVER%%u_adv-3.2.so
746
lib/libwx_%%GTKVER%%u_adv-3.2.so.0
747
lib/libwx_%%GTKVER%%u_adv-3.2.so.0.0.0
748
lib/libwx_%%GTKVER%%u_aui-3.2.so
749
lib/libwx_%%GTKVER%%u_aui-3.2.so.0
750
lib/libwx_%%GTKVER%%u_aui-3.2.so.0.0.0
751
lib/libwx_%%GTKVER%%u_core-3.2.so
752
lib/libwx_%%GTKVER%%u_core-3.2.so.0
753
lib/libwx_%%GTKVER%%u_core-3.2.so.0.0.0
754
lib/libwx_%%GTKVER%%u_gl-3.2.so
755
lib/libwx_%%GTKVER%%u_gl-3.2.so.0
756
lib/libwx_%%GTKVER%%u_gl-3.2.so.0.0.0
757
lib/libwx_%%GTKVER%%u_html-3.2.so
758
lib/libwx_%%GTKVER%%u_html-3.2.so.0
759
lib/libwx_%%GTKVER%%u_html-3.2.so.0.0.0
760
%%GSTREAMER%%lib/libwx_%%GTKVER%%u_media-3.2.so
761
%%GSTREAMER%%lib/libwx_%%GTKVER%%u_media-3.2.so.0
762
%%GSTREAMER%%lib/libwx_%%GTKVER%%u_media-3.2.so.0.0.0
763
lib/libwx_%%GTKVER%%u_propgrid-3.2.so
764
lib/libwx_%%GTKVER%%u_propgrid-3.2.so.0
765
lib/libwx_%%GTKVER%%u_propgrid-3.2.so.0.0.0
766
lib/libwx_%%GTKVER%%u_qa-3.2.so
767
lib/libwx_%%GTKVER%%u_qa-3.2.so.0
768
lib/libwx_%%GTKVER%%u_qa-3.2.so.0.0.0
769
lib/libwx_%%GTKVER%%u_ribbon-3.2.so
770
lib/libwx_%%GTKVER%%u_ribbon-3.2.so.0
771
lib/libwx_%%GTKVER%%u_ribbon-3.2.so.0.0.0
772
lib/libwx_%%GTKVER%%u_richtext-3.2.so
773
lib/libwx_%%GTKVER%%u_richtext-3.2.so.0
774
lib/libwx_%%GTKVER%%u_richtext-3.2.so.0.0.0
775
lib/libwx_%%GTKVER%%u_stc-3.2.so
776
lib/libwx_%%GTKVER%%u_stc-3.2.so.0
777
lib/libwx_%%GTKVER%%u_stc-3.2.so.0.0.0
778
%%WEBKIT%%lib/libwx_%%GTKVER%%u_webview-3.2.so
779
%%WEBKIT%%lib/libwx_%%GTKVER%%u_webview-3.2.so.0
780
%%WEBKIT%%lib/libwx_%%GTKVER%%u_webview-3.2.so.0.0.0
781
lib/libwx_%%GTKVER%%u_xrc-3.2.so
782
lib/libwx_%%GTKVER%%u_xrc-3.2.so.0
783
lib/libwx_%%GTKVER%%u_xrc-3.2.so.0.0.0
784
%%WEBKIT%%lib/wx/3.2/web-extensions/webkit2_extu-3.2.so
785
lib/wx/include/%%GTKVER%%-unicode-3.2/wx/setup.h
786
share/aclocal/wxwin32.m4
787
share/bakefile/presets/wx32.bkl
788
share/bakefile/presets/wx32_presets.py
789
share/bakefile/presets/wx32_unix.bkl
790
share/bakefile/presets/wx32_win32.bkl
791
share/bakefile/presets/wx32_xrc.bkl
792
%%NLS%%share/locale/ca/LC_MESSAGES/wxstd-3.2.mo
793
%%NLS%%share/locale/cs/LC_MESSAGES/wxstd-3.2.mo
794
%%NLS%%share/locale/da/LC_MESSAGES/wxstd-3.2.mo
795
%%NLS%%share/locale/de/LC_MESSAGES/wxstd-3.2.mo
796
%%NLS%%share/locale/el/LC_MESSAGES/wxstd-3.2.mo
797
%%NLS%%share/locale/es/LC_MESSAGES/wxstd-3.2.mo
798
%%NLS%%share/locale/fi/LC_MESSAGES/wxstd-3.2.mo
799
%%NLS%%share/locale/fr/LC_MESSAGES/wxstd-3.2.mo
800
%%NLS%%share/locale/hu/LC_MESSAGES/wxstd-3.2.mo
801
%%NLS%%share/locale/id/LC_MESSAGES/wxstd-3.2.mo
802
%%NLS%%share/locale/it/LC_MESSAGES/wxstd-3.2.mo
803
%%NLS%%share/locale/ja/LC_MESSAGES/wxstd-3.2.mo
804
%%NLS%%share/locale/nl/LC_MESSAGES/wxstd-3.2.mo
805
%%NLS%%share/locale/pl/LC_MESSAGES/wxstd-3.2.mo
806
%%NLS%%share/locale/ru/LC_MESSAGES/wxstd-3.2.mo
807
%%NLS%%share/locale/sl/LC_MESSAGES/wxstd-3.2.mo
808
%%NLS%%share/locale/sv/LC_MESSAGES/wxstd-3.2.mo
809
%%NLS%%share/locale/tr/LC_MESSAGES/wxstd-3.2.mo
810
%%NLS%%share/locale/uk/LC_MESSAGES/wxstd-3.2.mo
811
%%NLS%%share/locale/zh_CN/LC_MESSAGES/wxstd-3.2.mo
812
%%NLS%%share/locale/zh_TW/LC_MESSAGES/wxstd-3.2.mo

Return to bug 265093