Is there an easy way to request that a GTK widget have a minimum width/height? I know you can do it on the column of a TreeView
, but is it available for general widgets?
相关问题
- how to define constructor for Python's new Nam
- Sorting 3 numbers without branching [closed]
- streaming md5sum of contents of a large remote tar
- Multiple sockets for clients to connect to
- How to get the background from multiple images by
For C/C++: gtk_widget_set_size_request()
PyGTK: def set_size_request(width, height)