gtk -examples
This commit is contained in:
parent
54dc0198a7
commit
6196dc7b05
|
@ -62,7 +62,7 @@ int main( int argc,
|
||||||
G_CALLBACK (destroy), NULL);
|
G_CALLBACK (destroy), NULL);
|
||||||
|
|
||||||
/* Sets the border width of the window. */
|
/* 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". */
|
/* Creates a new button with the label "Hello World". */
|
||||||
button = gtk_button_new_with_label ("Hello World");
|
button = gtk_button_new_with_label ("Hello World");
|
||||||
|
|
Loading…
Reference in New Issue