diff options
Diffstat (limited to 'include/delphi/m_button_int.inc')
-rw-r--r-- | include/delphi/m_button_int.inc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/include/delphi/m_button_int.inc b/include/delphi/m_button_int.inc index a358d39938..88417cb8f9 100644 --- a/include/delphi/m_button_int.inc +++ b/include/delphi/m_button_int.inc @@ -52,20 +52,9 @@ type bIsThemed, // themed button
bIsSkinned: // skinned button
bool;
- lResult:LRESULT; // custom window proc result
- fnWindowProc:TWNDPROC; // custom window proc
fnPainter:pfnPainterFunc; // custom button painter
pAccPropServices:^IAccPropServices;
end;
-/////////////////////////////////////////////////////////////////
-
-type
- MButtonCustomize = record
- cbLen :size_t; // total length of the internal data structure
- fnWindowProc:TWNDPROC; // subclassed windows procedure for the custom button
- fnPainter :pfnPainterFunc; // custom button painter
- end;
-
{$ENDIF}
|