Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
angros47 committed Aug 10, 2023
1 parent 7a57562 commit 4cf6afc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions inc/FLTK/Fl_Button.bi
Expand Up @@ -2,6 +2,11 @@

extern "c++"

#define FL_NORMAL_BUTTON 0
#define FL_TOGGLE_BUTTON 1
#define FL_RADIO_BUTTON (FL_RESERVED_TYPE+2)
#define FL_HIDDEN_BUTTON 3

#ifndef fl_old_shortcut
declare function fl_old_shortcut(as const zstring ptr) as unsigned long
#endif
Expand Down
2 changes: 2 additions & 0 deletions inc/FLTK/Fl_Widget.bi
Expand Up @@ -561,3 +561,5 @@ end function
private function Fl_Widget.use_accents_menu() as long
return this.flags_ and (1 shl 19)
end function

#define FL_RESERVED_TYPE 100

0 comments on commit 4cf6afc

Please sign in to comment.