/[aleader]/aleader/editor/apptranscriptview.h
ViewVC logotype

Diff of /aleader/editor/apptranscriptview.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by jpritikin, Sun Jul 20 17:37:32 2003 UTC revision 1.3 by jpritikin, Thu Oct 9 03:19:00 2003 UTC
# Line 85  AppNameEditor *   app_name_editor_new (A Line 85  AppNameEditor *   app_name_editor_new (A
85  void              app_name_editor_set_selection (AppNameEditor *ne,  void              app_name_editor_set_selection (AppNameEditor *ne,
86                                                   AppIpName *nm);                                                   AppIpName *nm);
87    
88  // TODO -------------  // ------------------------------------------------------ TopicEditor
89    
90    #define TOPIC_EDITOR_TYPE               (topic_editor_get_type())
91    #define TOPIC_EDITOR(obj)               (G_TYPE_CHECK_INSTANCE_CAST((obj), TOPIC_EDITOR_TYPE, TopicEditor))
92    #define IS_TOPIC_EDITOR(obj)            (G_TYPE_CHECK_INSTANCE_TYPE((obj), TOPIC_EDITOR_TYPE))
93    #define TOPIC_EDITOR_GET_CLASS(obj)     (G_TYPE_INSTANCE_GET_CLASS((obj), TOPIC_EDITOR_TYPE, TopicEditorClass))
94    #define TOPIC_EDITOR_CLASS(klass)       (G_TYPE_CHECK_CLASS_CAST((klass), TOPIC_EDITOR_TYPE, TopicEditorClass))
95    #define IS_TOPIC_EDITOR_CLASS(klass)    (G_TYPE_CHECK_CLASS_TYPE((klass), TOPIC_EDITOR_TYPE))
96    
97    GType             topic_editor_get_type (void);
98    TopicEditor *     topic_editor_new (AppTranscript *tx);
99    void              topic_editor_set_selection (TopicEditor *ne,
100                                                  LeadrTopic *tpc);
101    
102  GQuark app_transcript_tscript_info_quark (void);  GQuark app_transcript_tscript_info_quark (void);
103  GQuark app_transcript_name_editor_quark  (void);  GQuark app_transcript_name_editor_quark  (void);
104    GQuark app_transcript_topic_editor_quark  (void);

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26