Fwd: gtk_table_attach api, GtkAttachOptions usage

2010-02-05 Thread Sundeep Dasari
Hi Iam trying to use gtk_table_attach api. I have issues using xoptions(GtkAttachOptions) and yoptions in this api. Iam not able to understand how I can use EXPAND, SHRINK and FILL options. I tried to write a program that does the following: 1. create a table using gtk_table_new api 2. Attach a

GtkAttachOptions usage!!

2010-02-05 Thread Sundeep Dasari
Hi Iam trying to use gtk_table_attach api. I have issues using xoptions(GtkAttachOptions) and yoptions in this api. Iam not able to understand how I can use EXPAND, SHRINK and FILL options. I tried to write a program that does the following: 1. create a table using gtk_table_new api 2. Attach a