Difference between revisions of "Guides & Tutorials"

From WxWiki
Jump to navigation Jump to search
m (Text replacement - "http://www.wxwidgets.org" to "https://www.wxwidgets.org")
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
The following are guides that can help with understanding various portions of the framework. There is also several [[samples|sample applications]] included with every release.
 
The following are guides that can help with understanding various portions of the framework. There is also several [[samples|sample applications]] included with every release.
 +
 +
<div style="background-color: #FFFFDD; border: 1px solid #808000; padding: 5px; margin: 1.5em; {{box-shadow}}">'''Looking for installation guides?''' They have been moved to [[Install|their own page here]].</div>
  
 
== wxWidget Design Patterns ==
 
== wxWidget Design Patterns ==
Line 71: Line 73:
 
* [[ODBC]] - howto work with it under wxWidgets
 
* [[ODBC]] - howto work with it under wxWidgets
 
* [[Wx In Non-Wx Applications]]
 
* [[Wx In Non-Wx Applications]]
* [[Wx Patching]] - How to submit a patch in 3 steps
 
 
* [[WxMac_BadgeLabels]] - wxMac specific: How to display a badge label at the dock icon
 
* [[WxMac_BadgeLabels]] - wxMac specific: How to display a badge label at the dock icon
 +
* [[Adding a custom lexer with syntax highlighting and folding to a WxStyledTextCtrl]] - Adding your own customized "lexer" to a wxStyledTextCtrl to highlight and fold custom formats
  
 
=== External Guides ===
 
=== External Guides ===
 
* [http://www.geocities.com/lcassioli/wxbasic/ wxBasic utilities ] - Describes how to build your complete IDE for writing Windows/Linux applications using the freeware [http://fixedsys.com/context ConTEXT text editor] and the [http://wxbasic.sourceforge.net wxBasic] binding. Contains English and Italian tutorials.
 
* [http://www.geocities.com/lcassioli/wxbasic/ wxBasic utilities ] - Describes how to build your complete IDE for writing Windows/Linux applications using the freeware [http://fixedsys.com/context ConTEXT text editor] and the [http://wxbasic.sourceforge.net wxBasic] binding. Contains English and Italian tutorials.
* [http://www.wxwidgets.org/docs/technote/install.htm Obtaining the path of the application] - Not the current working directory, scroll down to 'Tips for finding the application path'.
+
* [https://www.wxwidgets.org/docs/technote/install.htm Obtaining the path of the application] - Not the current working directory, scroll down to 'Tips for finding the application path'.
 
* [http://programphases.com/?page_id=971 Program Phase 1-16] - implements [http://programphases.com/?page_id=6 Program Phase Task 1] using C++ and wxWidgets on the Linux and Windows platforms.
 
* [http://programphases.com/?page_id=971 Program Phase 1-16] - implements [http://programphases.com/?page_id=6 Program Phase Task 1] using C++ and wxWidgets on the Linux and Windows platforms.
  
Line 82: Line 84:
 
*[http://hosannahighertech.co.tz/forums/showthread.php?tid=60 wxWidgets 101: Building Professional Application with C++(Three Parts: Beginner, Intermediate and Advanced)]
 
*[http://hosannahighertech.co.tz/forums/showthread.php?tid=60 wxWidgets 101: Building Professional Application with C++(Three Parts: Beginner, Intermediate and Advanced)]
  
 +
* [https://pythonspot.com/wx/ wxPython tutorials]
 
* [http://neume.sourceforge.net/sizerdemo/ Understanding Sizers]
 
* [http://neume.sourceforge.net/sizerdemo/ Understanding Sizers]
 
* [http://www.xs4all.nl/~mbertens/wxSizers/wxSizers.pdf Simple HOW-TO how Sizers work]
 
* [http://www.xs4all.nl/~mbertens/wxSizers/wxSizers.pdf Simple HOW-TO how Sizers work]

Revision as of 14:11, 19 October 2018

The following are guides that can help with understanding various portions of the framework. There is also several sample applications included with every release.

Looking for installation guides? They have been moved to their own page here.

wxWidget Design Patterns

Miscellaneous Guides

wxWiki Guides

DCs (Drawing, rendering, printing)

Text, languages, strings

Libraries

Resources and images

Executables, binaries, installers and distribution

Internet and networking

Documentation

Events, threads, flow

Uncategorized

External Guides

Tutorials