mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-16 14:15:46 +01:00
Rearranged the structure of the WINGs subdirectory.
Created Documentation, Examples and Tests subdirectories. Run update-autoconf after this update.
This commit is contained in:
15
WINGs/Tests/mywidget.h
Normal file
15
WINGs/Tests/mywidget.h
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
/*
|
||||
* Header for demo widget.
|
||||
*
|
||||
*/
|
||||
|
||||
typedef struct W_MyWidget MyWidget;
|
||||
|
||||
|
||||
MyWidget *CreateMyWidget(WMWidget *parent);
|
||||
|
||||
void SetMyWidgetText(MyWidget *mPtr, char *text);
|
||||
|
||||
W_Class InitMyWidget(WMScreen *scr);
|
||||
|
||||
Reference in New Issue
Block a user