Components

Here you can browse the wxCode component database as a single XHTML page. Choose your view options:

> Show in mode
> Browse by
> Show components per page

 

NOTE: You can also browse all the component in a categorized mode in the component list page.


AWTLayout

^ TOP
Categories: window layoutStatus: ALPHAComponent logo
Author: Aleksandras GluchovaswxWidgets supported ports: wxMSW
Current maintainer: UNMAINTAINED
  (Want to be the maintainer of this one ?)
wxWidgets supported versions: 2.4
Latest version: 0.1.1Build system: Bakefile-based
Programming language: C++Samples provided: 0
External dependencies: noneDocumentation: doxygen

Description: Contains wxWindows based C++ classes which try to mimic functionality and interfaces of AWT layout managers in the corresponding classes of JDK 1.0-1.2 ( in javax.awt and javax.swing packages) by Aleksandras Gluchovas

Links for AWTLayout:

awx

^ TOP
Categories: dialog,control,graphicsStatus: STABLEComponent logo
Author: Joachim BrmannwxWidgets supported ports: wxMSW, wxGTK
Current maintainer: Joachim BuermannwxWidgets supported versions: 2.4, 2.6
Latest version: 0.3Build system: Bakefile-based
Programming language: C++Samples provided: 1
External dependencies: noneDocumentation: notavailable

Description: AWX is a wxWindows enhancement, which offers the following additional classes: Outlook like dialog class Toolbar with own background (color scheme) and transparent buttons Bitmap Buttons with free definable graphics for up, down, over, disabled LED class (red, yellow, green) on, off and blinking

Links for awx:

BorderSizer

^ TOP
Categories: window layoutStatus: STABLEComponent logo
Author: wxWidgets supported ports: all
Current maintainer: AuriawxWidgets supported versions: 2.8
Latest version: 1.1Build system: not provided
Programming language: C++Samples provided: 0
External dependencies: noneDocumentation: doxygen

