mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-02-25 01:46:58 +00:00
Add glue code for combo.c
svn path=/trunk/gtk-sharp/; revision=8875
This commit is contained in:
parent
ef43b59a1f
commit
0a20a59470
|
@ -11,3 +11,9 @@ gtksharp_combo_get_entry (GtkCombo* combo)
|
|||
{
|
||||
return combo->entry;
|
||||
}
|
||||
|
||||
GtkWidget*
|
||||
gtksharp_combo_get_button (GtkCombo* combo)
|
||||
{
|
||||
return combo->button;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue