I want a vertical scroll bar for the Plugin Configure screen in gaim that I'm working on. This isn't the screen that lists all the plugins, this is the screen that opens when you click 'Configure' when highlighting an active plugin.
I want to set the size of the window for the plugin and perhaps have a vertical scroll bar on it so users can scroll up and/or down to see all the options.
I've looked at the GaimPluginInfo and GaimGtkPluginUiInfo structure in the doxygen docs but can't find where I could specify in one of those structs where to set a width/height/scrollbar variable/flag when gaim draws the plugin configure screen.
The only GAIM_PLUGIN_FLAG that is used in Gaim (that I could find) is the GAIM_PLUGIN_FLAG_INVISIBLE flag.
Any help, much appreciated..
Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I want a vertical scroll bar for the Plugin Configure screen in gaim that I'm working on. This isn't the screen that lists all the plugins, this is the screen that opens when you click 'Configure' when highlighting an active plugin.
I want to set the size of the window for the plugin and perhaps have a vertical scroll bar on it so users can scroll up and/or down to see all the options.
I've looked at the GaimPluginInfo and GaimGtkPluginUiInfo structure in the doxygen docs but can't find where I could specify in one of those structs where to set a width/height/scrollbar variable/flag when gaim draws the plugin configure screen.
The only GAIM_PLUGIN_FLAG that is used in Gaim (that I could find) is the GAIM_PLUGIN_FLAG_INVISIBLE flag.
Any help, much appreciated..
Thanks.