mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 01:48:03 +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));
|
||||
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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user