From a2dafdfc88dbaaaf67c3971372da4a5b8b63ec2b Mon Sep 17 00:00:00 2001 From: GMT 1999 Tony Gale Date: Thu, 28 Jan 1999 10:35:40 +0000 Subject: - Replace all uses of deprecated functions. - Replace menufactory example Thu Jan 28 10:16:28 GMT 1999 Tony Gale * docs/gtk_tut.sgml: - Replace all uses of deprecated functions. - Replace menufactory example with itemfactory example from Nick Scott - Minor bug fixes in the examples. --- examples/packbox/packbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/packbox') diff --git a/examples/packbox/packbox.c b/examples/packbox/packbox.c index 111372234..ba67b9505 100644 --- a/examples/packbox/packbox.c +++ b/examples/packbox/packbox.c @@ -96,7 +96,7 @@ int main( int argc, * behavior */ gtk_signal_connect (GTK_OBJECT (window), "delete_event", GTK_SIGNAL_FUNC (delete_event), NULL); - gtk_container_border_width (GTK_CONTAINER (window), 10); + gtk_container_set_border_width (GTK_CONTAINER (window), 10); /* We create a vertical box (vbox) to pack the horizontal boxes into. * This allows us to stack the horizontal boxes filled with buttons one -- cgit v1.2.1