Hello. I have this function:
//...
OkAlignment.add(OkButton);
show_all_children();
Button();
}
void OknoGlowne::Button()
{
for(int
sek = 3; sek > 0;
sek--)
{
sleep(1000);
//
something like flush();
}
OkButton.set_label("Ok");
}
#endif
But
function is running before window show. I think there maybe something
like flush(). What is flush() name in GTKmm?