Add glue code for combo.c
svn path=/trunk/gtk-sharp/; revision=8875
This commit is contained in:
parent
ef43b59a1f
commit
0a20a59470
1 changed files with 6 additions and 0 deletions
|
@ -11,3 +11,9 @@ gtksharp_combo_get_entry (GtkCombo* combo)
|
||||||
{
|
{
|
||||||
return combo->entry;
|
return combo->entry;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
GtkWidget*
|
||||||
|
gtksharp_combo_get_button (GtkCombo* combo)
|
||||||
|
{
|
||||||
|
return combo->button;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue