wxLibIRCClient

Categories: networkingStatus: ALPHAComponent logo
Author: Andrea ZanellatowxWidgets supported ports: wxMSW, wxGTK
Current maintainer: RedTidewxWidgets supported versions: 2.9
Latest version: 0.1Build system: makefiles, projectfiles
Programming language: C++Samples provided: 0
External dependencies: libircclientDocumentation: doxygen

Description: A libircclient wrapper to be used directly with wxWidgets through wxEvtHandler and wxThread classes. With this component it is possible to attach an IRC client session to an event handler (as well to any of its derived object; for example a wxPanel GUI object).

Links for wxLibIRCClient:


Screenshots

^ TOP

Description


Usage sample

^ TOP

// sample CPP snippet which shows how to use this component:
myComp *newcomp = new myComp();
newcomp->SetAAAA("aaa");
newcomp->SetBBBB("bbb");

// inside this section we can use any character we want except
// for the single quote char: if you need to use it you should
// escape it in this way: '
newcomp->Show();

Documentation

^ TOP

The documentation for this component is available online here.


Known bugs

^ TOP

None. To submit a bug report please look at wxCode support page.


Future enhancements

^ TOP

None. To submit a feature request please look at wxCode support page.