The Great Chrome Rewrite of 1998. Use a chrome manager instead of

doAttachments().  Fixes numerous toolbox bugs and completely simplifies
the way xfe does chrome.  Reviewed by slamm.


git-svn-id: svn://10.0.0.236/trunk@291 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ramiro
1998-04-15 02:06:22 +00:00
parent eab23cb735
commit 5bc5ea684f
19 changed files with 238 additions and 384 deletions

View File

@@ -189,21 +189,12 @@ XFE_AddrBookFrame::XFE_AddrBookFrame(Widget toplevel,
* import from XFE_BookmarkFrame::XFE_BookmarkFrame
*/
XFE_AB2PaneView *view = new XFE_AB2PaneView(this,
getViewParent(),
getChromeParent(),
NULL,
m_context,
AB_BOOK);
m_abView = (XFE_AddrBookView *) view->getEntriesListView();
/* Attachment
*/
XtVaSetValues(view->getBaseWidget(),
XmNleftAttachment, XmATTACH_FORM,
XmNtopAttachment, XmATTACH_FORM,
XmNrightAttachment, XmATTACH_FORM,
XmNbottomAttachment, XmATTACH_FORM,
NULL);
setView(view);
setMenubar(menu_bar_spec);