[Module] CanvasEx - Module (all OS)

Applications, Games, Tools, User libs and useful stuff coded in PureBasic
User avatar
Thorsten1867
Addict
Addict
Posts: 1366
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

[Module] CanvasEx - Module (all OS)

Post by Thorsten1867 »

CanvasEx - Module (all OS / 64Bit / DPI)

Extensions for the CanvasGaget
  • Add (draws) ScrollBars
  • Add AutoResize for the CanvasGadget
  • Add mouse events to an area of the CanvasGadget

Code: Select all

; CanvasEx::AddEventArea()     - Adds an event area to the CanvasGadget
; --------------------------------------------------------------
; CanvasEx::AutoResize()      - Adds AutoResize to CanvasGadget
; --------------------------------------------------------------
; CanvasEx::ScrollBar()         - Adds ScrollBars to CanvasGadget
; CanvasEx::SetScrollBar()     - Defines Minimum, Maximum and PageLength
; CanvasEx::GetItemAttribute() - Gets Scrollbars attributes [Item: #Horizontal/#Vertical]
; CanvasEx::HideScrollBar()    - Hides ScrollBar(s) [#Horizontal|#Vertical]
; CanvasEx::SetItemAttribute() - Sets Scrollbars attributes [Item: #Horizontal/#Vertical]
; CanvasEx::GetState()         - Gets ScrollBar position [Type: #Horizontal/#Vertical]
; CanvasEx::SetState()         - Sets ScrollBar position [Type: #Horizontal/#Vertical]
; --------------------------------------------------------------
; CanvasEx::GetAttribute()     - Gets Attribute for Canvas or Scrollbars [#Width/#Height or #Size/#Delay]
; CanvasEx::SetAttribute()     - Sets Attribute for both ScrollBars [#Size/#Delay]
Translated with http://www.DeepL.com/Translator

Download of PureBasic - Modules
Download of PureBasic - Programs

[Windows 11 x64] [PB V5.7x]
User avatar
Thorsten1867
Addict
Addict
Posts: 1366
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

Re: [Module] CanvasEx - Module (all OS)

Post by Thorsten1867 »

Update:
  • CanvasEx::AddEventArea() - Add mouse events to an area of the CanvasGadget
Translated with http://www.DeepL.com/Translator

Download of PureBasic - Modules
Download of PureBasic - Programs

[Windows 11 x64] [PB V5.7x]
Post Reply