> 
> Correct me if I am wrong,
> Is "dm * qt_open(....)" the right function from where the tk window is
> being generated when we run "attach qt”?
> 

Yes, you are right. In qt_open are created both the Tk window and the Qt one 
which is embedded in the Tk one.

> Also can you tell what does "Tk_Window top", "Tk_Window xtkwin" and
> "Tk_Window tkwin" represents?
> How are they inter-related?
> 'xtkwin' is a top-level window.

xtkwin is usually a top-level window in which case “top" and “xtkwin" are the 
same. So, tkwin is the main window and xtkwin is the window in which the 
drawing occurs, but we should get rid of all of them and only have a QWindow.

> Which is the framebuffer window that should be embedded into this 'xtkwin’?

You can find the framebuffer implementation in libfb/if-qt.cpp. 
------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Developer mailing list
brlcad-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-devel

Reply via email to