|
Crossfire Client, Branches
R11627
|
Collaboration diagram for Info_Pane:Data Fields | |
| GtkAdjustment * | adjustment |
| GtkTextTag * | bold_tag |
| GtkTextTag * | color_tags [NUM_COLORS] |
| GtkTextTag * | default_tag |
| GtkTextTag * | font_tags [NUM_FONTS] |
| GtkTextTag * | italic_tag |
| GtkTextTag ** | msg_type_tags [MSG_TYPE_LAST] |
| GtkWidget * | scrolled_window |
| GtkTextBuffer * | textbuffer |
| GtkTextMark * | textmark |
| GtkWidget * | textview |
| GtkTextTag * | underline_tag |
| GtkAdjustment* Info_Pane::adjustment |
Definition at line 89 of file info.c.
Referenced by add_to_textbuf(), draw_info(), and info_init().
| GtkTextTag* Info_Pane::bold_tag |
Definition at line 92 of file info.c.
Referenced by info_get_styles().
| GtkTextTag* Info_Pane::color_tags[NUM_COLORS] |
Definition at line 90 of file info.c.
Referenced by add_to_textbuf(), and info_get_styles().
| GtkTextTag * Info_Pane::default_tag |
Definition at line 92 of file info.c.
Referenced by add_to_textbuf(), and info_get_styles().
| GtkTextTag* Info_Pane::font_tags[NUM_FONTS] |
Definition at line 91 of file info.c.
Referenced by info_get_styles().
| GtkTextTag * Info_Pane::italic_tag |
Definition at line 92 of file info.c.
Referenced by info_get_styles().
| GtkTextTag** Info_Pane::msg_type_tags[MSG_TYPE_LAST] |
Definition at line 93 of file info.c.
Referenced by add_to_textbuf(), and info_get_styles().
| GtkWidget* Info_Pane::scrolled_window |
Definition at line 86 of file info.c.
Referenced by info_init().
| GtkTextBuffer* Info_Pane::textbuffer |
Definition at line 87 of file info.c.
Referenced by info_init().
| GtkTextMark* Info_Pane::textmark |
Definition at line 88 of file info.c.
Referenced by info_init().
| GtkWidget* Info_Pane::textview |
Definition at line 85 of file info.c.
Referenced by info_init().
| GtkTextTag * Info_Pane::underline_tag |
Definition at line 92 of file info.c.
Referenced by info_get_styles().