Ticket #5296 (closed plugin request: fixed)
Plugin that allows to resize entry area height manually
| Reported by: | nodashi | Owned by: | |
|---|---|---|---|
| Milestone: | Plugin Suggested | Component: | plugins |
| Version: | 2.4.0 | Keywords: | |
| Cc: |
Description
This simple plugin allows users to get back an old-style input area resize policy. Makefile.am into a "plugins" subdir is patched, and new source file named "manualsize.c" is created.
Plugin tasks: when conversation created, the plugin rebuilds a tree of widgets in a conversation pane
1. Creates a GtkVPaned widget (VPane)
2. Moves old pane into a top area of VPane
2. Moves lower_hbox of conversation into a lower area of VPane
4. Adds VPane into old pane's parent
5. Connects handler to a GtkNotebook? "page-added" signal to avoid some packing issues
Attachments
Change History
Note: See
TracTickets for help on using
tickets.



