Add glue code for combo.c

svn path=/trunk/gtk-sharp/; revision=8875
This commit is contained in:
Miguel de Icaza 2002-11-07 19:19:15 +00:00
parent ef43b59a1f
commit 0a20a59470

View File

@ -11,3 +11,9 @@ gtksharp_combo_get_entry (GtkCombo* combo)
{
return combo->entry;
}
GtkWidget*
gtksharp_combo_get_button (GtkCombo* combo)
{
return combo->button;
}