Andreas Klostermann wrote:
> I know that the Ok button does not become sensitive... I don't really
> know why! I think the underlying code should activate it?
You need to tell the button controller of the button's existence.
void GRef::doBuild()
{
xml_->get_widget("applybutton", applybutto
The bufferstore_ thingy is ref counted. It get's deleted automagically.
Smart pointers...
I know that the Ok button does not become sensitive... I don't really
know why! I think the underlying code should activate it?
The double insert probably comes from calling dispatchParams.
On Fri, 2005-03-11 at 20:45 +0100, Andreas Klostermann wrote:
> I changed a lot of the things that where brought up. No instant apply
> anymore, and the jumpto/back buttons get reset when selecting another
> label from the list.
> I changed the glade file, too. The main reason for not using patches
Hey all,
I changed a lot of the things that where brought up. No instant apply
anymore, and the jumpto/back buttons get reset when selecting another
label from the list.
I changed the glade file, too. The main reason for not using patches in
this post is, that this version is a major restructuring