Geany  dev
Data Fields
PluginFields Struct Reference

Data Fields

PluginFlags flags
 Bitmask of PluginFlags. More...
 
GtkWidget * menu_item
 Pointer to a plugin's menu item which will be automatically enabled/disabled when there are no open documents and PLUGIN_IS_DOCUMENT_SENSITIVE is set. More...
 

Detailed Description

Deprecated:
Use ui_add_document_sensitive() instead.

Fields set and owned by the plugin.

Field Documentation

◆ flags

PluginFlags PluginFields::flags

Bitmask of PluginFlags.

◆ menu_item

GtkWidget* PluginFields::menu_item

Pointer to a plugin's menu item which will be automatically enabled/disabled when there are no open documents and PLUGIN_IS_DOCUMENT_SENSITIVE is set.

This is required if using PLUGIN_IS_DOCUMENT_SENSITIVE, ignored otherwise