Setting optimum gtkhtml2 widget size.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Sam

    #1

    Setting optimum gtkhtml2 widget size.

    I'm putting gtkhtml2.View() inside a gtk.ScrolledWin dow, which goes into a
    gtk.Dialog.vbox .

    How do I obtain gtkhtml2.View's preferred height, and set the dialog's
    height accordingly, given a specific width?

    I can do a gtk.Dialog.set_ default_size() up front, specifying the width and
    height large enough for everything, then create all the widgets, and realize
    them.

    But then, even after I realize everything I can't get any useful metrics
    from gtkhtml2.View() . None of the usual suspects -- get_size_reques t,
    get_allocation -- give anything useful.

    I also tried not using a ScrolledWindow, but adding gtkhtml2 as
    gtk.Dialog.vbox 's child.

    -----BEGIN PGP SIGNATURE-----
    Version: GnuPG v1.2.7 (GNU/Linux)

    iD8DBQBDP/HYx9p3GYHlUOIRA h0/AJ0SgdREJa2/i+EhYcppwW7E1FC liQCfa1+7
    j9pxMsFg4UF+owo kaeXF7P0=
    =TAPv
    -----END PGP SIGNATURE-----

Working...