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
Post a Comment