[Pidgin] #1632: Make it possible for plugins to retrieve the X11 docklet widget

Pidgin trac at pidgin.im
Thu Jun 14 16:33:47 EDT 2007


#1632: Make it possible for plugins to retrieve the X11 docklet widget
---------------------------+------------------------------------------------
  Reporter:  denisw        |       Owner:  charkins
      Type:  patch         |      Status:  assigned
  Priority:  minor         |   Milestone:  2.1.0   
 Component:  pidgin (gtk)  |     Version:  2.0.1   
Resolution:                |    Keywords:          
   Pending:  0             |  
---------------------------+------------------------------------------------
Changes (by charkins):

  * status:  new => assigned

Comment:

 For consistency, I'd prefer if this were in gtkdocklet with
 implementations for both X11 and win32. The signature could be changed to:

    GtkWidget *pidgin_docklet_get_widget(void)

 The X11 implementation (via a ui_ops call) is pretty obvious. win32 would
 just not implement the ui_op for now, and gtkdocklet would just return
 NULL. I see there is a comment in gtkdocklet-win32 about switching to
 GtkStatusIcon when WinPidgin switches to Gtk+ 2.10 (which has happened).
 So it's possible this could be implemented eventually on win32 as well.

 I assume this would make ticket #521 unnecessary (since the purpose of
 that patch was also for use with libnotify).

 If no one objects, I'll go ahead and work this into 2.1.0 as described.

-- 
Ticket URL: <https://developer.pidgin.im/ticket/1632#comment:2>
Pidgin <http://pidgin.im>
Pidgin


More information about the Tracker mailing list