Avoid gtk_show_uri() with GTK+3.9x
This commit is contained in:
@@ -345,6 +345,13 @@ static bool wxGetTopLevel(GtkWidget** widget, GdkWindow** window)
|
||||
return false;
|
||||
}
|
||||
|
||||
GtkWidget* wxGetTopLevelGTK()
|
||||
{
|
||||
GtkWidget* widget = NULL;
|
||||
wxGetTopLevel(&widget, NULL);
|
||||
return widget;
|
||||
}
|
||||
|
||||
GdkWindow* wxGetTopLevelGDK()
|
||||
{
|
||||
GdkWindow* window;
|
||||
|
||||
Reference in New Issue
Block a user