pidgin. More...
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures | |
struct | _PidginWindow |
A GTK+ representation of a graphical window containing one or more conversations. More... | |
typedef void(* | PidginConvPlacementFunc )(PidginConversation *) |
GList * | pidgin_conv_placement_get_options (void) |
void | pidgin_conv_placement_add_fnc (const char *id, const char *name, PidginConvPlacementFunc fnc) |
void | pidgin_conv_placement_remove_fnc (const char *id) |
const char * | pidgin_conv_placement_get_name (const char *id) |
PidginConvPlacementFunc | pidgin_conv_placement_get_fnc (const char *id) |
void | pidgin_conv_placement_set_current_func (PidginConvPlacementFunc func) |
PidginConvPlacementFunc | pidgin_conv_placement_get_current_func (void) |
void | pidgin_conv_placement_place (PidginConversation *gtkconv) |
PidginWindow * | pidgin_conv_window_new (void) |
void | pidgin_conv_window_destroy (PidginWindow *win) |
GList * | pidgin_conv_windows_get_list (void) |
void | pidgin_conv_window_show (PidginWindow *win) |
void | pidgin_conv_window_hide (PidginWindow *win) |
void | pidgin_conv_window_raise (PidginWindow *win) |
void | pidgin_conv_window_switch_gtkconv (PidginWindow *win, PidginConversation *gtkconv) |
void | pidgin_conv_window_add_gtkconv (PidginWindow *win, PidginConversation *gtkconv) |
void | pidgin_conv_window_remove_gtkconv (PidginWindow *win, PidginConversation *gtkconv) |
PidginConversation * | pidgin_conv_window_get_gtkconv_at_index (const PidginWindow *win, int index) |
PidginConversation * | pidgin_conv_window_get_active_gtkconv (const PidginWindow *win) |
PurpleConversation * | pidgin_conv_window_get_active_conversation (const PidginWindow *win) |
gboolean | pidgin_conv_window_is_active_conversation (const PurpleConversation *conv) |
gboolean | pidgin_conv_window_has_focus (PidginWindow *win) |
PidginWindow * | pidgin_conv_window_get_at_xy (int x, int y) |
GList * | pidgin_conv_window_get_gtkconvs (PidginWindow *win) |
guint | pidgin_conv_window_get_gtkconv_count (PidginWindow *win) |
PidginWindow * | pidgin_conv_window_first_with_type (PurpleConversationType type) |
PidginWindow * | pidgin_conv_window_last_with_type (PurpleConversationType type) |
Typedefs | |
typedef _PidginWindow | PidginWindow |
pidgin.
Pidgin is the legal property of its developers, whose names are too numerous to list here. Please refer to the COPYRIGHT file distributed with this source distribution.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA