summaryrefslogtreecommitdiff
path: root/lib/wx/src/gen/wxListItemAttr.erl
Commit message (Collapse)AuthorAgeFilesLines
* wx: Check wxColour type harderDan Gudmundsson2021-08-241-4/+4
| | | | | | | | | Can't check that argument is a tuple of size 4 is a color, since it could also be an object_ref and make the clause match stuff the shouldn't be matched. Also make color to have a seperate type footprint to discover those cases.
* wx: Generate docsDan Gudmundsson2020-12-211-7/+2
| | | | Use (and modify) wxWidgets doc input to generate documenation for erlang.
* Rewrite wx, use wxWidgets 3 as base and use nif interfaceDan Gudmundsson2020-12-211-34/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Complete overhaul of wx. Use nif interface instead of erlang driver interface. Use wxWidgets interface files as base for doxygen and code generation. This upgrades the base to 3.1.4. Change the interface files so we can generate code that is backward as compatible as possible. Compatibility with the old 2.8 API Reduce incompatibility with the old API as much as possible. Changes to the old API include: wxNotebookEvent have been replaced by the wxBookctrlEvent (NOTE) wxWindowDC default creators have been removed wxClientDC default creators have been removed wxPaintDC default creators have been removed wxWindow:setVirtualSizeHints(..) have been deprecated wxWindow:makeModal(..) have been deprecated wxWindow:makeModal(..) have been deprecated wxToolBar add/insertTool without label have been deprecated wxStyledTextCtrl some functions have changed args from boolean to int wxSizerItem:new() Some args have become options Removed depr wxSizerItem:setWindow() use assignWindow Removed depr wxSizerItem:setSpacer() use assignSpacer Removed depr wxSizerItem:setSpacer() use assignSpacer Removed depr wxSizerItem:setSizer() use assignSizer wxMenu append/insert/prepend have changed return value and lost IsCheckable argument wxListCtrl:setItem/4 changed return value wxListCtrl:setItem/4 changed return value wxImage::convertToGreyscale opts incompatible wxGridSizer::wxGridSizer opts incompatible wxGrid API have many changes wxGraphicsRenderer:create*GradientBrush(..) uses GradientStops now wxGraphicsRenderer:createPen(..) have been removed wxGraphicsRenderer:create*GradientBrush(..) uses GradientStops now wxGLCanvas API is incompatible wxFlexGridSizer::wxFlexGridSizer opts incompatible wxDisplay::wxDisplay opts incompatible wxCalendarDateAttr:new(ColText [,OptList]) have been removed wxBitmapButton:[g|s]etBitmapSelected have been removed
* wx: Quote atoms in types and specsDan Gudmundsson2016-05-241-4/+4
| | | | Follow the convention and make atom more visibile in types and specs
* update copyright-yearHenrik Nord2016-03-151-1/+1
|
* Change license text to APLv2Bruce Yinhe2015-06-181-9/+10
|
* wx: Update documentation links to wxWidgetsDan Gudmundsson2013-11-211-13/+13
|
* [wx] Fix spec errorsDan Gudmundsson2012-02-221-3/+3
|
* [wx] Generated types for all wx classesDan Gudmundsson2012-02-161-13/+25
|
* Add wxListItemAttrDan Gudmundsson2011-07-071-0/+122
Needed in virtual listctrls.