Crossfire Client, Trunk
Info_Pane Struct Reference

#include <info.h>

+ 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
 

Detailed Description

Definition at line 55 of file info.h.

Field Documentation

◆ adjustment

GtkAdjustment* Info_Pane::adjustment

Definition at line 61 of file info.h.

Referenced by add_to_textbuf(), and info_init().

◆ bold_tag

GtkTextTag* Info_Pane::bold_tag

Definition at line 64 of file info.h.

Referenced by add_tags_to_textbuffer(), and add_to_textbuf().

◆ color_tags

GtkTextTag* Info_Pane::color_tags[NUM_COLORS]

Definition at line 62 of file info.h.

Referenced by add_style_to_textbuffer(), add_tags_to_textbuffer(), and add_to_textbuf().

◆ default_tag

GtkTextTag * Info_Pane::default_tag

Definition at line 64 of file info.h.

Referenced by add_tags_to_textbuffer(), and add_to_textbuf().

◆ font_tags

GtkTextTag* Info_Pane::font_tags[NUM_FONTS]

Definition at line 63 of file info.h.

Referenced by add_style_to_textbuffer(), add_tags_to_textbuffer(), and add_to_textbuf().

◆ italic_tag

GtkTextTag * Info_Pane::italic_tag

Definition at line 64 of file info.h.

Referenced by add_tags_to_textbuffer(), and add_to_textbuf().

◆ msg_type_tags

GtkTextTag** Info_Pane::msg_type_tags[MSG_TYPE_LAST]

◆ scrolled_window

GtkWidget* Info_Pane::scrolled_window

Definition at line 58 of file info.h.

Referenced by info_init().

◆ textbuffer

GtkTextBuffer* Info_Pane::textbuffer

Definition at line 59 of file info.h.

Referenced by add_style_to_textbuffer(), add_tags_to_textbuffer(), add_to_textbuf(), and info_init().

◆ textmark

GtkTextMark* Info_Pane::textmark

◆ textview

GtkWidget* Info_Pane::textview

◆ underline_tag

GtkTextTag * Info_Pane::underline_tag

Definition at line 64 of file info.h.

Referenced by add_tags_to_textbuffer(), and add_to_textbuf().


The documentation for this struct was generated from the following file: