changed some comments, stoppok

git-svn-id: trunk@15 -
This commit is contained in:
lazarus 2000-07-23 19:03:10 +00:00
parent 5aaf084e37
commit 77a1bb679d
2 changed files with 8 additions and 6 deletions

View File

@ -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

View File

@ -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