Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个这样的问题。但它关心回答。我的意思是那个电话
gtk_window_set_default_size (GTK_WINDOW(window), width, height); gtk_window_set_resizable (GTK_WINDOW(window), FALSE);
将我的窗口设置为最小的一个。你有什么想法吗?
谢谢。
尤里
尝试gtk_window_set_geometry_hints设置窗口的最小尺寸。
gtk_window_set_geometry_hints