gtk -examples

This commit is contained in:
Kolan Sh 2012-10-24 19:14:44 +04:00
parent 54dc0198a7
commit 6196dc7b05
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ int main( int argc,
G_CALLBACK (destroy), NULL);
/* Sets the border width of the window. */
//gtk_container_set_border_width (GTK_CONTAINER (window), 10);
gtk_container_set_border_width (GTK_CONTAINER (window), 10);
/* Creates a new button with the label "Hello World". */
button = gtk_button_new_with_label ("Hello World");