.XRC File
.xrc is wxWidgets wxPython resource file
| Features | Description |
|---|---|
| File Extension | .xrc |
| Format | N/A |
| Created by | Adobe Systems Incorporated |
| Category | Source code and script |
.xrc is wxWidgets wxPython resource file
| Features | Description |
|---|---|
| File Extension | .xrc |
| Format | N/A |
| Created by | Adobe Systems Incorporated |
| Category | Source code and script |
What's on this Page
Files with xrc extension are associated with wxWidgets which lets developers create applications for Win32, Mac OS X, GTK+, X11, Motif, WinCE, and more using one codebase. It can be used from languages such as C++, Python, Perl, and C#/.NET. Unlike other cross-platform toolkits, wxWidgets applications look and feel native. This is because wxWidgets uses the platform's own native controls rather than emulating them. It's also extensive, free, open-source, and mature.