#include "gtkgaim.h"
#include "account.h"
#include "conversation.h"
Include dependency graph for gtkdialogs.h:
Go to the source code of this file.
Data Structures | |
struct | queued_message |
struct | smiley_theme |
Defines | |
#define | GAIM_GTK_UI "gtk-gaim" |
Our UI's identifier. | |
#define | GAIM_DIALOG(x) |
#define | GAIM_WINDOW_ICONIFIED(x) (gdk_window_get_state(GTK_WIDGET(x)->window) & GDK_WINDOW_STATE_ICONIFIED) |
#define | DEFAULT_FONT_FACE "Helvetica" |
Functions | |
void | gaim_gtkdialogs_destroy_all () |
void | gaim_gtkdialogs_about () |
void | gaim_gtkdialogs_im () |
void | gaim_gtkdialogs_im_with_user (GaimAccount *, const char *) |
void | gaim_gtkdialogs_info () |
void | gaim_gtkdialogs_log () |
void | gaim_gtkdialogs_warn (GaimConnection *, const char *) |
void | gaim_gtkdialogs_alias_contact (GaimContact *) |
void | gaim_gtkdialogs_alias_buddy (GaimBuddy *) |
void | gaim_gtkdialogs_alias_chat (GaimChat *) |
void | gaim_gtkdialogs_remove_buddy (GaimBuddy *) |
void | gaim_gtkdialogs_remove_group (GaimGroup *) |
void | gaim_gtkdialogs_remove_chat (GaimChat *) |
void | gaim_gtkdialogs_remove_contact (GaimContact *) |
void | show_login () |
void | gaim_setup (GaimConnection *) |
void | session_init (gchar *, gchar *, gchar *) |
void | session_end () |
void | smiley_themeize (GtkWidget *) |
void | smiley_theme_probe () |
void | load_smiley_theme (const char *file, gboolean load) |
GSList * | get_proto_smileys (const char *id) |
Variables | |
GtkWidget * | mainwindow |
int | docklet_count |
smiley_theme * | current_smiley_theme |
GSList * | smiley_themes |
#define GAIM_DIALOG | ( | x | ) |
Value:
x = gtk_window_new(GTK_WINDOW_TOPLEVEL); \ gtk_window_set_type_hint(GTK_WINDOW(x), GDK_WINDOW_TYPE_HINT_DIALOG)