Description: A border sizer lays out a container arranging and resizing its components to fit in five regions: North, South, East, West and Center. wxBorderSizer brings this capability with ease of use to wxWidgets programs. ( Direct download : http://downloads.sourceforge.net/wxcode/bsizer1.1.tar.bz2 )

Links for BorderSizer:

DatabaseLayer

^ TOP
Categories: database,wrapperStatus: STABLEComponent logo
Author: Joe BloughwxWidgets supported ports: wxMSW, wxGTK
Current maintainer: Joseph BloughwxWidgets supported versions: 2.5, 2.6, cvs
Latest version: 1.5Build system: Bakefile-based
Programming language: C++Samples provided: 1
External dependencies: SQLite3, Firebird, MySQL, Postgresql (all optional)Documentation: doxygen

Description: Description: DatabaseLayer provides a JDBC-like interface to database I/O. So far only SQLite3, PostgreSQL, MySQL, Firebird, and ODBC database backends are supported. MiniCppUnit unit tests are used to make it easier to add more database backends in the future.

Links for DatabaseLayer:

DialogBased

^ TOP
Categories: tutorials/documentationStatus: STABLEComponent logo
Author: Marco GhislanzoniwxWidgets supported ports: all
Current maintainer: UNMAINTAINED
  (Want to be the maintainer of this one ?)
wxWidgets supported versions: all
Latest version: 1.0Build system: Bakefile-based
Programming language: C++Samples provided: 2
External dependencies: noneDocumentation: hand

Description: A simple tutorial with two samples about dialog-based applications with wxWidgets.

Links for DialogBased:

dockingframe

^ TOP
Categories: window container,dialogStatus: BETAComponent logo
Author: barthelemy roletwxWidgets supported ports: wxMSW
Current maintainer: barthelemy roletwxWidgets supported versions: 2.6
Latest version: 1.1Build system: Bakefile-based
Programming language: C++Samples provided: 1
External dependencies: noneDocumentation: doxygen

Description: a wxFrame that can be docked on the desktop. Such as a DockBar Can be docked Left, right, Top, bottom This allow youto create a wxwidgets Bar, reducing the size of the Desktop. The bar would always be on top. Futur version would include: - Auto Hide (with a slide), - always on Top flag The linux version (for kde and gnome)is planned in the futur... [more info in the component website]

Links for dockingframe:

DoubleBuffer

^ TOP
Categories: graphicsStatus: ALPHAComponent logo
Author: Klaas HolwerdawxWidgets supported ports: wxMSW
Current maintainer: UNMAINTAINED
  (Want to be the maintainer of this one ?)
wxWidgets supported versions: 2.4
Latest version: 1.0Build system: Bakefile-based
Programming language: C++Samples provided: 0
External dependencies: noneDocumentation: doxygen

Description: 2 new DCs that allows you to maintain a bitmap of all the is drawn on the canvas window very easy.

Links for DoubleBuffer:

foldbar

^ TOP
Categories: controlStatus: ALPHAComponent logo
Author: wxWidgets developerswxWidgets supported ports: all
Current maintainer: UNMAINTAINED
  (Want to be the maintainer of this one ?)
wxWidgets supported versions: 2.8
Latest version: 1.0Build system: Bakefile-based
Programming language: C++Samples provided: 2
External dependencies: noneDocumentation: doxygen

Description: This is the FOLDBAR contrib library which was part of wxWidgets <= 2.8; the newer wxWidgets version do not contain contrib libraries anymore and sources have been moved here and are open for development by interested parties.

Links for foldbar:

gizmos

^ TOP
Categories: miscellaneousStatus: ALPHAComponent logo
Author: wxWidgets developerswxWidgets supported ports: wxMSW
Current maintainer: UNMAINTAINED
  (Want to be the maintainer of this one ?)
wxWidgets supported versions: 2.8
Latest version: 1.0Build system: Bakefile-based
Programming language: C++Samples provided: 6
External dependencies: noneDocumentation: doxygen

Description: This is the GIZMOS contrib library which was part of wxWidgets <= 2.8; the newer wxWidgets version do not contain contrib libraries anymore and sources have been moved here and are open for development by interested parties.

Links for gizmos:

gzStream

^ TOP
Categories: streamStatus: STABLEComponent logo
Author: Michael WetherellwxWidgets supported ports: all
Current maintainer: UNMAINTAINED
  (Want to be the maintainer of this one ?)
wxWidgets supported versions: 2.5, 2.6
Latest version: 1.0Build system: Bakefile-based
Programming language: C++Samples provided: 1
External dependencies: noneDocumentation: hand

Description: wxGzipInputStream and wxGzipOutputStream, classes to read and write gzips. These classes where part of wxWidgets for a short time, however they have now been obsoleted by improvements to wxZlibInputStream and wxZlibOutputStream, which can now read and write gzips themselves (the current CVS HEAD supports that and wxWidgets 2...

Links for gzStream:

htmlGen

^ TOP
Categories: import/exportStatus: ALPHAComponent logo
Author: Matthias GondanwxWidgets supported ports: wxMSW
Current maintainer: UNMAINTAINED
  (Want to be the maintainer of this one ?)
wxWidgets supported versions: 2.4
Latest version: 1.0Build system: not provided
Programming language: C++Samples provided: 0
External dependencies: noneDocumentation: notavailable

Description: A library to generate HTML documents

Links for htmlGen:

IEHtmlWin

^ TOP
Categories: controlStatus: ALPHAComponent logo
Author: Justin BradfordwxWidgets supported ports: wxMSW
Current maintainer: UNMAINTAINED
  (Want to be the maintainer of this one ?)
wxWidgets supported versions: 2.4
Latest version: 1.0Build system: not provided
Programming language: C++Samples provided: 0
External dependencies: noneDocumentation: notavailable

Description: ActiveX IE window embedded in a wxWindow; with some modification it uses Mozilla

Links for IEHtmlWin:

KeyBinder

^ TOP
Categories: dialog,control,miscellaneousStatus: STABLEComponent logo
Author: Francesco MontorsiwxWidgets supported ports: all
Current maintainer: Francesco MontorsiwxWidgets supported versions: 2.6, 2.8, cvs
Latest version: 2.1Build system: Bakefile-based
Programming language: C++Samples provided: 1
External dependencies: noneDocumentation: doxygen

Description: A generic system to bind one or more keyshortcut to the commands you want (menu commands or whatever you like). A pre-built panel and a complete system to view/remove/add/edit command shortcuts is included. Also key profiles are supported and a complete load/save system based on wxConfig is present... [more info in the component website]

Links for KeyBinder:

kwxIndustrialIndicators

^ TOP
Categories: controlStatus: STABLEComponent logo
Author: Marco CavalliniwxWidgets supported ports: wxMSW, wxGTK
Current maintainer: Marco CavalliniwxWidgets supported versions: 2.6, 2.8
Latest version: 0.3.1Build system: Bakefile-based
Programming language: C++Samples provided: 1
External dependencies: noneDocumentation: doxygen

Description: These are the Koan wxIndustrialControls [KWIC]. KWIC library provide a set of graphical widgets for showing digital and analogic values. Available objects are: Angular Meter, Linear Meter, Angular Regulator, Linear Regulator, Bitmap Switcher, Bitmap Check Box, LCD Display, LCD Clock.

Links for kwxIndustrialIndicators:

LCDWindow

^ TOP
Categories: controlStatus: STABLEComponent logo
Author: UnknownwxWidgets supported ports: all
Current maintainer: UNMAINTAINED
  (Want to be the maintainer of this one ?)
wxWidgets supported versions: all
Latest version: 1.0Build system: Bakefile-based
Programming language: C++Samples provided: 1
External dependencies: noneDocumentation: notavailable

Description: A cool looking LCD Window !

Links for LCDWindow:

mmwx

^ TOP
Categories: controlStatus: ALPHAComponent logo
Author: Arne MorkenwxWidgets supported ports: wxMSW
Current maintainer: UNMAINTAINED
  (Want to be the maintainer of this one ?)
wxWidgets supported versions: 2.4
Latest version: 1.0Build system: not provided
Programming language: C++Samples provided: 0
External dependencies: noneDocumentation: notavailable

Description: This is a whole slew of additional Components you can use they all look really cool with a cool sample app to demonstrate. You should defintly check this out

Links for mmwx:

net

^ TOP
Categories: networkingStatus: ALPHAComponent logo
Author: wxWidgets developerswxWidgets supported ports: all
Current maintainer: UNMAINTAINED
  (Want to be the maintainer of this one ?)
wxWidgets supported versions: 2.8
Latest version: 1.0Build system: Bakefile-based
Programming language: C++Samples provided: 0
External dependencies: noneDocumentation: doxygen

Description: This is the NET contrib library which was part of wxWidgets <= 2.8; the newer wxWidgets version do not contain contrib libraries anymore and sources have been moved here and are open for development by interested parties.

Links for net:

ogl

^ TOP
Categories: graphicsStatus: ALPHAComponent logo
Author: wxWidgets developerswxWidgets supported ports: wxMSW
Current maintainer: UNMAINTAINED
  (Want to be the maintainer of this one ?)
wxWidgets supported versions: 2.8
Latest version: 1.0Build system: Bakefile-based
Programming language: C++Samples provided: 0
External dependencies: noneDocumentation: doxygen

Description: This is the OGL contrib library which was part of wxWidgets <= 2.8; the newer wxWidgets version do not contain contrib libraries anymore and sources have been moved here and are open for development by interested parties.

Links for ogl:

PanoramaViewer

^ TOP
Categories: graphicsStatus: ALPHAComponent logo
Author: Helmut DerschwxWidgets supported ports: wxMSW
Current maintainer: UNMAINTAINED
  (Want to be the maintainer of this one ?)
wxWidgets supported versions: 2.4
Latest version: 1.0Build system: not provided
Programming language: C++Samples provided: 0
External dependencies: noneDocumentation: notavailable

Description: A panoramic viewer

Links for PanoramaViewer:

ShortcutPanel

^ TOP
Categories: window container,window layoutStatus: STABLEComponent logo
Author: Joe BloughwxWidgets supported ports: wxMSW, wxGTK
Current maintainer: Joseph BloughwxWidgets supported versions: 2.4, 2.5, 2.6, cvs
Latest version: 1.0Build system: Bakefile-based, makefiles, projectfiles
Programming language: C++Samples provided: 1
External dependencies: noneDocumentation: hand

Description: Originally written by Jonatan Magnusson of Phoenix Data, this component provides an old-style "Outlook-like" shortcut bar within a wxPanel derived class.

Links for ShortcutPanel:

SpinCtrls

^ TOP
Categories: controlStatus: STABLEComponent logo
Author: John LabenskiwxWidgets supported ports: wxMSW, wxGTK
Current maintainer: UNMAINTAINED
  (Want to be the maintainer of this one ?)
wxWidgets supported versions: all
Latest version: 1.0Build system: makefiles
Programming language: C++Samples provided: 1
External dependencies: noneDocumentation: doxygen

Description: This is a GTK and MSW spinctrl that can handle floating point numbers. Unfortunately the native GTK control uses floats, and so there are some horrible roundoff errors for small values (large for my purposes). It is a copy of the wxSpinCtrl (for GTK), in fact these are copies of BOTH the GTK and MSW SpinCtrls from CVS with as little code added/removed as possible... [more info in the component website]

Links for SpinCtrls:

SplashText

^ TOP
Categories: graphicsStatus: STABLEComponent logo
Author: Julian SmartwxWidgets supported ports: all
Current maintainer: UNMAINTAINED
  (Want to be the maintainer of this one ?)
wxWidgets supported versions: all
Latest version: 1.0Build system: Bakefile-based
Programming language: C++Samples provided: 0
External dependencies: noneDocumentation: notavailable

Description: This writes your text to bitmaps so writing a version # for a splashscreen sweet..

Links for SplashText:

SplitWindow

^ TOP
Categories: window container,controlStatus: ALPHAComponent logo
Author: Otto WysswxWidgets supported ports: all
Current maintainer: Otto WysswxWidgets supported versions: 2.6
Latest version: 2005-09-19Build system: makefiles, projectfiles
Programming language: C++Samples provided: 1
External dependencies: noneDocumentation: hand

Description: wxSplitWindow allows to split a window into 2 windows with a sash in between. It's similar to wxSpitterWindow but it doesn't destroy any window if unsplit. So the 2 partial windows can always be access regardless if split or unsplit.

Links for SplitWindow:

ToggleButton

^ TOP
Categories: controlStatus: ALPHAComponent logo
Author: Bruce PhillipswxWidgets supported ports: wxMSW
Current maintainer: Hugo JacksonwxWidgets supported versions: 2.4
Latest version: 1.0Build system: not provided
Programming language: C++Samples provided: 0
External dependencies: noneDocumentation: notavailable

Description: wxCustomToggleCtrl is a "minimal" example of a custom control for wxWindows version 2. It is a simple toggle button with a text label which mirrors the functionality of the standard wxCheckBox control.

Links for ToggleButton:

UnixFiledataClass

^ TOP
Categories: systemStatus: STABLEComponent logo
Author: David HartwxWidgets supported ports: wxGTK
Current maintainer: David HartwxWidgets supported versions: all
Latest version: 1.1Build system: not provided
Programming language: C++Samples provided: 0
External dependencies: noneDocumentation: notavailable

Description: FileData is a class to encapsulate some *nix-specific things that wxWidgets (very reasonably) ignores. It has accessors for information about a file's permissions, ownership etc, and methods to modify these where possible. Unlike wxStat, it deals correctly with symlinks. Compile it 'as is' into a project, or comment out any methods you don't need... [more info in the component website]

Links for UnixFiledataClass:

WebUpdate

^ TOP
Categories: networking,applicationStatus: STABLEComponent logo
Author: Francesco MontorsiwxWidgets supported ports: all
Current maintainer: Francesco MontorsiwxWidgets supported versions: 2.5, 2.6, cvs
Latest version: 1.0Build system: Bakefile-based
Programming language: C++Samples provided: 4
External dependencies: noneDocumentation: doxygen

Description: A complete, open source, cross-platform update solution for any type of application. Provides a easily-integrable, small application which connects to a web server and shows the updated packages to the user (supports multiple packages) and let him download and install them. Reliable downloads are granted using MD5 checksums... [more info in the component website]

Links for WebUpdate:

wxActiveRecordGenerator

^ TOP
Categories: database,applicationStatus: ALPHAComponent logo
Author: Matías SzeftelwxWidgets supported ports: all
Current maintainer: mszeftelwxWidgets supported versions: all
Latest version: 1.2.0Build system: Bakefile-based
Programming language: C++Samples provided: 0
External dependencies: DatabaseLayerDocumentation: hand

Description: wxActiveRecord it's a project base on a code generator that will generate the necessary classes to manage database records. The access to the database it's done with the DatabaseLayer component.

Links for wxActiveRecordGenerator:

wxArchive

^ TOP
Categories: stream,import/exportStatus: STABLEComponent logo
Author: Michael WetherellwxWidgets supported ports: all
Current maintainer: UNMAINTAINED
  (Want to be the maintainer of this one ?)
wxWidgets supported versions: all
Latest version: 1.0Build system: Bakefile-based
Programming language: C++Samples provided: 1
External dependencies: noneDocumentation: notavailable

Description: An interface for reading and writing archive formats, with implementations for zip and tar.

Links for wxArchive:

wxAudio

^ TOP
Categories: miscellaneousStatus: ALPHAComponent logo
Author: Ryan NortonwxWidgets supported ports: all
Current maintainer: Ryan NortonwxWidgets supported versions: 2.4, 2.5, 2.6, cvs
Latest version: 0.1Build system: Bakefile-based
Programming language: C++Samples provided: 1
External dependencies: noneDocumentation: hand

Description: Cross-platform audio API.

Links for wxAudio:

wxAvahi

^ TOP
Categories: networking,wrapperStatus: BETAComponent logo
Author: Emilien KIAwxWidgets supported ports: wxGTK
Current maintainer: Emilien KIAwxWidgets supported versions: all
Latest version: 0.2.0Build system: Bakefile-based
Programming language: C++Samples provided: 1
External dependencies: avahiDocumentation: doxygen

Description: wxAvahi is a wrapping of Avahi features for wxWidgets. It handles Zeroconf publishing and discovery with wxWidgets features (wxString and wxEvent-base).

Links for wxAvahi:

wxBetterDialog

^ TOP
Categories: dialogStatus: ALPHAComponent logo
Author: Brian Allen Vanderburg IIwxWidgets supported ports: none
Current maintainer: UNMAINTAINED
  (Want to be the maintainer of this one ?)
wxWidgets supported versions: all
Latest version: 1.0Build system: not provided
Programming language: C++Samples provided: 0
External dependencies: noneDocumentation: notavailable

Description: This is just a collection of better dialogs for wxWidgets. First is wxBetterColourDialog which works like wxColourDialog but is much better than (in my opinion) even the windows color chooses. There is also a wxBetterGradientDialog which allows easy editing of gradients. At present only the source and header files are included... [more info in the component website]

Links for wxBetterDialog:

wxBZipStream

^ TOP
Categories: streamStatus: STABLEComponent logo
Author: Ryan NortonwxWidgets supported ports: all
Current maintainer: Ryan NortonwxWidgets supported versions: 2.4, 2.5, 2.6, cvs
Latest version: 1.0Build system: not provided
Programming language: C++Samples provided: 0
External dependencies: noneDocumentation: notavailable

Description: BZip2 input/output wxStreams for wxWidgets

Links for wxBZipStream:

wxChart

^ TOP
Categories: control,graphicsStatus: ALPHAComponent logo
Author: Paolo GavawxWidgets supported ports: wxMSW, wxGTK
Current maintainer: Paolo GavawxWidgets supported versions: 2.6
Latest version: 0.2Build system: makefiles
Programming language: C++Samples provided: 1
External dependencies: noneDocumentation: notavailable

Description: wxChart is a control that allows you to create charts. At the moment the type of charts available are Bar, Bar 3D, Pie and Pie 3D. Other chart types will be added soon.

Links for wxChart:

wxcolourpicker

^ TOP
Categories: controlStatus: BETAComponent logo
Author: Juan Antonio OrtegawxWidgets supported ports: all
Current maintainer: Juan Antonio OrtegawxWidgets supported versions: 2.6
Latest version: 0.1Build system: projectfiles
Programming language: C++Samples provided: 1
External dependencies: noneDocumentation: doxygen

Description: A control to choose colours. It is made up of a button and a drop-down menu, which shows some predefined colours. Also, it is possible to pick a custom colour.

Links for wxcolourpicker:

wxCrashPrint

^ TOP
Categories: systemStatus: STABLEComponent logo
Author: Otto WysswxWidgets supported ports: all
Current maintainer: Otto WysswxWidgets supported versions: 2.6
Latest version: 2005-09-19Build system: makefiles, projectfiles
Programming language: C++Samples provided: 1
External dependencies: noneDocumentation: hand

Description: This class formats and prints a report in case the application crashes on Linux. Also included is the implementation of the BlackBox.dll which does the same on Windows.

Links for wxCrashPrint:

wxCtb

^ TOP
Categories: systemStatus: STABLEComponent logo
Author: Joachim BuermannwxWidgets supported ports: wxMSW, wxGTK
Current maintainer: Joachim BuermannwxWidgets supported versions: 2.4, 2.6, cvs
Latest version: 0.9Build system: Bakefile-based
Programming language: C++Samples provided: 1
External dependencies: noneDocumentation: doxygen

Description: Communication Toolbox includes stuff for talking to serial ports and GPIB (IEEE488). Also supports Python (wxctb.py) by generating the necessary python modules via SWIG. More info look at www.iftools.com/ctb.en.html

Links for wxCtb:

wxCURL

^ TOP
Categories: networking,stream,wrapperStatus: STABLEComponent logo
Author: Casey O’DonnellwxWidgets supported ports: all
Current maintainer: Casey O'DonnellwxWidgets supported versions: 2.8, 2.9, cvs
Latest version: 1.0Build system: Bakefile-based
Programming language: C++Samples provided: 1
External dependencies: libcurlDocumentation: hand

Description: wxCURL is a simplified and integrated interface between LibCURL and wxWidgets. As libCURL authors state, "libcurl is free, thread-safe, IPv6 compatible, feature rich, well supported, fast, thoroughly documented and is already used by many known, big and successful companies and numerous applications... [more info in the component website]

Links for wxCURL:

wxDNSSD

^ TOP
Categories: networkingStatus: STABLEComponent logo
Author: Hank SchultzwxWidgets supported ports: wxMSW, wxMac
Current maintainer: Hank SchultzwxWidgets supported versions: 2.7, 2.8
Latest version: 1.0Build system: not provided
Programming language: C++Samples provided: 0
External dependencies: Apple's Bonjour SDKDocumentation: notavailable

Description: This is a set of wrapper classes around Apple's Bonjour SDK. This will allow wxWidgets applications to broadcast, browse, and resolve services. This has been tested on wxMac and wxMSW, both in a unicode build. Additional platforms should be possible with the code already implemented, though it has not been tested... [more info in the component website]

Links for wxDNSSD:

wxExtMiniFrame

^ TOP
Categories: window container,dialog,controlStatus: STABLEComponent logo
Author: Francesco MontorsiwxWidgets supported ports: wxMSW, wxGTK, wxX11
Current maintainer: Francesco MontorsiwxWidgets supported versions: 2.8, 2.9, cvs
Latest version: 1.6Build system: Bakefile-based
Programming language: C++Samples provided: 1
External dependencies: noneDocumentation: notavailable

Description: A widget for MS-like palette windows which can be used as advanced toolbars or "palettes" of tool buttons (they expose a simple wxPanel which can contain any control you want). The appearance is similar to wxMiniFrame but a lot of new features have been added: customizable mini buttons (total control over them), special focus handling (under wxMSW), rolling/unrolling, ability to save/load the wxExtMiniFrames to wxConfig, etc... [more info in the component website]

Links for wxExtMiniFrame:

wxFDragSpinCtrl

^ TOP
Categories: controlStatus: BETAComponent logo
Author: Victor Gil SepúlvedawxWidgets supported ports: wxMSW, wxGTK
Current maintainer: Victor Gil SepulvedawxWidgets supported versions: 2.6
Latest version: 0.17Build system: projectfiles
Programming language: C++Samples provided: 1
External dependencies: noneDocumentation: hand

Description: wxfdragspinctrl is a spin controll like textfield which uses a dragbutton. The dragbutton increases or decreases its value when dragging the mouse. It allows the use of a number + unit format (ex. 12 cms ) and also includes a complex automathic unit translation engine. The conversion engine allows you to define a base unit for your control and, whith the data readen from a conversion file, cnvert any unit to the base unit (if the conversion data exists)... [more info in the component website]

Links for wxFDragSpinCtrl:

wxHTTPEngine

^ TOP
Categories: networkingStatus: STABLEComponent logo
Author: Angelo MandatowxWidgets supported ports: all
Current maintainer: Angelo MandatowxWidgets supported versions: 2.5, 2.6
Latest version: 2.0Build system: Bakefile-based
Programming language: C++Samples provided: 1
External dependencies: noneDocumentation: doxygen

Description: wxHTTPEngine is a library of classes to easily allow your wxWidgets software to work with web sites.

Links for wxHTTPEngine: