Difference between revisions of "Blitz:Intuition"

From Amiga Coding
Jump to: navigation, search
(Created page with "Intuition is the aptly-named heart of the Amiga's user interface. It handles all of the user interaction with the OS - screens, windows, mouse pointer, menus, gadgets etc. ;...")
 
 
Line 16: Line 16:
 
; [[Blitz:Menus|Menus]]
 
; [[Blitz:Menus|Menus]]
 
: Creating and controlling the standard Intuition menus
 
: Creating and controlling the standard Intuition menus
 +
 +
[[Category:Blitz Basic / AmiBlitz|Blitz]]
 +
[[Category:Advancing With Blitz|Advancing With Blitz]]

Latest revision as of 17:31, 21 August 2015

Intuition is the aptly-named heart of the Amiga's user interface. It handles all of the user interaction with the OS - screens, windows, mouse pointer, menus, gadgets etc.


Screens
Creating and controlling standard Intuition screens


Windows
Creating and controlling standard Intuition windows


Events
Handling events generated by Intuition in response to user actions


Menus
Creating and controlling the standard Intuition menus