gtk - What does GTK_WINDOW(window)->allow_shrink = TRUE mean in c? -


i'm getting started gtk,anyone knows means?

gtk_window(window)->allow_shrink = true; 

it means user can resize window smaller dimensions specified on creation of window. gtk+ has excellent reference, a quick search need.


Comments

Popular posts from this blog

php - How to build a web site which gives a sub-domain dynamically to every registered user? -

Delphi Wmi Query on a Remote Machine -