diff options
Diffstat (limited to 'examples/table/table.c')
-rw-r--r-- | examples/table/table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/table/table.c b/examples/table/table.c index 662450c0d4..dbd9aad873 100644 --- a/examples/table/table.c +++ b/examples/table/table.c @@ -39,7 +39,7 @@ int main( int argc, GTK_SIGNAL_FUNC (delete_event), NULL); /* Sets the border width of the window. */ - gtk_container_border_width (GTK_CONTAINER (window), 20); + gtk_container_set_border_width (GTK_CONTAINER (window), 20); /* Create a 2x2 table */ table = gtk_table_new (2, 2, TRUE); |