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));
end;
{------------------------------------------------------------------------------}
{ procedure TCustomComboBox.SetStyle }
{------------------------------------------------------------------------------}
{------------------------------------------------------------------------------
Method: TCustomComboBox.SetStyle
Params: val - new style for combobox
@ -313,6 +310,9 @@ end;
{
$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
+ Initial import

View File

@ -11,7 +11,6 @@
FScalePosition, FScaleDigits
Delphi compatibility:
- the interface is almost like in delphi 4
@ -34,8 +33,8 @@
Bugs:
- When changing orientation the GTK version will not always correctly
repaint the scale_value.
- When changing orientation after the Trackbar has been constructed
the GTK version will CRASH
}
{ASSERTIONS ON}
{------------------------------------------------------------------------------
@ -382,6 +381,9 @@ end;
{
$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
+ Initial import