Re: How to make a progress-bar thinner?
- From: Benjamin Otte <otte gnome org>
- To: gtk-devel-list gnome org
- Subject: Re: How to make a progress-bar thinner?
- Date: Mon, 2 Apr 2012 08:46:43 +0000 (UTC)
2 things:
1) You cannot force widgets smaller than their minimum size in GTK 3. This was
allowed in GTK 2. (And it crashed only sometimes!)
2) You can try to use gtk_widget_set_halign/valign() to make sure the widget
doesn't fill the space it's assigned to.
bonus:
While you look into sizing, you might also want to look into
gtk_widget_set_hexpand/vexpand().
Benjamin
[Date Prev][
Date Next] [Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]