mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-10 06:57:19 +01:00
TShellTreeView: publish properties StateImages, OnGetImageIndex and OnGetSelectedIndex. Patch by wp. Issue #0028539
git-svn-id: trunk@49686 -
This commit is contained in:
parent
66ea864afe
commit
e9b079631b
@ -135,6 +135,7 @@ type
|
|||||||
property ShowHint;
|
property ShowHint;
|
||||||
property ShowLines;
|
property ShowLines;
|
||||||
property ShowRoot;
|
property ShowRoot;
|
||||||
|
property StateImages;
|
||||||
property TabOrder;
|
property TabOrder;
|
||||||
property TabStop default True;
|
property TabStop default True;
|
||||||
property Tag;
|
property Tag;
|
||||||
@ -156,6 +157,8 @@ type
|
|||||||
property OnExit;
|
property OnExit;
|
||||||
property OnExpanded;
|
property OnExpanded;
|
||||||
property OnExpanding;
|
property OnExpanding;
|
||||||
|
property OnGetImageIndex;
|
||||||
|
property OnGetSelectedIndex;
|
||||||
property OnKeyDown;
|
property OnKeyDown;
|
||||||
property OnKeyPress;
|
property OnKeyPress;
|
||||||
property OnKeyUp;
|
property OnKeyUp;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user