c - gtk_window_set_resizable sets window to minimum -


i have question this. concern answer. mean call

gtk_window_set_default_size (gtk_window(window), width, height); gtk_window_set_resizable (gtk_window(window), false); 

sets window tiniest one. have idea?

thanks.

yury

try gtk_window_set_geometry_hints set minimum size of window.


Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

php - joomla get content in onBeforeCompileHead function -