1
Feature requests / Get- and Set-functions for a sfWindow.
« on: August 31, 2007, 12:46:54 am »
You already provide tons of getters. With the proposed way of operator overloading the interface is just as clean, in my opinion.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
void Width(const unsigned int)
{
< " assign "> ;
}
unsigned int Width() const
{
< " return " >;
}