1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-14 04:45:57 +01:00

- Added WMSetButtonImageDimsWhenDisabled() and WMGetButtonEnabled()

- Cleaned-up the header files of functions/vars declared but not implemented
This commit is contained in:
dan
2002-03-29 01:24:12 +00:00
parent ad0ad5af22
commit 6e72c20248
5 changed files with 63 additions and 32 deletions

View File

@@ -3191,8 +3191,8 @@ WMCreateTextForDocumentType(WMWidget *parent, WMAction *parser, WMAction *writer
WMRegisterViewForDraggedTypes(tPtr->view, types);
}
WMAddNotificationObserver(fontChanged, tPtr,
"WMFontPanelDidChangeNotification", tPtr);
/*WMAddNotificationObserver(fontChanged, tPtr,
WMFontPanelDidChangeNotification, tPtr);*/
tPtr->firstTextBlock = NULL;
tPtr->lastTextBlock = NULL;