Menu

#4 update widgets separatly

open
None
6
2004-10-26
2004-10-26
No

actually it seems that relayout() is the only way to
take effect programmatically made changes on widgets
(e.g. inputfields); it should be possible to update
widgets separatly, not envolving whole dialogs; using
relayout() to show such changes redraws the dialog
everytime which results in repositioning the
dialog-window (GTK) and loosing the focus on the
appropriated widget (inputfield)

Discussion

  • Stefan Sauer

    Stefan Sauer - 2004-10-27

    Logged In: YES
    user_id=250654

    In theory
    gitk_widget_set_value()
    should be sufficient. Isn't it?

     
  • Nobody/Anonymous

    Logged In: NO

    Unfortunately not :o(

     
  • Nobody/Anonymous

    Logged In: NO

    at least when working with the gtk renderer it isn't
    sufficient to call gitk_widget_set_value() only!