[gtk+/wip/baseline2: 9/9] testbaseline: Add entries
- From: Alexander Larsson <alexl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/wip/baseline2: 9/9] testbaseline: Add entries
- Date: Thu, 21 Mar 2013 08:47:10 +0000 (UTC)
commit 639f1407c96323ca32ac5c38ee5dbb6690a9971c
Author: Alexander Larsson <alexl redhat com>
Date: Wed Mar 20 14:30:57 2013 +0100
testbaseline: Add entries
tests/testbaseline.c | 16 +++++++++++++++-
1 files changed, 15 insertions(+), 1 deletions(-)
---
diff --git a/tests/testbaseline.c b/tests/testbaseline.c
index 39e2634..939e2d5 100644
--- a/tests/testbaseline.c
+++ b/tests/testbaseline.c
@@ -22,7 +22,7 @@ int
main (int argc,
char **argv)
{
- GtkWidget *window, *label, *button;
+ GtkWidget *window, *label, *entry, *button;
GtkWidget *vbox, *hbox;
PangoFontDescription *font;
int i, j;
@@ -55,6 +55,20 @@ main (int argc,
gtk_container_add (GTK_CONTAINER (hbox), label);
}
+
+ for (i = 0; i < 3; i++) {
+ entry = gtk_entry_new ();
+ gtk_entry_set_text (GTK_ENTRY (entry), "A string XYyj,Ö...");
+
+ font = pango_font_description_new ();
+ pango_font_description_set_size (font, 9*(i+1)* 1024);
+ gtk_widget_override_font (entry, font);
+
+ gtk_widget_set_valign (entry, j);
+
+ gtk_container_add (GTK_CONTAINER (hbox), entry);
+ }
+
}
for (j = 0; j < 2; j++)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]