comparison doc/gntgaim.1.in @ 14369:66cb461d6079

[gaim-migrate @ 17075] Update the manual for mouse-support and window-manager in gntgaim. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Tue, 29 Aug 2006 01:58:14 +0000
parents bcfeac54c1b3
children 4badb7289e31
comparison
equal deleted inserted replaced
14368:705c76724ce2 14369:66cb461d6079
105 .br 105 .br
106 [general] 106 [general]
107 .br 107 .br
108 shadow = 0 108 shadow = 0
109 .br 109 .br
110 # There is experimental mouse support
111 .br
112 mouse = 1
113 .br
114 # To use some custom window-manager
115 .br
116 wm = /usr/local/lib/gaim/s.so
117 .br
110 118
111 .br 119 .br
112 [colors] 120 [colors]
113 .br 121 .br
114 # The RGB values range in [0, 1000] 122 # The RGB values range in [0, 1000]
178 .br 186 .br
179 [GntButton::remap] 187 [GntButton::remap]
180 .br 188 .br
181 \\ = \\r 189 \\ = \\r
182 .br 190 .br
191
192 .SH Mouse Support
193 There is experimental mouse support. You can focus windows, activate buttons,
194 select rows in a list, scroll using the wheel-scroll etc. Mouse support is
195 disabled by default, so you need to enable it in ~/.gntrc (see the sample
196 above).
197
198 .SH Window Management
199 The default window management is very limited. But it is possible to write
200 custom window managers to suit your needs. There is a sample window-manager
201 included (named \fIs.so\fR) which adds a little 'close-button' for the windows,
202 removes the borders from the buddylist and pops up new windows in the middle of
203 the screen, instead of at the upper-left corder. It is provided as a sample
204 simple manager, but it should be possible to write more complex managers, and
205 it's very possible that the window-manager API will need to be enhanced. Look at
206 the sample ~/.gntrc file above to see how to select a window-manager.
207
183 208
184 .SH Conversation Commands 209 .SH Conversation Commands
185 There are a few helpful commands in addition to the regular commands. You can 210 There are a few helpful commands in addition to the regular commands. You can
186 use these from any conversation to access other windows. 211 use these from any conversation to access other windows.
187 212
223 248
224 Before sending a bug report, please verify that you have the latest 249 Before sending a bug report, please verify that you have the latest
225 version of \fBgntgaim\fR and \fBlibgaim\fR. Many bugs (major and minor) are 250 version of \fBgntgaim\fR and \fBlibgaim\fR. Many bugs (major and minor) are
226 fixed at each release, and if yours is out of date, the problem may already have 251 fixed at each release, and if yours is out of date, the problem may already have
227 been solved. 252 been solved.
253
254 You are also encouraged to drop by at \fB#gaim\fR on \fIirc.freenode.net\fR to
255 discuss about development.
228 256
229 .SH SEE ALSO 257 .SH SEE ALSO
230 \fIhttp://gaim.sourceforge.net/\fR 258 \fIhttp://gaim.sourceforge.net/\fR
231 .br 259 .br
232 \fIhttp://www.sourceforge.net/projects/gaim/\fR 260 \fIhttp://www.sourceforge.net/projects/gaim/\fR