Difference between revisions of "Guides & Tutorials"

From WxWiki
Jump to navigation Jump to search
m
m (Text replacement - "http://www.wxwidgets.org" to "https://www.wxwidgets.org")
(One intermediate revision by one other user not shown)
Line 74: Line 74:
 
* [[Wx In Non-Wx Applications]]
 
* [[Wx In Non-Wx Applications]]
 
* [[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.
  

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