Ignore:
Timestamp:
Apr 26, 2012, 9:12:02 AM (12 years ago)
Author:
chronos
Message:
  • Added: CoolDocking text logging support.
  • Added: CoolDocking update locking on TCDManager descendants update. This fixes tab disappear if tab with regions style conjoinform was switched to another tab.
  • Modified: CoolDocking regions style item layout changed to support aligned forms. Only one region is aligned as alClient. Rest contained regions are aligned to borders.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Docking/CoolDocking/UCDMaster.pas

    r194 r354  
    99
    1010type
     11  TLogEvent = procedure (Sender: TObject; Text: string) of object;
     12
    1113  { TCDMaster }
    1214
     
    1618    FDefaultMoveSpeed: Integer;
    1719    FDefaultTabsPos: THeaderPos;
     20    FOnDebugLog: TLogEvent;
    1821    FShowIcons: Boolean;
    1922    FTabsEnabled: Boolean;
     
    2427    destructor Destroy; override;
    2528  published
     29    property OnDebugLog: TLogEvent read FOnDebugLog write FOnDebugLog;
    2630    property TabsEnabled: Boolean read FTabsEnabled write SetTabsEnabled;
    2731    property DefaultTabsPos: THeaderPos read FDefaultTabsPos
Note: See TracChangeset for help on using the changeset viewer.