结构
GtkRequisition
[−]
说明 [src]
struct GtkRequisition {
int width;
int height;
}
表示窗口小部件的所需大小。
有关更多信息,请参阅 GtkWidget 的几何管理部分。