Audacious
$Id:Doxyfile42802007-03-2104:39:00Znenolod$
|
#include <string.h>
Go to the source code of this file.
Defines | |
#define | GDK_WINDOW_TYPE_HINT_TOOLTIP GDK_WINDOW_TYPE_HINT_MENU |
#define | gtk_label_set_line_wrap_mode(...) |
#define | gtk_widget_set_tooltip_text(...) |
#define | gtk_adjustment_get_page_size(a) ((a)->page_size) |
#define | gtk_adjustment_get_upper(a) ((a)->upper) |
#define | gtk_dialog_get_action_area(d) ((d)->action_area) |
#define | gtk_dialog_get_content_area(d) ((d)->vbox) |
#define | gtk_selection_data_get_data(s) ((s)->data) |
#define | gtk_selection_data_get_length(s) ((s)->length) |
#define | gtk_widget_get_window(w) ((w)->window) |
#define | gtk_widget_get_allocation(w, a) memcpy ((a), & (w)->allocation, sizeof (GtkAllocation)) |
#define | gtk_widget_get_sensitive GTK_WIDGET_SENSITIVE |
#define | gtk_widget_get_visible GTK_WIDGET_VISIBLE |
#define | gtk_widget_is_toplevel GTK_WIDGET_TOPLEVEL |
#define | gtk_widget_is_drawable GTK_WIDGET_DRAWABLE |
#define | GtkComboBoxText GtkComboBox |
#define | gdk_window_get_geometry gdk_window_get_geometry_compat |
#define | gtk_combo_box_text_new gtk_combo_box_new_text |
#define | gtk_combo_box_text_new_with_entry gtk_combo_box_entry_new_text |
#define | gtk_combo_box_text_append_text gtk_combo_box_append_text |
Functions | |
static void | gtk_tree_view_convert_widget_to_bin_window_coords (GtkTreeView *tree, gint wx, gint wy, gint *bx, gint *by) |
static void | gtk_widget_set_can_default (GtkWidget *w, gboolean b) |
static void | gtk_widget_set_can_focus (GtkWidget *w, gboolean b) |
static void | gdk_window_get_geometry_compat (GdkWindow *win, gint *x, gint *y, gint *w, gint *h) |
#define gdk_window_get_geometry gdk_window_get_geometry_compat |
Definition at line 79 of file gtk-compat.h.
Referenced by gdk_window_get_geometry_compat().
#define GDK_WINDOW_TYPE_HINT_TOOLTIP GDK_WINDOW_TYPE_HINT_MENU |
Definition at line 14 of file gtk-compat.h.
Definition at line 33 of file gtk-compat.h.
Definition at line 34 of file gtk-compat.h.
#define gtk_combo_box_text_append_text gtk_combo_box_append_text |
Definition at line 82 of file gtk-compat.h.
#define gtk_combo_box_text_new gtk_combo_box_new_text |
Definition at line 80 of file gtk-compat.h.
#define gtk_combo_box_text_new_with_entry gtk_combo_box_entry_new_text |
Definition at line 81 of file gtk-compat.h.
#define gtk_dialog_get_action_area | ( | d | ) | ((d)->action_area) |
Definition at line 35 of file gtk-compat.h.
#define gtk_dialog_get_content_area | ( | d | ) | ((d)->vbox) |
Definition at line 36 of file gtk-compat.h.
#define gtk_label_set_line_wrap_mode | ( | ... | ) |
Definition at line 15 of file gtk-compat.h.
#define gtk_selection_data_get_data | ( | s | ) | ((s)->data) |
Definition at line 37 of file gtk-compat.h.
#define gtk_selection_data_get_length | ( | s | ) | ((s)->length) |
Definition at line 38 of file gtk-compat.h.
Definition at line 60 of file gtk-compat.h.
#define gtk_widget_get_sensitive GTK_WIDGET_SENSITIVE |
Definition at line 61 of file gtk-compat.h.
#define gtk_widget_get_visible GTK_WIDGET_VISIBLE |
Definition at line 62 of file gtk-compat.h.
#define gtk_widget_get_window | ( | w | ) | ((w)->window) |
Definition at line 39 of file gtk-compat.h.
Referenced by on_titlestring_help_button_clicked().
#define gtk_widget_is_drawable GTK_WIDGET_DRAWABLE |
Definition at line 67 of file gtk-compat.h.
#define gtk_widget_is_toplevel GTK_WIDGET_TOPLEVEL |
Definition at line 63 of file gtk-compat.h.
#define gtk_widget_set_tooltip_text | ( | ... | ) |
Definition at line 29 of file gtk-compat.h.
Referenced by create_entry(), create_playlist_category(), create_spin_button(), and create_widgets_with_domain().
#define GtkComboBoxText GtkComboBox |
Definition at line 78 of file gtk-compat.h.
static void gdk_window_get_geometry_compat | ( | GdkWindow * | win, |
gint * | x, | ||
gint * | y, | ||
gint * | w, | ||
gint * | h | ||
) | [inline, static] |
Definition at line 72 of file gtk-compat.h.
static void gtk_tree_view_convert_widget_to_bin_window_coords | ( | GtkTreeView * | tree, |
gint | wx, | ||
gint | wy, | ||
gint * | bx, | ||
gint * | by | ||
) | [inline, static] |
Definition at line 21 of file gtk-compat.h.
static void gtk_widget_set_can_default | ( | GtkWidget * | w, |
gboolean | b | ||
) | [inline, static] |
Definition at line 44 of file gtk-compat.h.
Referenced by create_audio_category(), create_filepopup_settings(), create_plugin_category(), create_plugin_preferences(), and create_prefs_window().
static void gtk_widget_set_can_focus | ( | GtkWidget * | w, |
gboolean | b | ||
) | [inline, static] |
Definition at line 52 of file gtk-compat.h.
Referenced by create_playlist_category(), and create_prefs_window().