gtk1 intf: combobox: implemented OnGetItems

git-svn-id: trunk@16312 -
This commit is contained in:
mattias 2008-08-30 21:08:21 +00:00
parent 2d6620ea7b
commit 2c13e3911b

View File

@ -18,9 +18,13 @@
function gtkComboBoxShowAfter(widget: PGtkWidget; data: gPointer): GBoolean; cdecl;
var
Mess : TLMCommand;
AComboBox: TCustomComboBox;
begin
Result := True;
EventTrace('ComboBoxShowAfter', data);
AComboBox:=TObject(Data) as TCustomComboBox;
AComboBox.IntfGetItems;
if (Widget=nil) then ;
FillChar(Mess,SizeOf(Mess),0);