Re: Question about gtk_label_set_justify()



You have to pack them with horizontal GTK_FILL flag.

when I   pack the label widget into the table widget
I use the function :gtk_table_attach_defaults()
  this funcition use the default xoption and yoption as GTK_FILL|GTK_EXPAND

 The label widget do filled the spce
  but the label's text do not distributed across the label
widget,looks like centered !

So, i did not know where the problem is ?



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