spktoolbar: Implement hints. Issue #39022, patch by michalgw.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8231 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2022-03-25 22:12:59 +00:00
parent 630fa53693
commit e8550cb6a8
4 changed files with 112 additions and 8 deletions

View File

@ -73,9 +73,6 @@ type
// *** Sets the appropriate appearance tiles ***
procedure SetPaneAppearance; inline;
// *** Sheet search ***
function FindPaneAt(x, y: integer): integer;
// *** Designtime and LFM support ***
procedure GetChildren(Proc: TGetChildProc; Root: TComponent); override;
procedure DefineProperties(Filer: TFiler); override;
@ -111,6 +108,9 @@ type
procedure MouseMove(Shift: TShiftState; X, Y: Integer);
procedure MouseUp(Button: TMouseButton; Shift: TShiftState; X, Y: Integer);
// *** Sheet search ***
function FindPaneAt(x, y: integer): integer;
// *** Dispatcher event handling ***
procedure NotifyAppearanceChanged;