Alignemnt of GtkCheckButton.

2007-01-29 Thread Manas Hazarika
Hi, I am using gtk-2.6. My problem is I want check boxes created using gtk_check_button_new () and gtk_check_button_new_with_label () to be aligned in the same y-axis. Currently, when we create a check button using gtk_check_button_new_with_label () and place it below a check button created using

Re: Alignemnt of GtkCheckButton.

2007-01-29 Thread Emmanuele Bassi
On Mon, 2007-01-29 at 12:23 +0530, Manas Hazarika wrote: Hi, I am using gtk-2.6. My problem is I want check boxes created using gtk_check_button_new () and gtk_check_button_new_with_label () to be aligned in the same y-axis. Currently, when we create a check button using

Alignemnt of GtkCheckButton.

2007-01-28 Thread Manas Hazarika
Hi, I am using gtk-2.6. My problem is I want check boxes created using gtk_check_button_new () and gtk_check_button_new_with_label () to be aligned in the same y-axis. Currently, when we create a check button using gtk_check_button_new_with_label () and place it below a check button created using