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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user