mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-06-02 19:30:21 +00:00
Add missing file
svn path=/trunk/gtk-sharp/; revision=8402
This commit is contained in:
parent
88d38246f5
commit
77090286fa
13
glue/combo.c
Normal file
13
glue/combo.c
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
/* combo.c : Glue for accessing fields in the GtkCombo widget.
|
||||||
|
*
|
||||||
|
* Author: Pablo Baena (pbaena@uol.com.ar)
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include <gtk/gtkcombo.h>
|
||||||
|
|
||||||
|
GtkWidget*
|
||||||
|
gtksharp_combo_get_entry (GtkCombo* combo)
|
||||||
|
{
|
||||||
|
return combo->entry;
|
||||||
|
}
|
Loading…
Reference in a new issue