mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 10:35:58 +02:00
gtk1 intf: combobox: implemented OnGetItems
git-svn-id: trunk@16312 -
This commit is contained in:
parent
2d6620ea7b
commit
2c13e3911b
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user