Flush in GTKmm?



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?



View this message in context: Flush in GTKmm?
Sent from the Gtkmm mailing list archive at Nabble.com.


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