mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-28 18:36:18 +02:00
changed some comments, stoppok
git-svn-id: trunk@15 -
This commit is contained in:
parent
5aaf084e37
commit
77a1bb679d
@ -213,9 +213,6 @@ begin
|
|||||||
CNSendMessage(LM_SETSELLEN, Self, Pointer(Val));
|
CNSendMessage(LM_SETSELLEN, Self, Pointer(Val));
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{------------------------------------------------------------------------------}
|
|
||||||
{ procedure TCustomComboBox.SetStyle }
|
|
||||||
{------------------------------------------------------------------------------}
|
|
||||||
{------------------------------------------------------------------------------
|
{------------------------------------------------------------------------------
|
||||||
Method: TCustomComboBox.SetStyle
|
Method: TCustomComboBox.SetStyle
|
||||||
Params: val - new style for combobox
|
Params: val - new style for combobox
|
||||||
@ -313,6 +310,9 @@ end;
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.2 2000/07/23 19:03:10 lazarus
|
||||||
|
changed some comments, stoppok
|
||||||
|
|
||||||
Revision 1.1 2000/07/13 10:28:25 michael
|
Revision 1.1 2000/07/13 10:28:25 michael
|
||||||
+ Initial import
|
+ Initial import
|
||||||
|
|
||||||
|
@ -11,7 +11,6 @@
|
|||||||
|
|
||||||
FScalePosition, FScaleDigits
|
FScalePosition, FScaleDigits
|
||||||
|
|
||||||
|
|
||||||
Delphi compatibility:
|
Delphi compatibility:
|
||||||
|
|
||||||
- the interface is almost like in delphi 4
|
- the interface is almost like in delphi 4
|
||||||
@ -34,8 +33,8 @@
|
|||||||
|
|
||||||
Bugs:
|
Bugs:
|
||||||
|
|
||||||
- When changing orientation the GTK version will not always correctly
|
- When changing orientation after the Trackbar has been constructed
|
||||||
repaint the scale_value.
|
the GTK version will CRASH
|
||||||
}
|
}
|
||||||
{ASSERTIONS ON}
|
{ASSERTIONS ON}
|
||||||
{------------------------------------------------------------------------------
|
{------------------------------------------------------------------------------
|
||||||
@ -382,6 +381,9 @@ end;
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.2 2000/07/23 19:03:10 lazarus
|
||||||
|
changed some comments, stoppok
|
||||||
|
|
||||||
Revision 1.1 2000/07/13 10:28:28 michael
|
Revision 1.1 2000/07/13 10:28:28 michael
|
||||||
+ Initial import
|
+ Initial import
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user