]>
git.saurik.com Git - wxWidgets.git/blob - include/wx/unix/utilsx11.h
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: wx/unix/utilsx11.h
3 // Purpose: Miscellaneous X11 functions
4 // Author: Mattia Barbon
8 // Copyright: (c) wxWindows team
9 // Licence: wxWindows license
10 /////////////////////////////////////////////////////////////////////////////
12 #ifndef _WX_UNIX_UTILSX11_H_
13 #define _WX_UNIX_UTILSX11_H_
17 #if defined(__WXMOTIF__) || defined(__WXGTK__) || defined(__WXX11__)
19 #if defined(__WXGTK__)
20 typedef void WXDisplay
;
21 typedef void* WXWindow
;
26 void wxSetIconsX11( WXDisplay
* display
, WXWindow window
,
27 const wxIconBundle
& ib
);
30 // __WXMOTIF__, __WXGTK__, __WXX11__
33 // _WX_UNIX_UTILSX11_H_