Gtk window.show() (maybe just c++ related)



Hi,

Please consider any foo widget with a show() method.
Why :
foo* foo1=new(foo);
foo->show();
shows the widget, but:

foo foo1;
foo.show();

does not?


	

	
		
___________________________________________________________________________ Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! Profitez des connaissances, des opinions et des expériences des internautes sur Yahoo! Questions/Réponses http://fr.answers.yahoo.com



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