jasmeer
jasmeer
@gucio321 Thank you for the reply. What I want is to main menu bar with icons. In the File example, can I cannot use an icon, i have to use...
@gucio321 It works. I modified it to use MenuItems. One small issue - menu appears to the right of the image. How do i remove this x offset? I
@gucio321 Thanks. I am using Font Awesome ICON fonts and it is working. I want to use large ICONs; but there is not room in MenuBar. Is it possible to...
@gucio321 Is this feature merged in @v0.6.2 ? Thanks
@gucio321 It doesn't work. Font size does increase, but the menubar height doesn't change; in effect a portion of the text is outside the bar. ` giu.SingleWindowWithMenuBar().Layout( giu.Style().SetFontSize(30).To( giu.MenuBar().Layout( giu.Menu("File").Layout(giu.MenuItem("menu")))),`...
Thank you @gucio321 for the quick response. That fixed the basic issue - but I still have the issue related what you said : `sMouseClicked happens only in one frame...
I am trying to implement a very elementary terminal emulator. I want it as a custom widget using canvas. All key stokes will be forwarded to the running program via...