You've already forked lazarus-ccr
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:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user