Lines Matching refs:button_info

95 extern void DumpButtons(button_info *);
96 extern void SaveButtons(button_info *);
103 void SetButtonSize(button_info *, int, int);
107 void RecursiveLoadData(button_info *, int *, int *);
108 void CreateUberButtonWindow(button_info *, int, int);
118 Bool get_big, button_info *b, int lb, int tb, int rb, int bb,
121 void AddButtonAction(button_info *, int, char *);
122 char *GetButtonAction(button_info *, int);
128 static void HandlePanelPress(button_info *b);
175 button_info *CurrentButton = NULL, *ActiveButton = NULL;
179 button_info *UberButton = NULL;
207 static Window SwallowedWindow(button_info *b) in SwallowedWindow()
212 int IsThereADestroyEvent(button_info *b) in IsThereADestroyEvent()
247 button_info *b, *ub = UberButton; in DeadPipeCleanup()
356 void SetButtonSize(button_info *ub, int w, int h) in SetButtonSize()
410 void AddButtonAction(button_info *b, int n, char *action) in AddButtonAction()
475 char *GetButtonAction(button_info *b, int n) in GetButtonAction()
503 void SetTransparentBackground(button_info *ub, int w, int h) in SetTransparentBackground()
507 button_info *b; in SetTransparentBackground()
571 button_info *b, *ub; in main()
703 UberButton = fxmalloc(sizeof(button_info)); in main()
704 memset(UberButton, 0, sizeof(button_info)); in main()
868 static button_info *handle_new_position( in handle_new_position()
869 button_info *b, int pos_x, int pos_y) in handle_new_position()
894 button_info *tmp = ActiveButton; in handle_new_position()
916 void ButtonPressProcess (button_info *b, char **act) in ButtonPressProcess()
1031 button_info *ub, *b; in Loop()
1032 button_info *tmpb; in Loop()
1296 button_info *tmp = ActiveButton; in Loop()
1330 button_info *tmp = CurrentButton; in Loop()
1552 button_info *ub, *b; in RedrawWindow()
1611 void RecursiveLoadData(button_info *b, int *maxx, int *maxy) in RecursiveLoadData()
1927 static void HandlePanelPress(button_info *b) in HandlePanelPress()
1944 button_info *tmp; in HandlePanelPress()
2106 void CreateUberButtonWindow(button_info *ub, int maxx, int maxy) in CreateUberButtonWindow()
2441 button_info *b, *ub = UberButton; in SpawnSome()
2480 void change_swallowed_window_colorset(button_info *b, Bool do_clear) in change_swallowed_window_colorset()
2506 static void send_bg_change_to_module(button_info *b, XEvent *Event) in send_bg_change_to_module()
2531 button_info *ub, *b; in update_root_transparency()
2555 button_info *tmpb; in update_root_transparency()
2607 button_info *ub, *b; in recursive_change_colorset()
2608 button_info *tmpb; in recursive_change_colorset()
2658 button_info *ub, *b; in change_colorset()
2726 button_info *b, *ub; in process_message()
2790 button_info *b, *ub = UberButton; in process_message()
2837 button_info *b, *ub = UberButton;