Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/xwt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Xwt.Gtk/Xwt.GtkBackend/ComboBoxBackend.cs')
-rw-r--r--Xwt.Gtk/Xwt.GtkBackend/ComboBoxBackend.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/Xwt.Gtk/Xwt.GtkBackend/ComboBoxBackend.cs b/Xwt.Gtk/Xwt.GtkBackend/ComboBoxBackend.cs
index dfed802e..1f00511a 100644
--- a/Xwt.Gtk/Xwt.GtkBackend/ComboBoxBackend.cs
+++ b/Xwt.Gtk/Xwt.GtkBackend/ComboBoxBackend.cs
@@ -184,6 +184,10 @@ namespace Xwt.GtkBackend
{
}
+ public void QueueResize (object target, Gtk.TreeIter iter)
+ {
+ }
+
#endregion
}
}