Unit msetoolbar

Description

 

Overview

Classes, Interfaces, Objects and Records

Name Description
Class tcustomtoolbutton  
Class ttoolbutton  
Class tcustomstockglyphtoolbutton  
Class tstockglyphtoolbutton  
Class ttoolbuttonframe  
Class ttoolseparatorframe  
Class tcustomtoolbuttons  
Class ttoolbuttons  
Class tstockglyphtoolbuttons  
Record toolbarlayoutinfoty  
Class tcustomtoolbar  
Class ttoolbar  

Types

ptoolbutton = ˆttoolbutton;
toolbuttonsstatety = (...);
toolbuttonsstatesty = set of toolbuttonsstatety;
toolbuttonclassty = class of tcustomtoolbutton;
toolbaroptionty = (...);
toolbaroptionsty = set of toolbaroptionty;
toolbuttoneventty = procedure(const sender: tobject; const button: tcustomtoolbutton) of object;

Constants

defaulttoolbuttonoptionsskin = [fso_flat,fso_nofocusrect,fso_nodefaultrect];
defaulttoolseparatoroptionsskin = defaulttoolbuttonoptionsskin - [fso_flat];

Description

Types

ptoolbutton = ˆttoolbutton;
 
toolbuttonsstatety = (...);
 
Values
  • tbs_nocandefocus
toolbuttonsstatesty = set of toolbuttonsstatety;
 
toolbuttonclassty = class of tcustomtoolbutton;
 
toolbaroptionty = (...);
 
Values
  • tbo_dragsource
  • tbo_dragdest
  • tbo_dragsourceenabledonly
  • tbo_dragdestenabledonly
  • tbo_nohorz
  • tbo_novert
  • tbo_shortcuthint
toolbaroptionsty = set of toolbaroptionty;
 
toolbuttoneventty = procedure(const sender: tobject; const button: tcustomtoolbutton) of object;
 

Constants

defaulttoolbuttonoptionsskin = [fso_flat,fso_nofocusrect,fso_nodefaultrect];
 
defaulttoolseparatoroptionsskin = defaulttoolbuttonoptionsskin - [fso_flat];
 

Generated by PasDoc 0.16.0.