Geometry management natural size vs mininum size and size request

Hi all,

I’m trying to go deeper in Gtk by implementing some custom widget.
when reading the geometry management height for width, some thing is not clear for me:

  • what is minimum size
  • what is natural size
  • what is the impact of “gtk_widget_set_size_request” on minimum and natural?

I got a look at Container secrets: size allocation – GTK Development Blog but it was not clear for me.
Also can you recommend me some book I can buy to go deeper inside Gtk?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.