denemo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Denemo-devel] createbutton isn't showing the formated content


From: Richard Shann
Subject: Re: [Denemo-devel] createbutton isn't showing the formated content
Date: Fri, 02 Dec 2011 18:53:43 +0000

On Fri, 2011-12-02 at 10:57 -0600, Jeremiah Benham wrote:
> I switched because dialogs no longer have an accessable ->vbox member 
> anymore. I also thought gtk_container looked cleaner then gtk_box_pack. 
OK, that was a mistake. Containers are a much more primitive thing, they
don't allow you to control the way the sub-widgets are arranged and how
much of the available space they take. In fact, IIRC, you can (or could
in gtk2) only have one widget inside a container.
Can you look again at how you do the placement of GtkVBox and HBoxes now
in gtk3 - some sort of accessor function for the ->vbox member I would
imagine?

Also, there is an immediate crash on trying Score->Score Properties.
Smells of memory corruption again :(

The Educational->CreateButton problem is not due to the migration, it is
a bug I introduced trying to fix the problem of displaying titles (like
Pavana & Galliarda Dolorosa) that include characters that mean something
as markup (sorry). I am not sure how to handle this for best - it may be
we will need to set a flag to indicate whether the display field
contains markup or not... I'll think this over.

Richard


> Jeremiah
> 
> Sent from my Samsung smartphone on AT&T
> 
> Richard Shann <address@hidden> wrote:
> 
> >I see this bug. Another one (introduced by you packing of boxes changes
> >to container) is that the scheme script window does not expand properly
> >- the buttons expand as well. What forced you to change from vbox,hbox
> >to GtkContainer?
> >
> >Richard
> >
> >On Fri, 2011-12-02 at 08:31 -0600, Jeremiah Benham wrote:
> >> When testing educational-Note Reading-Line and space recognition, I get 
> >> unformatted buttons. So the buttons looks something like:
> >> <b>help</b>
> >> instead of having a bold help.
> >> 
> >> Jeremiah
> >> 
> >> 
> >> _______________________________________________
> >> Denemo-devel mailing list
> >> address@hidden
> >> https://lists.gnu.org/mailman/listinfo/denemo-devel
> >
> >





reply via email to

[Prev in Thread] Current Thread [Next in Thread]