[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]
[XaraXtreme-dev] Document titles?
- From: Phil Martin <phil@xxxxxxxx>
- Date: Tue, 02 May 2006 12:57:59 +0100
- Subject: [XaraXtreme-dev] Document titles?
Anyone know offhand how the document title gets transferred (or should
get transferred) into the view title and frame title under wxWidgets?
I have followed our code through our calls to our CCamDoc::SetTitle
(which calls wxDocument::SetTitle) but that doesn't result in the tab
caption changing for the current view or the top-level frame's title bar...
I can't find what is setting the tab captions or why wxDocument's title
is being ignored.
Phil