Re: form widget?



Owen Taylor <otaylor@gtk.org> writes:

| void       gtk_table_attach           (GtkTable      *table,
| 				       GtkWidget     *child,
| 				       gint           left_attach,
| 				       gint           right_attach,
| 				       gint           top_attach,
| 				       gint           bottom_attach,
| 				       gint           xoptions,
| 				       gint           yoptions,
| 				       gint           xpadding,
| 				       gint           ypadding);
| 
| There is no requirement that right_attach = left_attach + 1, etc.

Aha. That could be the solution.

| I can't quite envision this. Do you mean:
| 
| XXXXXXX yyyyyy
| XXXXXXX yyyyyy
| XXXXXXX yyyyyy
| XXXXXXX yyyyyy
| yyyyyyyyyyyyyy
| yyyyyyyyyyyyyy

no this:

  AAAAAA XXXXXX AAAAAA
  AAAAAA XXXXXX 
  BBBBBB XXXXXX BBBBBB
  CCCCCC XXXXXX CCCCCC

A, B and C should be on the same row, although the big block in the
middle breaks the rows.

-- 
http://www.ping.de/sites/aibon/



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