Marco Diego Aurélio Mesquita
2010-10-30 01:36:37 UTC
This is my plan to implement one preview per "topmost" widget in glade:
- Escalate the widget tree (using gtk_widget_get_parent).
- Check (using gtk_widget_get_name and a list of the names of
widgets currently been previewed) if such widget is already been
previewed.
- If it is already been previewed, update the whole interface.
- If not, launch a preview.
Seems pretty simple. Is there any problem with this strategy?
_______________________________________________
Glade-devel maillist - Glade-***@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/glade-devel
- Escalate the widget tree (using gtk_widget_get_parent).
- Check (using gtk_widget_get_name and a list of the names of
widgets currently been previewed) if such widget is already been
previewed.
- If it is already been previewed, update the whole interface.
- If not, launch a preview.
Seems pretty simple. Is there any problem with this strategy?
_______________________________________________
Glade-devel maillist - Glade-***@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/glade-devel