chiark / gitweb /
Icons for lots of popup menus.
[disorder] / disobedience / popup.h
index dd5dfeb7d9de79735266f41d36b678f2e9c32618..25726b2fa451e96ee86bba14626a9c3f4acb8afa 100644 (file)
@@ -15,6 +15,9 @@
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
+/** @file disobedience/popup.h
+ * @brief Disobedience popup menus
+ */
 #ifndef POPUP_H
 #define POPUP_H
 
@@ -23,6 +26,9 @@ struct menuitem {
   /** @brief Menu item name */
   const char *name;
 
+  /** @brief Stock icon name */
+  const char *stock;
+
   /** @brief Called to activate the menu item */
   void (*activate)(GtkMenuItem *menuitem,
                    gpointer user_data);