Question about gtk_label_set_justify()
- From: "chao yeaj" <yeajchao gmail com>
- To: gtk-list gnome org, gtk-app-devel-list gnome org
- Subject: Question about gtk_label_set_justify()
- Date: Tue, 25 Jul 2006 14:46:19 +0800
Hello everyone
You knowe ,there is a function called
gtk_label_set_justify(),which used to modify the label's text'sjustify
mode
my code as follow
GtkWidget *label = NULL;
gtk_label_new(" I am label!");
gtk_label_set_justify(GTK_LABEL(label),GTK_JUSTIFY_FILL);
but ,this do not work, Why ?
I need your help
Any comments would be much appreciated,and thanks in advance !
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]