ef546fc369
Obtained from [1] at the request of Nerijus Baliunas [2]. [1] https://web.archive.org/web/20110720231607/http://www.fcoutant.freesurf.fr/download/wmmenu-1.2.tar.gz [2] http://lists.windowmaker.org/dev/msg07991.html
13 lines
390 B
C
13 lines
390 B
C
#ifndef buttonbar_h_
|
|
#define buttonbar_h_
|
|
|
|
extern void ButtonBar_Build (void) ;
|
|
extern void ButtonBar_SetPositionFromDockApp (int x, int y, int w, int h) ;
|
|
extern void ButtonBar_Show (void) ;
|
|
extern void ButtonBar_Highlight (int col, int row) ;
|
|
extern void ButtonBar_Unhighlight (void) ;
|
|
extern void ButtonBar_Hide (void) ;
|
|
extern void ButtonBar_Rebuild (void) ;
|
|
|
|
#endif /* buttonbar_h_ */
|