Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions EWC/classes/bitmap/Supported.apla
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
'Type'
'File'
'Size'
'CBits'
'KeepBits'
)
1 change: 1 addition & 0 deletions EWC/classes/colorbutton/ClassName.apla
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
'ColorButton'
157 changes: 157 additions & 0 deletions EWC/classes/colorbutton/Defaults.apla
Original file line number Diff line number Diff line change
@@ -0,0 +1,157 @@
(
'ColorButton'
''
37 217
23 44
'Push'
'Inherit'
'None'
0
0
0
0
'None'
1
0
0 0
0
0
''
0
0
(
''
3
)
(
''
''
''
)
''
3
(
'None'
'None'
'None'
'None'
)
'None'
4138750
''
''
''
''
0
'Inherit'
0 0
0
0
1
5
0
''
(
'Detach'
'GetTextSize'
'Animate'
'GetFocus'
'ShowSIP'
'GetFocusObj'
'ChooseFont'
)
(
'Font'
'Poly'
'Ellipse'
'Circle'
'Text'
'Rect'
'Marker'
'Bitmap'
'Cursor'
'Timer'
)
(
'Close'
'Create'
'DragDrop'
'Configure'
'ContextMenu'
'DropFiles'
'DropObjects'
'Expose'
'Help'
'KeyPress'
'GotFocus'
'LostFocus'
'MouseDown'
'MouseUp'
'MouseMove'
'MouseDblClick'
'MouseEnter'
'MouseLeave'
'MouseWheel'
'GestureZoom'
'GesturePan'
'GestureRotate'
'GestureTwoFingerTap'
'GesturePressAndTap'
'FontOK'
'FontCancel'
'Select'
'DropDown'
)
(
'Type'
'Caption'
'Posn'
'Size'
'Style'
'Coord'
'Align'
'State'
'Default'
'Cancel'
'Border'
'Justify'
'Active'
'Visible'
'Event'
'Sizeable'
'Dragable'
'FontObj'
'FCol'
'BCol'
'Picture'
'BtnPix'
'CursorObj'
'AutoConf'
'Data'
'Attach'
'EdgeStyle'
'Handle'
'Hint'
'HintObj'
'Tip'
'TipObj'
'ReadOnly'
'Translate'
'Accelerator'
'AcceptFiles'
'KeepOnClose'
'Redraw'
'TabIndex'
'Elevated'
'Note'
'MethodList'
'ChildList'
'EventList'
'PropList'
'CSS'
'CssStyle'
)
''
''
)
5 changes: 5 additions & 0 deletions EWC/classes/colorbutton/Dynamic.apla
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
(
'State'
'Posn'
'Size'
)
5 changes: 5 additions & 0 deletions EWC/classes/colorbutton/Limitations.apla
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
(
'The `Picture` property must refer to a file which resides in one of the folders'
'defined in the EWC.RESOURCES array. See [Images](../Usage/Configuration.md)'
'for more information.'
)
49 changes: 49 additions & 0 deletions EWC/classes/colorbutton/PropList.apla
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
(
'Type'
'Caption'
'Posn'
'Size'
'Style'
'Coord'
'Align'
'State'
'Default'
'Cancel'
'Border'
'Justify'
'Active'
'Visible'
'Event'
'Sizeable'
'Dragable'
'FontObj'
'FCol'
'BCol'
'Picture'
'BtnPix'
'CursorObj'
'AutoConf'
'Data'
'Attach'
'EdgeStyle'
'Handle'
'Hint'
'HintObj'
'Tip'
'TipObj'
'ReadOnly'
'Translate'
'Accelerator'
'AcceptFiles'
'KeepOnClose'
'Redraw'
'TabIndex'
'Elevated'
'Note'
'MethodList'
'ChildList'
'EventList'
'PropList'
'CSS'
'CssClass'
)
19 changes: 19 additions & 0 deletions EWC/classes/colorbutton/Supported.apla
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
(
'Type'
'Style'
'Size'
'Caption'
'Posn'
'Event'
'Visible'
'Picture'
'State'
'Align'
'Attach'
'CSS'
'CssClass'
'Active'
'CurrentColor'
'OtherButton'
'Data'
)
12 changes: 12 additions & 0 deletions EWC/classes/colorbutton/SupportedEvents.apla
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
(
'Select'
'KeyPress'
'MouseDown'
'MouseUp'
'MouseEnter'
'MouseMove'
'MouseLeave'
'Change'
'ColorChange'
'GotFocus'
)
9 changes: 9 additions & 0 deletions EWC/classes/colorbutton/methodlist.apla
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
(
'detach'
'gettextsize'
'animate'
'getfocus'
'showsip'
'getfocusobj'
'choosefont'
)
1 change: 1 addition & 0 deletions EWC/classes/trackbar/ClassName.apla
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
'Trackbar'
Loading