Add missing file
svn path=/trunk/gtk-sharp/; revision=8402
This commit is contained in:
parent
88d38246f5
commit
77090286fa
1 changed files with 13 additions and 0 deletions
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