[gtk+] testgtk: Set initial cursor
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] testgtk: Set initial cursor
- Date: Sun, 5 Apr 2015 23:11:13 +0000 (UTC)
commit a6c7889cb659de22bba78990f826bc22a2211016
Author: Matthias Clasen <mclasen redhat com>
Date: Sun Apr 5 19:10:39 2015 -0400
testgtk: Set initial cursor
Arrange for the entry and the cursor area to both start out
with the arrow cursor.
tests/testgtk.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/testgtk.c b/tests/testgtk.c
index a41528b..b9458e0 100644
--- a/tests/testgtk.c
+++ b/tests/testgtk.c
@@ -5184,7 +5184,7 @@ create_cursors (GtkWidget *widget)
gtk_widget_show_all (window);
- set_cursor_from_name (entry, darea);
+ gtk_entry_set_text (GTK_ENTRY (entry), "arrow");
}
else
gtk_widget_destroy (window);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]