Dialogs.PushButtons
Basically this package is essentially a dialog box containing a sequential list of push buttons.  Pressing each button initiates an action.  By itself, it is not a very useful as each pressed action does nothing.  It is used to build higher level components.  For example, it is used to implement a generic package called ColorPicker.  StatusbarColorSelector is in turn built on ColorPicker.  StatusbarColorSelector is a component to let the user interactively change the colors of a statusbar part.  It illustrates the use of generics with class programming in Ada.  It also serves as an example on owner draw push buttons and color changing.

Back To Dialogs.Folders
Trackbar Customization
Home