1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701
|
/* atk.vapi generated by lt-vapigen, do not modify. */
[CCode (cprefix = "Atk", lower_case_cprefix = "atk_")]
namespace Atk {
[CCode (cprefix = "ATK_XY_", cheader_filename = "atk/atk.h")]
public enum CoordType {
SCREEN,
WINDOW
}
[CCode (cprefix = "ATK_KEY_EVENT_", cheader_filename = "atk/atk.h")]
public enum KeyEventType {
PRESS,
RELEASE,
LAST_DEFINED
}
[CCode (cprefix = "ATK_LAYER_", cheader_filename = "atk/atk.h")]
public enum Layer {
INVALID,
BACKGROUND,
CANVAS,
WIDGET,
MDI,
POPUP,
OVERLAY,
WINDOW
}
[CCode (cprefix = "ATK_RELATION_", cheader_filename = "atk/atk.h")]
public enum RelationType {
NULL,
CONTROLLED_BY,
CONTROLLER_FOR,
LABEL_FOR,
LABELLED_BY,
MEMBER_OF,
NODE_CHILD_OF,
FLOWS_TO,
FLOWS_FROM,
SUBWINDOW_OF,
EMBEDS,
EMBEDDED_BY,
POPUP_FOR,
PARENT_WINDOW_OF,
DESCRIBED_BY,
DESCRIPTION_FOR,
LAST_DEFINED
}
[CCode (cprefix = "ATK_ROLE_", cheader_filename = "atk/atk.h")]
public enum Role {
INVALID,
ACCEL_LABEL,
ALERT,
ANIMATION,
ARROW,
CALENDAR,
CANVAS,
CHECK_BOX,
CHECK_MENU_ITEM,
COLOR_CHOOSER,
COLUMN_HEADER,
COMBO_BOX,
DATE_EDITOR,
DESKTOP_ICON,
DESKTOP_FRAME,
DIAL,
DIALOG,
DIRECTORY_PANE,
DRAWING_AREA,
FILE_CHOOSER,
FILLER,
FONT_CHOOSER,
FRAME,
GLASS_PANE,
HTML_CONTAINER,
ICON,
IMAGE,
INTERNAL_FRAME,
LABEL,
LAYERED_PANE,
LIST,
LIST_ITEM,
MENU,
MENU_BAR,
MENU_ITEM,
OPTION_PANE,
PAGE_TAB,
PAGE_TAB_LIST,
PANEL,
PASSWORD_TEXT,
POPUP_MENU,
PROGRESS_BAR,
PUSH_BUTTON,
RADIO_BUTTON,
RADIO_MENU_ITEM,
ROOT_PANE,
ROW_HEADER,
SCROLL_BAR,
SCROLL_PANE,
SEPARATOR,
SLIDER,
SPLIT_PANE,
SPIN_BUTTON,
STATUSBAR,
TABLE,
TABLE_CELL,
TABLE_COLUMN_HEADER,
TABLE_ROW_HEADER,
TEAR_OFF_MENU_ITEM,
TERMINAL,
TEXT,
TOGGLE_BUTTON,
TOOL_BAR,
TOOL_TIP,
TREE,
TREE_TABLE,
UNKNOWN,
VIEWPORT,
WINDOW,
HEADER,
FOOTER,
PARAGRAPH,
RULER,
APPLICATION,
AUTOCOMPLETE,
EDITBAR,
EMBEDDED,
ENTRY,
CHART,
CAPTION,
DOCUMENT_FRAME,
HEADING,
PAGE,
SECTION,
REDUNDANT_OBJECT,
FORM,
LINK,
INPUT_METHOD_WINDOW,
LAST_DEFINED
}
[CCode (cprefix = "ATK_STATE_", cheader_filename = "atk/atk.h")]
public enum StateType {
INVALID,
ACTIVE,
ARMED,
BUSY,
CHECKED,
DEFUNCT,
EDITABLE,
ENABLED,
EXPANDABLE,
EXPANDED,
FOCUSABLE,
FOCUSED,
HORIZONTAL,
ICONIFIED,
MODAL,
MULTI_LINE,
MULTISELECTABLE,
OPAQUE,
PRESSED,
RESIZABLE,
SELECTABLE,
SELECTED,
SENSITIVE,
SHOWING,
SINGLE_LINE,
STALE,
TRANSIENT,
VERTICAL,
VISIBLE,
MANAGES_DESCENDANTS,
INDETERMINATE,
TRUNCATED,
REQUIRED,
INVALID_ENTRY,
SUPPORTS_AUTOCOMPLETION,
SELECTABLE_TEXT,
DEFAULT,
ANIMATED,
VISITED,
LAST_DEFINED
}
[CCode (cprefix = "ATK_TEXT_ATTR_", cheader_filename = "atk/atk.h")]
public enum TextAttribute {
INVALID,
LEFT_MARGIN,
RIGHT_MARGIN,
INDENT,
INVISIBLE,
EDITABLE,
PIXELS_ABOVE_LINES,
PIXELS_BELOW_LINES,
PIXELS_INSIDE_WRAP,
BG_FULL_HEIGHT,
RISE,
UNDERLINE,
STRIKETHROUGH,
SIZE,
SCALE,
WEIGHT,
LANGUAGE,
FAMILY_NAME,
BG_COLOR,
FG_COLOR,
BG_STIPPLE,
FG_STIPPLE,
WRAP_MODE,
DIRECTION,
JUSTIFICATION,
STRETCH,
VARIANT,
STYLE,
LAST_DEFINED
}
[CCode (cprefix = "ATK_TEXT_BOUNDARY_", cheader_filename = "atk/atk.h")]
public enum TextBoundary {
CHAR,
WORD_START,
WORD_END,
SENTENCE_START,
SENTENCE_END,
LINE_START,
LINE_END
}
[CCode (cprefix = "ATK_TEXT_CLIP_", cheader_filename = "atk/atk.h")]
public enum TextClipType {
NONE,
MIN,
MAX,
BOTH
}
[CCode (cprefix = "ATK_HYPERLINK_IS_", cheader_filename = "atk/atk.h")]
[Flags]
public enum HyperlinkStateFlags {
INLINE
}
[Compact]
[CCode (cheader_filename = "atk/atk.h")]
public class Attribute {
public weak string name;
public weak string value;
}
[Compact]
[CCode (cheader_filename = "atk/atk.h")]
public class AttributeSet {
}
[Compact]
[CCode (cheader_filename = "atk/atk.h")]
public class KeyEventStruct {
public int type;
public uint state;
public uint keyval;
public int length;
[CCode (cname = "string")]
public weak string str;
public ushort keycode;
public uint timestamp;
}
[Compact]
[CCode (cheader_filename = "atk/atk.h")]
public class PropertyValues {
public weak string property_name;
public GLib.Value old_value;
public GLib.Value new_value;
}
[Compact]
[CCode (cheader_filename = "atk/atk.h")]
public class State {
public static Atk.StateType type_for_name (string name);
public static weak string type_get_name (Atk.StateType type);
public static Atk.StateType type_register (string name);
}
[Compact]
[CCode (cheader_filename = "atk/atk.h")]
public class TextRange {
public weak Atk.TextRectangle bounds;
public int start_offset;
public int end_offset;
public weak string content;
}
[Compact]
[CCode (cheader_filename = "atk/atk.h")]
public class TextRectangle {
public int x;
public int y;
public int width;
public int height;
}
[CCode (cheader_filename = "atk/atk.h")]
public class GObjectAccessible : Atk.Object {
public static weak Atk.Object for_object (GLib.Object obj);
public weak GLib.Object get_object ();
}
[CCode (cheader_filename = "atk/atk.h")]
public class Hyperlink : GLib.Object, Atk.Action {
public bool is_inline ();
public virtual int get_end_index ();
public virtual int get_n_anchors ();
public virtual weak Atk.Object get_object (int i);
public virtual int get_start_index ();
public virtual weak string get_uri (int i);
public virtual bool is_selected_link ();
public virtual bool is_valid ();
[NoWrapper]
public virtual uint link_state ();
public int end_index { get; }
[NoAccessorMethod]
public int number_of_anchors { get; }
[NoAccessorMethod]
public bool selected_link { get; }
public int start_index { get; }
public virtual signal void link_activated ();
}
[CCode (cheader_filename = "atk/atk.h")]
public class Misc : GLib.Object {
public static weak Atk.Misc get_instance ();
public virtual void threads_enter ();
public virtual void threads_leave ();
}
[CCode (cheader_filename = "atk/atk.h")]
public class NoOpObject : Atk.Object, Atk.Text, Atk.Action, Atk.Hypertext, Atk.Selection, Atk.Table, Atk.Image, Atk.Value, Atk.Component, Atk.EditableText, Atk.Document {
public NoOpObject (GLib.Object obj);
}
[CCode (cheader_filename = "atk/atk.h")]
public class NoOpObjectFactory : Atk.ObjectFactory {
public NoOpObjectFactory ();
}
[CCode (cheader_filename = "atk/atk.h")]
public class Object : GLib.Object {
public weak string description;
public weak string name;
public Atk.Role role;
public weak Atk.RelationSet relation_set;
public Atk.Layer layer;
public bool add_relationship (Atk.RelationType relationship, Atk.Object target);
public int get_n_accessible_children ();
public void notify_state_change (Atk.State state, bool value);
public weak Atk.Object ref_accessible_child (int i);
public bool remove_relationship (Atk.RelationType relationship, Atk.Object target);
public virtual uint connect_property_change_handler (Atk.PropertyChangeHandler handler);
public virtual weak Atk.AttributeSet get_attributes ();
public virtual weak string get_description ();
public virtual int get_index_in_parent ();
public virtual Atk.Layer get_layer ();
public virtual int get_mdi_zorder ();
[NoWrapper]
public virtual int get_n_children ();
public virtual weak string get_name ();
public virtual weak Atk.Object get_parent ();
public virtual Atk.Role get_role ();
public virtual void initialize (void* data);
[NoWrapper]
public virtual weak Atk.Object ref_child (int i);
public virtual weak Atk.RelationSet ref_relation_set ();
public virtual weak Atk.StateSet ref_state_set ();
public virtual void remove_property_change_handler (uint handler_id);
public virtual void set_description (string description);
public virtual void set_name (string name);
public virtual void set_parent (Atk.Object parent);
public virtual void set_role (Atk.Role role);
[NoAccessorMethod]
public int accessible_component_layer { get; }
[NoAccessorMethod]
public int accessible_component_mdi_zorder { get; }
[NoAccessorMethod]
public string accessible_description { get; set; }
[NoAccessorMethod]
public int accessible_hypertext_nlinks { get; }
[NoAccessorMethod]
public string accessible_name { get; set; }
[NoAccessorMethod]
public Atk.Object accessible_parent { get; set; }
[NoAccessorMethod]
public int accessible_role { get; set; }
[NoAccessorMethod]
public string accessible_table_caption { get; set; }
[NoAccessorMethod]
public Atk.Object accessible_table_caption_object { get; set; }
[NoAccessorMethod]
public string accessible_table_column_description { get; set; }
[NoAccessorMethod]
public Atk.Object accessible_table_column_header { get; set; }
[NoAccessorMethod]
public string accessible_table_row_description { get; set; }
[NoAccessorMethod]
public Atk.Object accessible_table_row_header { get; set; }
[NoAccessorMethod]
public Atk.Object accessible_table_summary { get; set; }
[NoAccessorMethod]
public double accessible_value { get; set; }
public virtual signal void active_descendant_changed (void* child);
public virtual signal void children_changed (uint change_index, void* changed_child);
public virtual signal void focus_event (bool focus_in);
public virtual signal void property_change (void* values);
public virtual signal void state_change (string name, bool state_set);
public virtual signal void visible_data_changed ();
}
[CCode (cheader_filename = "atk/atk.h")]
public class ObjectFactory : GLib.Object {
public virtual weak Atk.Object create_accessible (GLib.Object obj);
public virtual GLib.Type get_accessible_type ();
public virtual void invalidate ();
}
[CCode (cheader_filename = "atk/atk.h")]
public class Registry : GLib.Object {
public weak GLib.HashTable factory_type_registry;
public weak GLib.HashTable factory_singleton_cache;
public weak Atk.ObjectFactory get_factory (GLib.Type type);
public GLib.Type get_factory_type (GLib.Type type);
public void set_factory_type (GLib.Type type, GLib.Type factory_type);
}
[CCode (cheader_filename = "atk/atk.h")]
public class Relation : GLib.Object {
public Atk.RelationType relationship;
public void add_target (Atk.Object target);
public Atk.RelationType get_relation_type ();
public weak GLib.PtrArray get_target ();
public Relation (Atk.Object[] targets, Atk.RelationType relationship);
public static Atk.RelationType type_for_name (string name);
public static weak string type_get_name (Atk.RelationType type);
public static Atk.RelationType type_register (string name);
[NoAccessorMethod]
public Atk.RelationType relation_type { get; set; }
[NoAccessorMethod]
public GLib.ValueArray target { get; set; }
}
[CCode (cheader_filename = "atk/atk.h")]
public class RelationSet : GLib.Object {
public weak GLib.PtrArray relations;
public void add (Atk.Relation relation);
public void add_relation_by_type (Atk.RelationType relationship, Atk.Object target);
public bool contains (Atk.RelationType relationship);
public int get_n_relations ();
public weak Atk.Relation get_relation (int i);
public weak Atk.Relation get_relation_by_type (Atk.RelationType relationship);
public RelationSet ();
public void remove (Atk.Relation relation);
}
[CCode (cheader_filename = "atk/atk.h")]
public class StateSet : GLib.Object {
public bool add_state (Atk.StateType type);
public void add_states (Atk.StateType[] types);
public weak Atk.StateSet and_sets (Atk.StateSet compare_set);
public void clear_states ();
public bool contains_state (Atk.StateType type);
public bool contains_states (Atk.StateType[] types);
public bool is_empty ();
public StateSet ();
public weak Atk.StateSet or_sets (Atk.StateSet compare_set);
public bool remove_state (Atk.StateType type);
public weak Atk.StateSet xor_sets (Atk.StateSet compare_set);
}
[CCode (cheader_filename = "atk/atk.h")]
public class Util : GLib.Object {
[NoWrapper]
public virtual uint add_global_event_listener (GLib.SignalEmissionHook listener, string event_type);
[NoWrapper]
public virtual uint add_key_event_listener (Atk.KeySnoopFunc listener, void* data);
[NoWrapper]
public virtual weak Atk.Object get_root ();
[NoWrapper]
public virtual weak string get_toolkit_name ();
[NoWrapper]
public virtual weak string get_toolkit_version ();
[NoWrapper]
public virtual void remove_global_event_listener (uint listener_id);
[NoWrapper]
public virtual void remove_key_event_listener (uint listener_id);
}
[CCode (cheader_filename = "atk/atk.h")]
public interface Action {
public abstract bool do_action (int i);
public abstract weak string get_description (int i);
public abstract weak string get_keybinding (int i);
public abstract weak string get_localized_name (int i);
public abstract int get_n_actions ();
public abstract weak string get_name (int i);
public abstract bool set_description (int i, string desc);
}
[CCode (cheader_filename = "atk/atk.h")]
public interface Component {
public abstract uint add_focus_handler (Atk.FocusHandler handler);
public abstract bool contains (int x, int y, Atk.CoordType coord_type);
public abstract double get_alpha ();
public abstract void get_extents (int x, int y, int width, int height, Atk.CoordType coord_type);
public abstract Atk.Layer get_layer ();
public abstract int get_mdi_zorder ();
public abstract void get_position (int x, int y, Atk.CoordType coord_type);
public abstract void get_size (int width, int height);
public abstract bool grab_focus ();
public abstract weak Atk.Object ref_accessible_at_point (int x, int y, Atk.CoordType coord_type);
public abstract void remove_focus_handler (uint handler_id);
public abstract bool set_extents (int x, int y, int width, int height, Atk.CoordType coord_type);
public abstract bool set_position (int x, int y, Atk.CoordType coord_type);
public abstract bool set_size (int width, int height);
public virtual signal void bounds_changed (Atk.Rectangle bounds);
}
[CCode (cheader_filename = "atk/atk.h")]
public interface Document {
public weak string get_attribute_value (string attribute_name);
public weak Atk.AttributeSet get_attributes ();
public weak string get_locale ();
public bool set_attribute_value (string attribute_name, string attribute_value);
public abstract void* get_document ();
[NoWrapper]
public abstract weak string get_document_attribute_value (string attribute_name);
[NoWrapper]
public abstract weak Atk.AttributeSet get_document_attributes ();
[NoWrapper]
public abstract weak string get_document_locale ();
public abstract weak string get_document_type ();
[NoWrapper]
public abstract bool set_document_attribute (string attribute_name, string attribute_value);
public virtual signal void load_complete ();
public virtual signal void load_stopped ();
public virtual signal void reload ();
}
[CCode (cheader_filename = "atk/atk.h")]
public interface EditableText {
public abstract void copy_text (int start_pos, int end_pos);
public abstract void cut_text (int start_pos, int end_pos);
public abstract void delete_text (int start_pos, int end_pos);
public abstract void insert_text (string str, int length, int position);
public abstract void paste_text (int position);
public abstract bool set_run_attributes (Atk.AttributeSet attrib_set, int start_offset, int end_offset);
public abstract void set_text_contents (string str);
}
[CCode (cheader_filename = "atk/atk.h")]
public interface HyperlinkImpl {
public abstract weak Atk.Hyperlink get_hyperlink ();
}
[CCode (cheader_filename = "atk/atk.h")]
public interface Hypertext {
public abstract weak Atk.Hyperlink get_link (int link_index);
public abstract int get_link_index (int char_index);
public abstract int get_n_links ();
public virtual signal void link_selected (int link_index);
}
[CCode (cheader_filename = "atk/atk.h")]
public interface Image {
public abstract weak string get_image_description ();
public abstract weak string get_image_locale ();
public abstract void get_image_position (int x, int y, Atk.CoordType coord_type);
public abstract void get_image_size (int width, int height);
public abstract bool set_image_description (string description);
}
[CCode (cheader_filename = "atk/atk.h")]
public interface Implementor {
public abstract weak Atk.Object ref_accessible ();
}
[CCode (cheader_filename = "atk/atk.h")]
public interface Selection {
public abstract bool add_selection (int i);
public abstract bool clear_selection ();
public abstract int get_selection_count ();
public abstract bool is_child_selected (int i);
public abstract weak Atk.Object ref_selection (int i);
public abstract bool remove_selection (int i);
public abstract bool select_all_selection ();
public virtual signal void selection_changed ();
}
[CCode (cheader_filename = "atk/atk.h")]
public interface StreamableContent {
public abstract weak string get_mime_type (int i);
public abstract int get_n_mime_types ();
public abstract weak GLib.IOChannel get_stream (string mime_type);
public abstract weak string get_uri (string mime_type);
}
[CCode (cheader_filename = "atk/atk.h")]
public interface Table {
public abstract bool add_column_selection (int column);
public abstract bool add_row_selection (int row);
public abstract weak Atk.Object get_caption ();
public abstract int get_column_at_index (int index_);
public abstract weak string get_column_description (int column);
public abstract int get_column_extent_at (int row, int column);
public abstract weak Atk.Object get_column_header (int column);
public abstract int get_index_at (int row, int column);
public abstract int get_n_columns ();
public abstract int get_n_rows ();
public abstract int get_row_at_index (int index_);
public abstract weak string get_row_description (int row);
public abstract int get_row_extent_at (int row, int column);
public abstract weak Atk.Object get_row_header (int row);
public abstract int get_selected_columns (int selected);
public abstract int get_selected_rows (int selected);
public abstract weak Atk.Object get_summary ();
public abstract bool is_column_selected (int column);
public abstract bool is_row_selected (int row);
public abstract bool is_selected (int row, int column);
public abstract weak Atk.Object ref_at (int row, int column);
public abstract bool remove_column_selection (int column);
public abstract bool remove_row_selection (int row);
public abstract void set_caption (Atk.Object caption);
public abstract void set_column_description (int column, string description);
public abstract void set_column_header (int column, Atk.Object header);
public abstract void set_row_description (int row, string description);
public abstract void set_row_header (int row, Atk.Object header);
public abstract void set_summary (Atk.Object accessible);
public virtual signal void column_deleted (int column, int num_deleted);
public virtual signal void column_inserted (int column, int num_inserted);
public virtual signal void column_reordered ();
public virtual signal void model_changed ();
public virtual signal void row_deleted (int row, int num_deleted);
public virtual signal void row_inserted (int row, int num_inserted);
public virtual signal void row_reordered ();
}
[CCode (cheader_filename = "atk/atk.h")]
public interface Text {
public static Atk.TextAttribute attribute_for_name (string name);
public static weak string attribute_get_name (Atk.TextAttribute attr);
public static weak string attribute_get_value (Atk.TextAttribute attr, int index_);
public static Atk.TextAttribute attribute_register (string name);
public static void free_ranges (out weak Atk.TextRange ranges);
public abstract bool add_selection (int start_offset, int end_offset);
public abstract weak Atk.TextRange get_bounded_ranges (Atk.TextRectangle rect, Atk.CoordType coord_type, Atk.TextClipType x_clip_type, Atk.TextClipType y_clip_type);
public abstract int get_caret_offset ();
public abstract unichar get_character_at_offset (int offset);
public abstract int get_character_count ();
public abstract void get_character_extents (int offset, int x, int y, int width, int height, Atk.CoordType coords);
public abstract weak Atk.AttributeSet get_default_attributes ();
public abstract int get_n_selections ();
public abstract int get_offset_at_point (int x, int y, Atk.CoordType coords);
public abstract void get_range_extents (int start_offset, int end_offset, Atk.CoordType coord_type, Atk.TextRectangle rect);
public abstract weak Atk.AttributeSet get_run_attributes (int offset, int start_offset, int end_offset);
public abstract weak string get_selection (int selection_num, int start_offset, int end_offset);
public abstract weak string get_text (int start_offset, int end_offset);
public abstract weak string get_text_after_offset (int offset, Atk.TextBoundary boundary_type, int start_offset, int end_offset);
public abstract weak string get_text_at_offset (int offset, Atk.TextBoundary boundary_type, int start_offset, int end_offset);
public abstract weak string get_text_before_offset (int offset, Atk.TextBoundary boundary_type, int start_offset, int end_offset);
public abstract bool remove_selection (int selection_num);
public abstract bool set_caret_offset (int offset);
public abstract bool set_selection (int selection_num, int start_offset, int end_offset);
public virtual signal void text_attributes_changed ();
public virtual signal void text_caret_moved (int location);
public virtual signal void text_changed (int position, int length);
public virtual signal void text_selection_changed ();
}
[CCode (cheader_filename = "atk/atk.h")]
public interface Value {
public abstract void get_current_value (GLib.Value value);
public abstract void get_maximum_value (GLib.Value value);
public abstract void get_minimum_increment (GLib.Value value);
public abstract void get_minimum_value (GLib.Value value);
public abstract bool set_current_value (GLib.Value value);
}
[CCode (type_id = "ATK_TYPE_RECTANGLE", cheader_filename = "atk/atk.h")]
public struct Rectangle {
public int x;
public int y;
public int width;
public int height;
}
[CCode (cheader_filename = "atk/atk.h")]
public static delegate void EventListener (Atk.Object obj);
[CCode (cheader_filename = "atk/atk.h")]
public static delegate void EventListenerInit ();
[CCode (cheader_filename = "atk/atk.h")]
public static delegate void FocusHandler (Atk.Object p1, bool p2);
[CCode (cheader_filename = "atk/atk.h")]
public delegate bool Function ();
[CCode (cheader_filename = "atk/atk.h")]
public static delegate int KeySnoopFunc (Atk.KeyEventStruct event, void* func_data);
[CCode (cheader_filename = "atk/atk.h")]
public static delegate void PropertyChangeHandler (Atk.Object p1, Atk.PropertyValues p2);
[CCode (cheader_filename = "atk/atk.h")]
public static uint add_focus_tracker (Atk.EventListener focus_tracker);
[CCode (cheader_filename = "atk/atk.h")]
public static uint add_global_event_listener (GLib.SignalEmissionHook listener, string event_type);
[CCode (cheader_filename = "atk/atk.h")]
public static uint add_key_event_listener (Atk.KeySnoopFunc listener, void* data);
[CCode (cheader_filename = "atk/atk.h")]
public static void focus_tracker_init (Atk.EventListenerInit init);
[CCode (cheader_filename = "atk/atk.h")]
public static void focus_tracker_notify (Atk.Object object);
[CCode (cheader_filename = "atk/atk.h")]
public static weak Atk.Registry get_default_registry ();
[CCode (cheader_filename = "atk/atk.h")]
public static weak Atk.Object get_focus_object ();
[CCode (cheader_filename = "atk/atk.h")]
public static weak Atk.Object get_root ();
[CCode (cheader_filename = "atk/atk.h")]
public static weak string get_toolkit_name ();
[CCode (cheader_filename = "atk/atk.h")]
public static weak string get_toolkit_version ();
[CCode (cheader_filename = "atk/atk.h")]
public static weak string get_version ();
[CCode (cheader_filename = "atk/atk.h")]
public static void remove_focus_tracker (uint tracker_id);
[CCode (cheader_filename = "atk/atk.h")]
public static void remove_global_event_listener (uint listener_id);
[CCode (cheader_filename = "atk/atk.h")]
public static void remove_key_event_listener (uint listener_id);
[CCode (cheader_filename = "atk/atk.h")]
public static Atk.Role role_for_name (string name);
[CCode (cheader_filename = "atk/atk.h")]
public static weak string role_get_localized_name (Atk.Role role);
[CCode (cheader_filename = "atk/atk.h")]
public static weak string role_get_name (Atk.Role role);
[CCode (cheader_filename = "atk/atk.h")]
public static Atk.Role role_register (string name);
}
|