~ubuntu-branches/ubuntu/hardy/evince/hardy-proposed

« back to all changes in this revision

Viewing changes to help/reference/evince-sections.txt

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug
  • Date: 2007-07-10 23:50:59 UTC
  • mfrom: (1.1.16 upstream)
  • Revision ID: james.westby@ubuntu.com-20070710235059-qwycayuufgbi0nhd
Tags: 0.9.2-0ubuntu1
* New Features and UI Improvements:
  * Forms support
  * Toolbar editor icons on dragging
* Bug fixes:
  * Program description translation issue fixed
  * Do not change page after presentation
  * Fix LP: #49340 bug : Forgets "Fit Page Width" option on each click on
    the index
* debian/rules: add DEB_DESTDIR_evince-gtk to clean target.

Show diffs side-by-side

added added

removed removed

Lines of Context:
315
315
ev_pixbuf_cache_get_link_mapping
316
316
ev_pixbuf_cache_get_image_mapping
317
317
ev_pixbuf_cache_get_text_mapping
 
318
ev_pixbuf_cache_get_form_field_mapping
318
319
ev_pixbuf_cache_clear
319
320
ev_pixbuf_cache_style_changed
 
321
ev_pixbuf_cache_reload_page
320
322
ev_pixbuf_cache_get_selection_surface
321
323
ev_pixbuf_cache_set_selection_list
322
324
ev_pixbuf_cache_get_selection_list
514
516
</SECTION>
515
517
 
516
518
<SECTION>
 
519
<FILE>ev-document-forms</FILE>
 
520
EV_DOCUMENT_FORMS_IFACE
 
521
EV_IS_DOCUMENT_FORMS_IFACE
 
522
EvDocumentForms
 
523
EvDocumentFormsIface
 
524
ev_document_forms_get_form_fields
 
525
ev_document_forms_form_field_text_get_text
 
526
ev_document_forms_form_field_text_set_text
 
527
ev_document_forms_form_field_button_get_state
 
528
ev_document_forms_form_field_button_set_state
 
529
ev_document_forms_form_field_choice_get_item
 
530
ev_document_forms_form_field_choice_get_n_items
 
531
ev_document_forms_form_field_choice_is_item_selected
 
532
ev_document_forms_form_field_choice_select_item
 
533
ev_document_forms_form_field_choice_toggle_item
 
534
ev_document_forms_form_field_choice_unselect_all
 
535
ev_document_forms_form_field_choice_set_text
 
536
ev_document_forms_form_field_choice_get_text
 
537
<SUBSECTION Standard>
 
538
EV_DOCUMENT_FORMS
 
539
EV_IS_DOCUMENT_FORMS
 
540
EV_TYPE_DOCUMENT_FORMS
 
541
ev_document_forms_get_type
 
542
EV_DOCUMENT_FORMS_GET_IFACE
 
543
</SECTION>
 
544
 
 
545
<SECTION>
517
546
<FILE>ev-image</FILE>
518
547
EvImagePrivate
519
548
<TITLE>EvImage</TITLE>
715
744
</SECTION>
716
745
 
717
746
<SECTION>
 
747
<FILE>ev-form-field</FILE>
 
748
EV_TYPE_FORM_FIELD_TEXT
 
749
EV_FORM_FIELD_TEXT
 
750
EV_FORM_FIELD_TEXT_CLASS
 
751
EV_IS_FORM_FIELD_TEXT
 
752
EV_IS_FORM_FIELD_TEXT_CLASS
 
753
EV_FORM_FIELD_TEXT_GET_CLASS
 
754
EV_TYPE_FORM_FIELD_BUTTON
 
755
EV_FORM_FIELD_BUTTON
 
756
EV_FORM_FIELD_BUTTON_CLASS
 
757
EV_IS_FORM_FIELD_BUTTON
 
758
EV_IS_FORM_FIELD_BUTTON_CLASS
 
759
EV_FORM_FIELD_BUTTON_GET_CLASS
 
760
EV_TYPE_FORM_FIELD_CHOICE
 
761
EV_FORM_FIELD_CHOICE
 
762
EV_FORM_FIELD_CHOICE_CLASS
 
763
EV_IS_FORM_FIELD_CHOICE
 
764
EV_IS_FORM_FIELD_CHOICE_CLASS
 
765
EV_FORM_FIELD_CHOICE_GET_CLASS
 
766
EV_TYPE_FORM_FIELD_SIGNATURE
 
767
EV_FORM_FIELD_SIGNATURE
 
768
EV_FORM_FIELD_SIGNATURE_CLASS
 
769
EV_IS_FORM_FIELD_SIGNATURE
 
770
EV_IS_FORM_FIELD_SIGNATURE_CLASS
 
771
EV_FORM_FIELD_SIGNATURE_GET_CLASS
 
772
EvFormFieldTextType
 
773
EvFormFieldButtonType
 
774
EvFormFieldChoiceType
 
775
<TITLE>EvFormField</TITLE>
 
776
EvFormField
 
777
<TITLE>EvFormFieldText</TITLE>
 
778
EvFormFieldText
 
779
<TITLE>EvFormFieldButton</TITLE>
 
780
EvFormFieldButton
 
781
<TITLE>EvFormFieldChoice</TITLE>
 
782
EvFormFieldChoice
 
783
<TITLE>EvFormFieldSignature</TITLE>
 
784
EvFormFieldSignature
 
785
ev_form_field_text_get_type
 
786
ev_form_field_text_new
 
787
ev_form_field_button_get_type
 
788
ev_form_field_button_new
 
789
ev_form_field_choice_get_type
 
790
ev_form_field_choice_new
 
791
ev_form_field_signature_get_type
 
792
ev_form_field_signature_new
 
793
EvFormFieldMapping
 
794
ev_form_field_mapping_free
 
795
ev_form_field_mapping_find
 
796
ev_form_field_mapping_get_area
 
797
ev_form_field_mapping_find_by_id
 
798
<SUBSECTION Standard>
 
799
EV_FORM_FIELD
 
800
EV_IS_FORM_FIELD
 
801
EV_TYPE_FORM_FIELD
 
802
ev_form_field_get_type
 
803
EV_FORM_FIELD_CLASS
 
804
EV_IS_FORM_FIELD_CLASS
 
805
EV_FORM_FIELD_GET_CLASS
 
806
</SECTION>
 
807
 
 
808
<SECTION>
718
809
<FILE>ev-link</FILE>
719
810
EvLink
720
811
EvLinkClass