Hello


I have this samall problem.

When I pack a label into a table, the label is justified to center. How
can I justify the label to left or right.

This is how i pack the label

label = gtk_label_new("something");
table = gtk_table_new(3 , 2, FALSE);
gtk_table_attach(GTK_TABLE(table), label, 0, 1, 1, 2, 0, 0, 0, 0);
gtk_widget_show(label);
gtk_widget_show(table);
 

I have tried using gtk_label_set_justify, but that didn't help. Its still
appears at the center of the cell.

Thanks for any help.


--
Sukanta Kumar Hazra       [EMAIL PROTECTED]
----------------------------------------------------
" Testing, what is that? If it compiles it is good, 
  if it boots its perfect " ....... Linus Torvalds
----------------------------------------------------

-- 
To unsubscribe: mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

Reply via email to