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