Difference between revisions of "WxSmith plugin"

From Code::Blocks
 
m (sp.)
 
(15 intermediate revisions by 8 users not shown)
Line 1: Line 1:
wxSmith is a plugin for RAD editing of wxWidgets programs.
+
[[Category:Code::Blocks Contrib Plugins]]
<br>It can be downloaded here: http://codeblocks.org/
+
{{Infobox_Plugin|
 +
  name = wxSmith |
 +
  logo = [[File:Wxsmith.png]] |
 +
  developer = byo, cyberkoa |
 +
  maintainer = byo, cyberkoa |
 +
  version = 1.0
 +
}}
 +
 
 +
'''wxSmith''' is a Code::Blocks plugin for RAD editing of wxWidgets applications.
 +
 
 +
To install wxSmith on Linux if it is not already, simply install codebocks-contrib from your default repository (such as Ubuntu Software Center).
 +
This works even if you installed Code::Blocks from a 3rd party repository.
 +
 
 +
==See also==
 +
* [[WxSmith tutorials]]
 +
* [[Comparison of wxSmith features]]

Latest revision as of 06:58, 30 April 2015

wxSmith
Wxsmith.png
Developer(s): byo, cyberkoa
Maintainer(s): byo, cyberkoa
Version: 1.0

wxSmith is a Code::Blocks plugin for RAD editing of wxWidgets applications.

To install wxSmith on Linux if it is not already, simply install codebocks-contrib from your default repository (such as Ubuntu Software Center). This works even if you installed Code::Blocks from a 3rd party repository.

See also