Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CameraPhotoIcon = &fyne.StaticResource{ StaticName: "camera_photo.svg", StaticContent: []byte( "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"black\" width=\"24px\" height=\"24px\">\n <path d=\"M0 0h24v24H0z\" fill=\"none\"/>\n <circle cx=\"12\" cy=\"12\" r=\"3.2\"/>\n <path d=\"M9 2L7.17 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2h-3.17L15 2H9zm3 15c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z\"/>\n</svg>"), }
View Source
var CameraVideoIcon = &fyne.StaticResource{ StaticName: "camera_video.svg", StaticContent: []byte( "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"black\" width=\"24px\" height=\"24px\">\n <path d=\"M0 0h24v24H0z\" fill=\"none\"/>\n <path d=\"M17 10.5V7c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-3.5l4 4v-11l-4 4z\"/>\n</svg>"), }
View Source
var MicrophoneIcon = &fyne.StaticResource{ StaticName: "microphone.svg", StaticContent: []byte( "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"black\" width=\"24px\" height=\"24px\">\n <path d=\"M0 0h24v24H0z\" fill=\"none\"/>\n <path d=\"M12 14c1.66 0 2.99-1.34 2.99-3L15 5c0-1.66-1.34-3-3-3S9 3.34 9 5v6c0 1.66 1.34 3 3 3zm5.3-3c0 3-2.54 5.1-5.3 5.1S6.7 14 6.7 11H5c0 3.41 2.72 6.23 6 6.72V21h2v-3.28c3.28-.48 6-3.3 6-6.72h-1.7z\"/>\n</svg>"), }
View Source
var SpaceIcon = &fyne.StaticResource{ StaticName: "space.svg", StaticContent: []byte( "<!DOCTYPE svg PUBLIC \"-//W3C//DTD SVG 1.1//EN\" \"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd\">\n<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xml:space=\"preserve\" width=\"288\" height=\"48\">\n <!-- Background -->\n <!-- TODO FIXME OKSVG doesn't support percentages <rect fill=\"black\" stroke=\"black\" width=\"100%\" height=\"100%\"/> -->\n <rect fill=\"black\" stroke=\"black\" width=\"288\" height=\"48\"/>\n <!-- Lines -->\n <g fill=\"none\" stroke=\"white\" stroke-linecap=\"butt\" stroke-linejoin=\"bevel\" stroke-width=\"1\">\n <!-- Guides -->\n <!--\n <polyline points=\"24,0 24,48\" />\n <polyline points=\"72,0 72,48\" />\n <polyline points=\"120,0 120,48\" />\n <polyline points=\"168,0 168,48\" />\n <polyline points=\"216,0 216,48\" />\n <polyline points=\"264,0 264,48\" />\n -->\n <!-- S -->\n <polyline points=\"60,6 36,18 60,30 36,42\" />\n <!-- P -->\n <polyline points=\"84,42 84,6 108,15 84,24\" />\n <!-- A -->\n <polyline points=\"132,42 143,6 154,42\" />\n <!-- C -->\n <polyline points=\"204,6 180,24 204,42\" />\n <!-- E -->\n <polyline points=\"252,6 228,24 252,24 228,24 252,42\" />\n </g>\n <!-- Dots -->\n <g fill=\"white\">\n <!-- S -->\n <circle cx=\"60\" cy=\"6\" r=\"1\" />\n <circle cx=\"36\" cy=\"18\" r=\"1\" />\n <circle cx=\"60\" cy=\"30\" r=\"1\" />\n <circle cx=\"36\" cy=\"42\" r=\"1\" />\n <!-- P -->\n <circle cx=\"84\" cy=\"42\" r=\"1\" />\n <circle cx=\"84\" cy=\"6\" r=\"1\" />\n <circle cx=\"108\" cy=\"15\" r=\"1\" />\n <circle cx=\"84\" cy=\"24\" r=\"1\" />\n <!-- A -->\n <circle cx=\"132\" cy=\"42\" r=\"1\" />\n <circle cx=\"143\" cy=\"6\" r=\"1\" />\n <circle cx=\"154\" cy=\"42\" r=\"1\" />\n <!-- C -->\n <circle cx=\"204\" cy=\"6\" r=\"1\" />\n <circle cx=\"180\" cy=\"24\" r=\"1\" />\n <circle cx=\"204\" cy=\"42\" r=\"1\" />\n <!-- E -->\n <circle cx=\"252\" cy=\"6\" r=\"1\" />\n <circle cx=\"228\" cy=\"24\" r=\"1\" />\n <circle cx=\"252\" cy=\"24\" r=\"1\" />\n <circle cx=\"252\" cy=\"42\" r=\"1\" />\n </g>\n</svg>\n"), }
View Source
var StorageIcon = &fyne.StaticResource{ StaticName: "storage.svg", StaticContent: []byte( "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"black\" width=\"24px\" height=\"24px\">\n <path d=\"M0 0h24v24H0z\" fill=\"none\"/>\n <path d=\"M2 20h20v-4H2v4zm2-3h2v2H4v-2zM2 4v4h20V4H2zm4 3H4V5h2v2zm-4 7h20v-4H2v4zm2-3h2v2H4v-2z\"/>\n</svg>"), }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.