|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
toolbutton label not visible in gtk 2.18I just installed fedora 12 beta on one machine and ubuntu 9.10 on
another. Both have gtk 2.18.3. When I run my application on either system, my toolbutton labels are not visible. Am I missing some new property that needs to be set to make them visible, or is this a gtk bug? _______________________________________________ gtk-app-devel-list mailing list gtk-app-devel-list@... http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list |
|
|
Re: toolbutton label not visible in gtk 2.18On 10/30/2009 09:24 AM, John Stebbins wrote:
> I just installed fedora 12 beta on one machine and ubuntu 9.10 on > another. Both have gtk 2.18.3. When I run my application on either > system, my toolbutton labels are not visible. Am I missing some new > property that needs to be set to make them visible, or is this a gtk bug? > I figured it out. The GtkToolBar property toolbar-sytle now must be set to GTK_TOOLBAR_BOTH. This wasn't necessary before. I don't know if it makes a difference, but my ui is being initialized with GtkBuilder. _______________________________________________ gtk-app-devel-list mailing list gtk-app-devel-list@... http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list |
|
|
Re: toolbutton label not visible in gtk 2.18On Fri, 2009-10-30 at 09:57 -0700, John Stebbins wrote:
> On 10/30/2009 09:24 AM, John Stebbins wrote: > > I just installed fedora 12 beta on one machine and ubuntu 9.10 on > > another. Both have gtk 2.18.3. When I run my application on either > > system, my toolbutton labels are not visible. Am I missing some new > > property that needs to be set to make them visible, or is this a gtk bug? > > > I figured it out. The GtkToolBar property toolbar-sytle now must be set > to GTK_TOOLBAR_BOTH. This wasn't necessary before. I don't know if it > makes a difference, but my ui is being initialized with GtkBuilder. > setting which should be respected if possible. Until recently, the default style was to show labels below icons. This was changed with the release of Gnome 2.28 to show labels beside icons _only_ for actions with the is_important property set to TRUE. So IMHO the "correct" way of doing it would be to pick the most important actions and mark them with gtk_action_set_is_important. _______________________________________________ gtk-app-devel-list mailing list gtk-app-devel-list@... http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list |
|
|
Re: toolbutton label not visible in gtk 2.18Hi
, John Stebbins a écrit : > On 10/30/2009 09:24 AM, John Stebbins wrote: >> I just installed fedora 12 beta on one machine and ubuntu 9.10 on >> another. Both have gtk 2.18.3. When I run my application on either >> system, my toolbutton labels are not visible. Am I missing some new >> property that needs to be set to make them visible, or is this a gtk >> bug? >> > I figured it out. The GtkToolBar property toolbar-sytle now must be > set to GTK_TOOLBAR_BOTH. This wasn't necessary before. I don't know > if it makes a difference, but my ui is being initialized with GtkBuilder. Appearance → Interface), isn't it simply that it is set too show only icons? _______________________________________________ gtk-app-devel-list mailing list gtk-app-devel-list@... http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list |
|
|
Re: toolbutton label not visible in gtk 2.18On 10/30/2009 10:25 AM, Colomban Wendling wrote:
> Hi > , > John Stebbins a écrit : > >> On 10/30/2009 09:24 AM, John Stebbins wrote: >> >>> I just installed fedora 12 beta on one machine and ubuntu 9.10 on >>> another. Both have gtk 2.18.3. When I run my application on either >>> system, my toolbutton labels are not visible. Am I missing some new >>> property that needs to be set to make them visible, or is this a gtk >>> bug? >>> >>> >> I figured it out. The GtkToolBar property toolbar-sytle now must be >> set to GTK_TOOLBAR_BOTH. This wasn't necessary before. I don't know >> if it makes a difference, but my ui is being initialized with GtkBuilder. >> > GNOME has a global preference for this property (System → Preferences → > Appearance → Interface), isn't it simply that it is set too show only icons? > > Appearance. I thought there might be such a thing and went looking for it, but couldn't find it. Ubuntu 9.10 does in fact have that, and it works as expected. Thanks everyone. _______________________________________________ gtk-app-devel-list mailing list gtk-app-devel-list@... http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list |
| Free embeddable forum powered by Nabble | Forum Help |