geany
1.38
About: Geany is a text editor (using GTK2) with basic features of an integrated development environment (syntax highlighting, code folding, symbol name auto-completion, ...). F: office T: editor programming GTK+ IDE
![]() ![]() |
#include <plugindata.h>
Public Attributes | |
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... | |
Definition at line 448 of file plugindata.h.
PluginFlags PluginFields::flags |
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
Definition at line 455 of file plugindata.h.
Referenced by plugin_load().