[Pidgin] #4017: Resizable-scrollable smiley window
Pidgin
trac at pidgin.im
Tue May 13 09:47:41 EDT 2008
#4017: Resizable-scrollable smiley window
---------------------------+------------------------------------------------
Reporter: Twain28 | Owner: sadrul
Type: patch | Status: closed
Priority: minor | Milestone:
Component: pidgin (gtk) | Version: 2.2.2
Resolution: fixed | Keywords: resize scroll smiley
Pending: 0 |
---------------------------+------------------------------------------------
Comment (by Twain28):
Sadrul, I checked things up with Phil Hannent, and he spotted out what was
preventing scrollbars in win....
{{{
gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW (scrolled),
GTK_POLICY_NEVER, GTK_POLICY_NEVER);
}}}
should actually look like this
{{{
gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW (scrolled),
GTK_POLICY_AUTOMATIC, GTK_POLICY_AUTOMATIC);
}}}
This way, scrolling is again possible in windows. Another thing I can't
keep noticing is the size of the smiley window....my patch used to be able
to set a fixed one using
{{{
gtk_window_set_default_size(GTK_WINDOW(dialog), 300, 290);
}}}
now I understand this won't work anymore, and I can't see any size inside
gtkimhtmltoolbar.c ....setting a default size for the smiley window is a
MUST, otherwise it won't resize....in fact, now resizing is not possible
in windows: you try to, but the huge window just sits there....
--
Ticket URL: <http://developer.pidgin.im/ticket/4017#comment:13>
Pidgin <http://pidgin.im>
Pidgin
More information about the Tracker
mailing list