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

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -