Re: How to set a widget size without setting its size request?
- From: "Zhe Su" <james su gmail com>
- To: gtk-list gnome org
- Subject: Re: How to set a widget size without setting its size request?
- Date: Thu, 3 Apr 2008 11:26:58 +0800
Does anyone can help me solve this issue?
On Wed, Apr 2, 2008 at 10:21 PM, Zhe Su <
james su gmail com> wrote:
Hi,
I'm writing an program, which uses a GtkFixed widget and a GtkSocket inside it. The GtkFixed widget is in a toplevel window. I need adjust the position and size of the GtkSocket widget according to the size of its parent, the GtkFixed widget, in a proportional way. And the user must be able to change the window size.
Using gtk_widget_size_size_request to set the minimal size of the GtkSocket widget works, but it'll prevent the user from shrinking the window size. After checking gtk manual, I found that gtk_widget_size_allocate might be the right function, but unfortunately it doesn't take effect at all. So is there any way to solve this issue?
Regards
James Su
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]