Move the bookmark widgets to their own library. Componetize things a bit.

Should make it easier to completely bypass these widgets if needed - as
will probably be the case for lite browsers and "motifs" that break cause
of them.


git-svn-id: svn://10.0.0.236/trunk@1181 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ramiro
1998-05-06 17:36:34 +00:00
parent bafb2a76af
commit ef8e0398bd
25 changed files with 136 additions and 16 deletions

View File

@@ -29,6 +29,8 @@
#include "bkmks.h"
#include <Xfe/XfeAll.h>
#include <Xfe/BmButton.h>
#include <Xfe/BmCascade.h>
#define IS_CASCADE(w) (XmIsCascadeButton(w) || XmIsCascadeButtonGadget(w))
#define IS_PUSH(w) (XmIsPushButton(w) || XmIsPushButtonGadget(w))