forked from AuroraMiddleware/gtk
demos: Remove undefined function call
The gtk_container_set_border_width() function has been removed from the GTK+ 4.x API.
This commit is contained in:
parent
ee1ae7f9ed
commit
c8b92cb0d2
@ -27,8 +27,6 @@ do_tabs (GtkWidget *do_widget)
|
||||
g_signal_connect (window, "destroy",
|
||||
G_CALLBACK (gtk_widget_destroyed), &window);
|
||||
|
||||
gtk_container_set_border_width (GTK_CONTAINER (window), 0);
|
||||
|
||||
view = gtk_text_view_new ();
|
||||
gtk_text_view_set_wrap_mode (GTK_TEXT_VIEW (view), GTK_WRAP_WORD);
|
||||
gtk_text_view_set_left_margin (GTK_TEXT_VIEW (view), 20);
|
||||
|
Loading…
Reference in New Issue
Block a user