|
@@ -19,8 +19,6 @@
|
|
|
|
|
|
/*** structures declarations (and typedefs of structures)*****************************************/
|
|
|
|
|
|
-struct global_keymap_t;
|
|
|
-
|
|
|
typedef struct WButtonBar
|
|
|
{
|
|
|
Widget widget;
|
|
@@ -34,15 +32,13 @@ typedef struct WButtonBar
|
|
|
} labels[BUTTONBAR_LABELS_NUM];
|
|
|
} WButtonBar;
|
|
|
|
|
|
-struct global_keymap_t;
|
|
|
-
|
|
|
/*** global variables defined in .c file *********************************************************/
|
|
|
|
|
|
/*** declarations of public functions ************************************************************/
|
|
|
|
|
|
WButtonBar *buttonbar_new (gboolean visible);
|
|
|
void buttonbar_set_label (WButtonBar * bb, int idx, const char *text,
|
|
|
- const struct global_keymap_t *keymap, const Widget * receiver);
|
|
|
+ const global_keymap_t * keymap, const Widget * receiver);
|
|
|
WButtonBar *find_buttonbar (const WDialog * h);
|
|
|
|
|
|
/*** inline functions ****************************************************************************/
|