[gtk/dotted-lines2: 2/2] Add a simple example




commit 4ced8d1803e1320b43f0d9822d87e91951bdc6ce
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Apr 1 07:49:50 2021 -0400

    Add a simple example

 tests/simple.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/tests/simple.c b/tests/simple.c
index 062afdc9fa..c01ad18831 100644
--- a/tests/simple.c
+++ b/tests/simple.c
@@ -50,7 +50,7 @@ main (int argc, char *argv[])
   g_signal_connect (window, "destroy", G_CALLBACK (quit_cb), &done);
 
   button = gtk_button_new ();
-  gtk_button_set_label (GTK_BUTTON (button), "hello world");
+  gtk_button_set_label (GTK_BUTTON (button), "good world");
   gtk_widget_set_margin_top (button, 10);
   gtk_widget_set_margin_bottom (button, 10);
   gtk_widget_set_margin_start (button, 10);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]