Action.setStockId

Warning gtk_action_set_stock_id has been deprecated since version 3.10 and should not be used in newly-written code. Use GAction instead, which has no equivalent of stock items Sets the stock id on action Since 2.16

  1. void setStockId(StockID stockId)
  2. void setStockId(string stockId)
    class Action
    void
    setStockId
    (
    string stockId
    )

Parameters

stockId string

the stock id

Meta