This commit is contained in:
Michael H.G. Schmidt 2023-02-14 10:43:51 +01:00
parent 963642159e
commit bf483549cb
2 changed files with 8 additions and 6 deletions

View File

@ -123,8 +123,10 @@ If OpenWindow(0, 100, 200, 800, 600, "MiniBrowser", #PB_Window_MinimizeGadget |
Case 5 Case 5
SetGadgetText(10, GetGadgetText(4)) SetGadgetText(10, GetGadgetText(4))
EndSelect EndSelect
Case #PB_Event_Menu ; We only have one shortcut Case #PB_Event_Menu ; We only have one shortcut
SetGadgetText(10, GetGadgetText(4)) SetGadgetText(10, GetGadgetText(4))
EndSelect EndSelect
Until Event = #PB_Event_CloseWindow Until Event = #PB_Event_CloseWindow
@ -132,8 +134,8 @@ If OpenWindow(0, 100, 200, 800, 600, "MiniBrowser", #PB_Window_MinimizeGadget |
EndIf EndIf
; IDE Options = PureBasic 5.73 LTS (Windows - x64) ; IDE Options = PureBasic 5.73 LTS (Windows - x64)
; CursorPosition = 105 ; CursorPosition = 98
; FirstLine = 79 ; FirstLine = 77
; Folding = - ; Folding = -
; EnableXP ; EnableXP
; UseIcon = internet_free_icon.ico ; UseIcon = internet_free_icon.ico

Binary file not shown.