.fullscreen () on windows
- From: Bart Verstraete <bartverstraete telenet be>
- To: gtkmm-list gnome org
- Subject: .fullscreen () on windows
- Date: Wed, 14 Sep 2005 16:25:37 +0200
why doesn't this work on windows I don't get a error:
#include <gtkmm/main.h>
#include <gtkmm/window.h>
int main(int argc, char *argv[])
{
Gtk::Main kit(argc, argv);
Gtk::Window window;
Gtk::Main::run(window);
window.fullscreen();
return 0;
}
pls some heelp
grts Bart
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]