[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Flush in GTKmm?
- From: "Adam Ch." <adam chyla gmail com>
- To: gtkmm-list gnome org
- Subject: Flush in GTKmm?
- Date: Fri, 29 Aug 2008 07:30:12 -0700 (PDT)
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]