beremiz
Clone
Summary
Browse
Changes
Graph
Add "Generate Program" to toolbar in PLCOpenEditor standalone mode.
generate-button
2019-03-15, Schlumpf
f5891ce3228e
Add "Generate Program" to toolbar in PLCOpenEditor standalone mode.
Currently you can find the "Generate Program" action only in the file menu,
but this action is very often used in standalone mode, so I added toolbuffon.
from __future__ import absolute_import
from etherlab.etherlab import *
from util.BitmapLibrary import AddBitmapFolder
import util.paths as paths
AddBitmapFolder(os.path.join(paths.AbsDir(__file__), "images"))