diff --git a/lcl/interfaces/gtk/gtkwinapih.inc b/lcl/interfaces/gtk/gtkwinapih.inc index 541a6b0d33..dc7f1eee98 100644 --- a/lcl/interfaces/gtk/gtkwinapih.inc +++ b/lcl/interfaces/gtk/gtkwinapih.inc @@ -168,6 +168,7 @@ function SetCaretPosEx(Handle: HWnd; X, Y: Integer): Boolean; override; function SetCaretRespondToFocus(handle: HWND; ShowHideOnFocus: boolean): Boolean; override; function SetFocus(hWnd: HWND): HWND; override; Function SetProp(Handle: hwnd; Str : PChar; Data : Pointer) : Boolean; override; +function SetRadioButtonGroupMode(Handle: hWnd; AutoGroup: boolean): Boolean; override; function SetScrollInfo(Handle : HWND; SBStyle : Integer; ScrollInfo: TScrollInfo; bRedraw : Boolean): Integer; override; function SetSysColors(cElements: Integer; const lpaElements; const lpaRgbValues): Boolean; override; Function SetTextCharacterExtra(_hdc : hdc; nCharExtra : Integer):Integer; override; @@ -200,6 +201,9 @@ Procedure DeleteCriticalSection(var CritSection: TCriticalSection); Override; { ============================================================================= $Log$ + Revision 1.64 2003/03/17 20:50:30 mattias + fixed TRadioGroup.ItemIndex=-1 + Revision 1.63 2003/03/17 08:51:10 mattias added IsWindowVisible