mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-03 00:38:15 +02:00

- add special png images for docking (mdi buttons differ between widgetsets and not so informative) - use toolbutton + image drawing instead of mdi button drawing - track mouse on dock header (buttons become how and pressed) - execute button actions on mouse-up instead of mouse-down git-svn-id: trunk@14062 -
13 lines
642 B
Plaintext
13 lines
642 B
Plaintext
LazarusResources.Add('lcl_dock_close','PNG',[
|
||
#137'PNG'#13#10#26#10#0#0#0#13'IHDR'#0#0#0#10#0#0#0#10#8#6#0#0#0#141'2'#207
|
||
+#189#0#0#0'0IDATx'#218'c````d '#1#252#135'b'#130#226#255#177#8#254#199'e'#192
|
||
+''#28#24#175#19#240'*b '#215'4'#130#238#195#235#25#162#131#135' '#0#0#177'5'
|
||
+''''#218'{1'#230#136#0#0#0#0'IEND'#174'B`'#130
|
||
]);
|
||
LazarusResources.Add('lcl_dock_restore','PNG',[
|
||
#137'PNG'#13#10#26#10#0#0#0#13'IHDR'#0#0#0#10#0#0#0#10#8#6#0#0#0#141'2'#207
|
||
+#189#0#0#0'&IDATx'#218'c````d '#3#252#199#131#201'W'#136#203'&'#162'L"O!!'
|
||
+#207#17#231'6'#178#20#226#13#22#0#23#22'.'#211'T'#186#182'Q'#0#0#0#0'IEND'
|
||
+#174'B`'#130
|
||
]);
|