Audacious $Id:Doxyfile42802007-03-2104:39:00Znenolod$
Defines | Functions
gtk-compat.h File Reference
#include <string.h>

Go to the source code of this file.

Defines

#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_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 Documentation

#define gdk_window_get_geometry   gdk_window_get_geometry_compat

Definition at line 60 of file gtk-compat.h.

Referenced by gdk_window_get_geometry_compat().

#define gtk_adjustment_get_page_size (   a)    ((a)->page_size)

Definition at line 14 of file gtk-compat.h.

#define gtk_adjustment_get_upper (   a)    ((a)->upper)

Definition at line 15 of file gtk-compat.h.

#define gtk_combo_box_text_append_text   gtk_combo_box_append_text

Definition at line 63 of file gtk-compat.h.

Referenced by create_playlist_category(), fill_cbox(), and output_combo_fill().

#define gtk_combo_box_text_new   gtk_combo_box_new_text

Definition at line 61 of file gtk-compat.h.

Referenced by create_cbox(), create_output_plugin_box(), and create_playlist_category().

#define gtk_combo_box_text_new_with_entry   gtk_combo_box_entry_new_text

Definition at line 62 of file gtk-compat.h.

#define gtk_dialog_get_action_area (   d)    ((d)->action_area)

Definition at line 16 of file gtk-compat.h.

#define gtk_dialog_get_content_area (   d)    ((d)->vbox)

Definition at line 17 of file gtk-compat.h.

#define gtk_selection_data_get_data (   s)    ((s)->data)

Definition at line 18 of file gtk-compat.h.

#define gtk_selection_data_get_length (   s)    ((s)->length)

Definition at line 19 of file gtk-compat.h.

#define gtk_widget_get_allocation (   w,
  a 
)    memcpy ((a), & (w)->allocation, sizeof (GtkAllocation))

Definition at line 41 of file gtk-compat.h.

#define gtk_widget_get_sensitive   GTK_WIDGET_SENSITIVE

Definition at line 42 of file gtk-compat.h.

#define gtk_widget_get_visible   GTK_WIDGET_VISIBLE

Definition at line 43 of file gtk-compat.h.

#define gtk_widget_get_window (   w)    ((w)->window)

Definition at line 20 of file gtk-compat.h.

#define gtk_widget_is_drawable   GTK_WIDGET_DRAWABLE

Definition at line 48 of file gtk-compat.h.

#define gtk_widget_is_toplevel   GTK_WIDGET_TOPLEVEL

Definition at line 44 of file gtk-compat.h.

#define GtkComboBoxText   GtkComboBox

Definition at line 59 of file gtk-compat.h.

Referenced by create_playlist_category(), fill_cbox(), and output_combo_fill().


Function Documentation

static void gdk_window_get_geometry_compat ( GdkWindow *  win,
gint x,
gint y,
gint w,
gint h 
) [inline, static]

Definition at line 53 of file gtk-compat.h.

static void gtk_widget_set_can_default ( GtkWidget *  w,
gboolean  b 
) [inline, static]
static void gtk_widget_set_can_focus ( GtkWidget *  w,
gboolean  b 
) [inline, static]

Definition at line 33 of file gtk-compat.h.

Referenced by create_playlist_category(), and create_prefs_window().