/usr/share/ada/adainclude/gtkada/gtk-gentry.adb is in libgtkada2.24.1-dev 2.24.1-14.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 | -----------------------------------------------------------------------
-- GtkAda - Ada95 binding for Gtk+/Gnome --
-- --
-- Copyright (C) 1998-2000 E. Briot, J. Brobecker and A. Charlet --
-- Copyright (C) 2000-2010, AdaCore --
-- --
-- This library is free software; you can redistribute it and/or --
-- modify it under the terms of the GNU General Public --
-- License as published by the Free Software Foundation; either --
-- version 2 of the License, or (at your option) any later version. --
-- --
-- This library is distributed in the hope that it will be useful, --
-- but WITHOUT ANY WARRANTY; without even the implied warranty of --
-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU --
-- General Public License for more details. --
-- --
-- You should have received a copy of the GNU General Public --
-- License along with this library; if not, write to the --
-- Free Software Foundation, Inc., 59 Temple Place - Suite 330, --
-- Boston, MA 02111-1307, USA. --
-- --
-----------------------------------------------------------------------
with System;
with System.Address_To_Access_Conversions;
with Interfaces.C.Strings;
with Glib.Type_Conversion_Hooks;
pragma Elaborate_All (Glib.Type_Conversion_Hooks);
with Pango.Layout; use Pango.Layout;
with Gtkada.Types;
package body Gtk.GEntry is
-----------------------
-- Local Subprograms --
-----------------------
package Type_Conversion is new Glib.Type_Conversion_Hooks.Hook_Registrator
(Get_Type'Access, Gtk_Entry_Record);
pragma Warnings (Off, Type_Conversion);
-- This package is used to implement a minimal automated type conversion
-- without having to drag the whole Gtk.Type_Conversion package for the
-- most common widgets.
package Border_Address_Access_Conversions is
new System.Address_To_Access_Conversions (Gtk.Style.Gtk_Border_Record);
-- This package is used to safely convert between System.Address and
-- access to Gtk_Border_Record.
-----------------
-- Append_Text --
-----------------
procedure Append_Text
(The_Entry : access Gtk_Entry_Record; Text : UTF8_String)
is
procedure Internal (The_Entry : System.Address; Text : UTF8_String);
pragma Import (C, Internal, "gtk_entry_append_text");
begin
Internal (Get_Object (The_Entry), Text & ASCII.NUL);
end Append_Text;
---------------------------
-- Get_Activates_Default --
---------------------------
function Get_Activates_Default
(The_Entry : access Gtk_Entry_Record) return Boolean
is
function Internal (The_Entry : System.Address) return Gboolean;
pragma Import (C, Internal, "gtk_entry_get_activates_default");
begin
return Internal (Get_Object (The_Entry)) /= 0;
end Get_Activates_Default;
-------------------
-- Get_Alignment --
-------------------
function Get_Alignment
(Ent : access Gtk_Entry_Record)
return Gfloat
is
function Internal (Ent : System.Address) return Gfloat;
pragma Import (C, Internal, "gtk_entry_get_alignment");
begin
return Internal (Get_Object (Ent));
end Get_Alignment;
--------------------
-- Get_Completion --
--------------------
function Get_Completion
(Ent : access Gtk_Entry_Record) return Gtk_Entry_Completion
is
function Internal
(Ent : System.Address)
return System.Address;
pragma Import (C, Internal, "gtk_entry_get_completion");
Stub : Gtk_Entry_Completion_Record;
begin
return Gtk_Entry_Completion
(Get_User_Data (Internal (Get_Object (Ent)), Stub));
end Get_Completion;
----------------------------------
-- Get_Current_Icon_Drag_Source --
----------------------------------
function Get_Current_Icon_Drag_Source (The_Entry : access Gtk_Entry_Record)
return Gint
is
function Internal (The_Entry : System.Address) return Gint;
pragma Import (C, Internal, "gtk_entry_get_current_icon_drag_source");
begin
return Internal (Get_Object (The_Entry));
end Get_Current_Icon_Drag_Source;
----------------------------
-- Get_Cursor_Hadjustment --
----------------------------
function Get_Cursor_Hadjustment (The_Entry : access Gtk_Entry_Record)
return Gtk.Adjustment.Gtk_Adjustment
is
use Gtk.Adjustment;
function Internal (The_Entry : System.Address) return System.Address;
pragma Import (C, Internal, "gtk_entry_get_cursor_hadjustment");
Stub : Gtk_Adjustment_Record;
begin
return Gtk_Adjustment
(Get_User_Data (Internal (Get_Object (The_Entry)), Stub));
end Get_Cursor_Hadjustment;
-------------------
-- Get_Has_Frame --
-------------------
function Get_Has_Frame
(The_Entry : access Gtk_Entry_Record) return Boolean
is
function Internal (The_Entry : System.Address) return Gboolean;
pragma Import (C, Internal, "gtk_entry_get_has_frame");
begin
return Internal (Get_Object (The_Entry)) /= 0;
end Get_Has_Frame;
--------------------------
-- Get_Icon_Activatable --
--------------------------
function Get_Icon_Activatable
(The_Entry : access Gtk_Entry_Record;
Icon_Pos : Gtk_Entry_Icon_Position)
return Boolean
is
function Internal
(The_Entry : System.Address;
Icon_Pos : Gtk_Entry_Icon_Position)
return Gboolean;
pragma Import (C, Internal, "gtk_entry_get_icon_activatable");
begin
return Boolean'Val (Internal (Get_Object (The_Entry), Icon_Pos));
end Get_Icon_Activatable;
---------------------
-- Get_Icon_At_Pos --
---------------------
function Get_Icon_At_Pos
(The_Entry : access Gtk_Entry_Record;
X : Gint;
Y : Gint)
return Gint
is
function Internal (The_Entry : System.Address; X, Y : Gint) return Gint;
pragma Import (C, Internal, "gtk_entry_get_icon_at_pos");
begin
return Internal (Get_Object (The_Entry), X, Y);
end Get_Icon_At_Pos;
--------------------
-- Get_Icon_Gicon --
--------------------
function Get_Icon_Gicon
(The_Entry : access Gtk_Entry_Record;
Icon_Pos : Gtk_Entry_Icon_Position)
return Glib.G_Icon.G_Icon
is
function Internal
(The_Entry : System.Address;
Icon_Pos : Gtk_Entry_Icon_Position)
return Glib.G_Icon.G_Icon;
pragma Import (C, Internal, "gtk_entry_get_icon_gicon");
begin
return Internal (Get_Object (The_Entry), Icon_Pos);
end Get_Icon_Gicon;
-------------------
-- Get_Icon_Name --
-------------------
function Get_Icon_Name
(The_Entry : access Gtk_Entry_Record;
Icon_Pos : Gtk_Entry_Icon_Position)
return UTF8_String
is
use Interfaces.C.Strings;
function Internal
(The_Entry : System.Address;
Icon_Pos : Gtk_Entry_Icon_Position)
return chars_ptr;
pragma Import (C, Internal, "gtk_entry_get_icon_name");
Tmp : chars_ptr;
begin
Tmp := Internal (Get_Object (The_Entry), Icon_Pos);
if Tmp = Null_Ptr then
return "";
else
return Value (Tmp);
end if;
end Get_Icon_Name;
---------------------
-- Get_Icon_Pixbuf --
---------------------
function Get_Icon_Pixbuf
(The_Entry : access Gtk_Entry_Record;
Icon_Pos : Gtk_Entry_Icon_Position)
return Gdk.Pixbuf.Gdk_Pixbuf
is
function Internal
(The_Entry : System.Address;
Icon_Pos : Gtk_Entry_Icon_Position)
return System.Address;
pragma Import (C, Internal, "gtk_entry_get_icon_pixbuf");
Stub : Gdk.Pixbuf.Gdk_Pixbuf_Record;
begin
return Gdk.Pixbuf.Gdk_Pixbuf
(Get_User_Data (Internal (Get_Object (The_Entry), Icon_Pos), Stub));
end Get_Icon_Pixbuf;
------------------------
-- Get_Icon_Sensitive --
------------------------
function Get_Icon_Sensitive
(The_Entry : access Gtk_Entry_Record;
Icon_Pos : Gtk_Entry_Icon_Position)
return Boolean
is
function Internal
(The_Entry : System.Address;
Icon_Pos : Gtk_Entry_Icon_Position)
return Gboolean;
pragma Import (C, Internal, "gtk_entry_get_icon_sensitive");
begin
return Boolean'Val (Internal (Get_Object (The_Entry), Icon_Pos));
end Get_Icon_Sensitive;
--------------------
-- Get_Icon_Stock --
--------------------
function Get_Icon_Stock
(The_Entry : access Gtk_Entry_Record;
Icon_Pos : Gtk_Entry_Icon_Position)
return UTF8_String
is
use Interfaces.C.Strings;
function Internal
(The_Entry : System.Address;
Icon_Pos : Gtk_Entry_Icon_Position)
return chars_ptr;
pragma Import (C, Internal, "gtk_entry_get_icon_stock");
Tmp : chars_ptr;
begin
Tmp := Internal (Get_Object (The_Entry), Icon_Pos);
if Tmp = Null_Ptr then
return "";
else
return Value (Tmp);
end if;
end Get_Icon_Stock;
---------------------------
-- Get_Icon_Storage_Type --
---------------------------
function Get_Icon_Storage_Type
(The_Entry : access Gtk_Entry_Record;
Icon_Pos : Gtk_Entry_Icon_Position)
return Gtk.Image.Gtk_Image_Type
is
function Internal
(The_Entry : System.Address;
Icon_Pos : Gtk_Entry_Icon_Position)
return Gtk.Image.Gtk_Image_Type;
pragma Import (C, Internal, "gtk_entry_get_icon_storage_type");
begin
return Internal (Get_Object (The_Entry), Icon_Pos);
end Get_Icon_Storage_Type;
-----------------------------
-- Get_Icon_Tooltip_Markup --
-----------------------------
function Get_Icon_Tooltip_Markup
(The_Entry : access Gtk_Entry_Record;
Icon_Pos : Gtk_Entry_Icon_Position)
return UTF8_String
is
use Interfaces.C.Strings;
function Internal
(The_Entry : System.Address;
Icon_Pos : Gtk_Entry_Icon_Position)
return chars_ptr;
pragma Import (C, Internal, "gtk_entry_get_icon_tooltip_markup");
Tmp : chars_ptr;
begin
Tmp := Internal (Get_Object (The_Entry), Icon_Pos);
if Tmp = Null_Ptr then
return "";
else
-- We need to free the string returned from the C function.
declare
S : constant String := Value (Tmp);
begin
Gtkada.Types.g_free (Tmp);
return S;
end;
end if;
end Get_Icon_Tooltip_Markup;
---------------------------
-- Get_Icon_Tooltip_Text --
---------------------------
function Get_Icon_Tooltip_Text
(The_Entry : access Gtk_Entry_Record;
Icon_Pos : Gtk_Entry_Icon_Position)
return UTF8_String
is
use Interfaces.C.Strings;
function Internal
(The_Entry : System.Address;
Icon_Pos : Gtk_Entry_Icon_Position)
return chars_ptr;
pragma Import (C, Internal, "gtk_entry_get_icon_tooltip_text");
Tmp : chars_ptr;
begin
Tmp := Internal (Get_Object (The_Entry), Icon_Pos);
if Tmp = Null_Ptr then
return "";
else
-- We need to free the string returned from the C function.
declare
S : constant String := Value (Tmp);
begin
Gtkada.Types.g_free (Tmp);
return S;
end;
end if;
end Get_Icon_Tooltip_Text;
----------------------
-- Get_Inner_Border --
----------------------
function Get_Inner_Border (The_Entry : access Gtk_Entry_Record)
return Gtk.Style.Gtk_Border
is
use Border_Address_Access_Conversions;
use Gtk.Style;
function Internal (The_Entry : System.Address) return System.Address;
pragma Import (C, Internal, "gtk_entry_get_inner_border");
begin
return Gtk_Border (To_Pointer (Internal (Get_Object (The_Entry))));
end Get_Inner_Border;
------------------------
-- Get_Invisible_Char --
------------------------
function Get_Invisible_Char
(The_Entry : access Gtk_Entry_Record) return Gunichar
is
function Internal (The_Entry : System.Address) return Gunichar;
pragma Import (C, Internal, "gtk_entry_get_invisible_char");
begin
return Internal (Get_Object (The_Entry));
end Get_Invisible_Char;
----------------
-- Get_Layout --
----------------
function Get_Layout (The_Entry : access Gtk_Entry_Record)
return Pango.Layout.Pango_Layout
is
function Internal (The_Entry : System.Address) return System.Address;
pragma Import (C, Internal, "gtk_entry_get_layout");
Stub : Pango_Layout_Record;
begin
return Pango_Layout
(Get_User_Data (Internal (Get_Object (The_Entry)), Stub));
end Get_Layout;
------------------------
-- Get_Layout_Offsets --
------------------------
procedure Get_Layout_Offsets
(The_Entry : access Gtk_Entry_Record;
X : out Gint;
Y : out Gint)
is
procedure Internal
(The_Entry : System.Address;
X : out Gint;
Y : out Gint);
pragma Import (C, Internal, "gtk_entry_get_layout_offsets");
begin
Internal (Get_Object (The_Entry), X, Y);
end Get_Layout_Offsets;
--------------------
-- Get_Max_Length --
--------------------
function Get_Max_Length (The_Entry : access Gtk_Entry_Record) return Gint is
function Internal (The_Entry : System.Address) return Gint;
pragma Import (C, Internal, "gtk_entry_get_max_length");
begin
return Internal (Get_Object (The_Entry));
end Get_Max_Length;
------------------------
-- Get_Overwrite_Mode --
------------------------
function Get_Overwrite_Mode (The_Entry : access Gtk_Entry_Record)
return Boolean
is
function Internal (The_Entry : System.Address) return Gboolean;
pragma Import (C, Internal, "gtk_entry_get_overwrite_mode");
begin
return Boolean'Val (Internal (Get_Object (The_Entry)));
end Get_Overwrite_Mode;
---------------------------
-- Get_Progress_Fraction --
---------------------------
function Get_Progress_Fraction (The_Entry : access Gtk_Entry_Record)
return Gdouble
is
function Internal (The_Entry : System.Address) return Gdouble;
pragma Import (C, Internal, "gtk_entry_get_progress_fraction");
begin
return Internal (Get_Object (The_Entry));
end Get_Progress_Fraction;
-----------------------------
-- Get_Progress_Pulse_Step --
-----------------------------
function Get_Progress_Pulse_Step (The_Entry : access Gtk_Entry_Record)
return Gdouble
is
function Internal (The_Entry : System.Address) return Gdouble;
pragma Import (C, Internal, "gtk_entry_get_progress_pulse_step");
begin
return Internal (Get_Object (The_Entry));
end Get_Progress_Pulse_Step;
--------------
-- Get_Text --
--------------
function Get_Text
(The_Entry : access Gtk_Entry_Record) return UTF8_String
is
function Internal
(The_Entry : System.Address) return Interfaces.C.Strings.chars_ptr;
pragma Import (C, Internal, "gtk_entry_get_text");
begin
return Interfaces.C.Strings.Value (Internal (Get_Object (The_Entry)));
end Get_Text;
---------------------
-- Get_Text_Length --
---------------------
function Get_Text_Length (The_Entry : access Gtk_Entry_Record)
return Guint16
is
function Internal (The_Entry : System.Address) return Guint16;
pragma Import (C, Internal, "gtk_entry_get_text_length");
begin
return Internal (Get_Object (The_Entry));
end Get_Text_Length;
--------------------
-- Get_Visibility --
--------------------
function Get_Visibility
(The_Entry : access Gtk_Entry_Record) return Boolean
is
function Internal (The_Entry : System.Address) return Gboolean;
pragma Import (C, Internal, "gtk_entry_get_visibility");
begin
return Internal (Get_Object (The_Entry)) /= 0;
end Get_Visibility;
---------------------
-- Get_Width_Chars --
---------------------
function Get_Width_Chars
(The_Entry : access Gtk_Entry_Record'Class) return Gint
is
function Internal (The_Entry : System.Address) return Gint;
pragma Import (C, Internal, "gtk_entry_get_width_chars");
begin
return Internal (Get_Object (The_Entry));
end Get_Width_Chars;
-------------
-- Gtk_New --
-------------
procedure Gtk_New (Widget : out Gtk_Entry; Max : Gint) is
begin
Widget := new Gtk_Entry_Record;
pragma Warnings (Off); -- Initialize is now obsolescent
Initialize (Widget, Max);
pragma Warnings (On);
end Gtk_New;
-------------
-- Gtk_New --
-------------
procedure Gtk_New (Widget : out Gtk_Entry) is
begin
Widget := new Gtk_Entry_Record;
Gtk.GEntry.Initialize (Widget);
end Gtk_New;
----------------
-- Initialize --
----------------
procedure Initialize
(Widget : access Gtk_Entry_Record'Class;
Max : Gint)
is
function Internal (Max : Gint) return System.Address;
pragma Import (C, Internal, "gtk_entry_new_with_max_length");
begin
Set_Object (Widget, Internal (Max));
end Initialize;
----------------
-- Initialize --
----------------
procedure Initialize (Widget : access Gtk_Entry_Record'Class) is
function Internal return System.Address;
pragma Import (C, Internal, "gtk_entry_new");
begin
Set_Object (Widget, Internal);
end Initialize;
--------------------------------
-- Layout_Index_To_Text_Index --
--------------------------------
function Layout_Index_To_Text_Index
(Ent : access Gtk_Entry_Record;
Layout_Index : Gint)
return Gint
is
function Internal
(Ent : System.Address;
Layout_Index : Gint)
return Gint;
pragma Import (C, Internal, "gtk_entry_layout_index_to_text_index");
begin
return Internal (Get_Object (Ent), Layout_Index);
end Layout_Index_To_Text_Index;
------------------
-- Prepend_Text --
------------------
procedure Prepend_Text
(The_Entry : access Gtk_Entry_Record; Text : UTF8_String)
is
procedure Internal (The_Entry : System.Address; Text : UTF8_String);
pragma Import (C, Internal, "gtk_entry_prepend_text");
begin
Internal (Get_Object (The_Entry), Text & ASCII.NUL);
end Prepend_Text;
--------------------
-- Progress_Pulse --
--------------------
procedure Progress_Pulse (The_Entry : access Gtk_Entry_Record) is
procedure Internal (The_Entry : System.Address);
pragma Import (C, Internal, "gtk_entry_progress_pulse");
begin
Internal (Get_Object (The_Entry));
end Progress_Pulse;
---------------------------
-- Set_Activates_Default --
---------------------------
procedure Set_Activates_Default
(The_Entry : access Gtk_Entry_Record; Setting : Boolean)
is
procedure Internal (The_Entry : System.Address; Setting : Gboolean);
pragma Import (C, Internal, "gtk_entry_set_activates_default");
begin
Internal (Get_Object (The_Entry), Boolean'Pos (Setting));
end Set_Activates_Default;
-------------------
-- Set_Alignment --
-------------------
procedure Set_Alignment (Ent : access Gtk_Entry_Record; Xalign : Gfloat) is
procedure Internal (Ent : System.Address; Xalign : Gfloat);
pragma Import (C, Internal, "gtk_entry_set_alignment");
begin
Internal (Get_Object (Ent), Xalign);
end Set_Alignment;
--------------------
-- Set_Completion --
--------------------
procedure Set_Completion
(Ent : access Gtk_Entry_Record;
Completion : access Gtk_Entry_Completion_Record'Class)
is
procedure Internal
(Ent : System.Address;
Completion : System.Address);
pragma Import (C, Internal, "gtk_entry_set_completion");
begin
Internal (Get_Object (Ent), Get_Object (Completion));
end Set_Completion;
----------------------------
-- Set_Cursor_Hadjustment --
----------------------------
procedure Set_Cursor_Hadjustment
(The_Entry : access Gtk_Entry_Record;
Adjustment : access Gtk.Adjustment.Gtk_Adjustment_Record'Class)
is
procedure Internal
(The_Entry : System.Address;
Adjustment : System.Address);
pragma Import (C, Internal, "gtk_entry_set_cursor_hadjustment");
begin
Internal (Get_Object (The_Entry), Get_Object (Adjustment));
end Set_Cursor_Hadjustment;
------------------
-- Set_Editable --
------------------
procedure Set_Editable
(The_Entry : access Gtk_Entry_Record; Editable : Boolean)
is
procedure Internal (The_Entry : System.Address; Editable : Gboolean);
pragma Import (C, Internal, "gtk_entry_set_editable");
begin
Internal (Get_Object (The_Entry), Boolean'Pos (Editable));
end Set_Editable;
--------------------------
-- Set_Icon_Drag_Source --
--------------------------
procedure Set_Icon_Drag_Source
(The_Entry : access Gtk_Entry_Record;
Icon_Pos : Gtk_Entry_Icon_Position;
Target_List : Gtk.Selection.Target_List;
Actions : Gdk.Dnd.Drag_Action)
is
procedure Internal
(The_Entry : System.Address;
Icon_Pos : Gtk_Entry_Icon_Position;
Target_List : Gtk.Selection.Target_List;
Actions : Gdk.Dnd.Drag_Action);
pragma Import (C, Internal, "gtk_entry_set_icon_drag_source");
begin
Internal (Get_Object (The_Entry), Icon_Pos, Target_List, Actions);
end Set_Icon_Drag_Source;
-----------------------------
-- Set_Icon_From_Icon_Name --
-----------------------------
procedure Set_Icon_From_Icon_Name
(The_Entry : access Gtk_Entry_Record;
Icon_Pos : Gtk_Entry_Icon_Position;
Icon_Name : UTF8_String)
is
use Interfaces.C.Strings;
procedure Internal
(The_Entry : System.Address;
Icon_Pos : Gtk_Entry_Icon_Position;
Icon_Name : System.Address);
pragma Import (C, Internal, "gtk_entry_set_icon_from_icon_name");
Tmp : constant String := Icon_Name & ASCII.NUL;
begin
if Icon_Name = "" then
Internal (Get_Object (The_Entry), Icon_Pos, System.Null_Address);
else
Internal (Get_Object (The_Entry), Icon_Pos, Tmp'Address);
end if;
end Set_Icon_From_Icon_Name;
--------------------------
-- Set_Icon_From_Pixbuf --
--------------------------
procedure Set_Icon_From_Pixbuf
(The_Entry : access Gtk_Entry_Record;
Icon_Pos : Gtk_Entry_Icon_Position;
Pixbuf : Gdk.Pixbuf.Gdk_Pixbuf)
is
procedure Internal
(The_Entry : System.Address;
Icon_Pos : Gtk_Entry_Icon_Position;
Pixbuf : System.Address);
pragma Import (C, Internal, "gtk_entry_set_icon_from_pixbuf");
begin
Internal (Get_Object (The_Entry), Icon_Pos, Get_Object (Pixbuf));
end Set_Icon_From_Pixbuf;
-------------------------
-- Set_Icon_From_Stock --
-------------------------
procedure Set_Icon_From_Stock
(The_Entry : access Gtk_Entry_Record;
Icon_Pos : Gtk_Entry_Icon_Position;
Stock_Id : UTF8_String)
is
use Interfaces.C.Strings;
procedure Internal
(The_Entry : System.Address;
Icon_Pos : Gtk_Entry_Icon_Position;
Stock_Id : System.Address);
pragma Import (C, Internal, "gtk_entry_set_icon_from_stock");
Tmp : constant String := Stock_Id & ASCII.NUL;
begin
if Stock_Id = "" then
Internal (Get_Object (The_Entry), Icon_Pos, System.Null_Address);
else
Internal (Get_Object (The_Entry), Icon_Pos, Tmp'Address);
end if;
end Set_Icon_From_Stock;
-------------------
-- Set_Has_Frame --
-------------------
procedure Set_Has_Frame
(The_Entry : access Gtk_Entry_Record; Setting : Boolean := True)
is
procedure Internal (The_Entry : System.Address; Setting : Gboolean);
pragma Import (C, Internal, "gtk_entry_set_has_frame");
begin
Internal (Get_Object (The_Entry), Boolean'Pos (Setting));
end Set_Has_Frame;
--------------------------
-- Set_Icon_Activatable --
--------------------------
procedure Set_Icon_Activatable
(The_Entry : access Gtk_Entry_Record;
Icon_Pos : Gtk_Entry_Icon_Position;
Activatable : Boolean)
is
procedure Internal
(The_Entry : System.Address;
Icon_Pos : Gtk_Entry_Icon_Position;
Activatable : Gboolean);
pragma Import (C, Internal, "gtk_entry_set_icon_activatable");
begin
Internal (Get_Object (The_Entry), Icon_Pos, Boolean'Pos (Activatable));
end Set_Icon_Activatable;
-------------------------
-- Set_Icon_From_Gicon --
-------------------------
procedure Set_Icon_From_Gicon
(The_Entry : access Gtk_Entry_Record;
Icon_Pos : Gtk_Entry_Icon_Position;
Icon : Glib.G_Icon.G_Icon)
is
procedure Internal
(The_Entry : System.Address;
Icon_Pos : Gtk_Entry_Icon_Position;
Icon : Glib.G_Icon.G_Icon);
pragma Import (C, Internal, "gtk_entry_set_icon_from_gicon");
begin
Internal (Get_Object (The_Entry), Icon_Pos, Icon);
end Set_Icon_From_Gicon;
------------------------
-- Set_Icon_Sensitive --
------------------------
procedure Set_Icon_Sensitive
(The_Entry : access Gtk_Entry_Record;
Icon_Pos : Gtk_Entry_Icon_Position;
Sensitive : Boolean)
is
procedure Internal
(The_Entry : System.Address;
Icon_Pos : Gtk_Entry_Icon_Position;
Sensitive : Gboolean);
pragma Import (C, Internal, "gtk_entry_set_icon_sensitive");
begin
Internal (Get_Object (The_Entry), Icon_Pos, Boolean'Pos (Sensitive));
end Set_Icon_Sensitive;
-----------------------------
-- Set_Icon_Tooltip_Markup --
-----------------------------
procedure Set_Icon_Tooltip_Markup
(The_Entry : access Gtk_Entry_Record;
Icon_Pos : Gtk_Entry_Icon_Position;
Tooltip : UTF8_String)
is
use Interfaces.C.Strings;
procedure Internal
(The_Entry : System.Address;
Icon_Pos : Gtk_Entry_Icon_Position;
Tooltip : System.Address);
pragma Import (C, Internal, "gtk_entry_set_icon_tooltip_markup");
Tmp : constant String := Tooltip & ASCII.NUL;
begin
if Tooltip = "" then
Internal (Get_Object (The_Entry), Icon_Pos, System.Null_Address);
else
Internal (Get_Object (The_Entry), Icon_Pos, Tmp'Address);
end if;
end Set_Icon_Tooltip_Markup;
---------------------------
-- Set_Icon_Tooltip_Text --
---------------------------
procedure Set_Icon_Tooltip_Text
(The_Entry : access Gtk_Entry_Record;
Icon_Pos : Gtk_Entry_Icon_Position;
Tooltip : UTF8_String)
is
use Interfaces.C.Strings;
procedure Internal
(The_Entry : System.Address;
Icon_Pos : Gtk_Entry_Icon_Position;
Tooltip : System.Address);
pragma Import (C, Internal, "gtk_entry_set_icon_tooltip_text");
Tmp : constant String := Tooltip & ASCII.NUL;
begin
if Tooltip = "" then
Internal (Get_Object (The_Entry), Icon_Pos, System.Null_Address);
else
Internal (Get_Object (The_Entry), Icon_Pos, Tmp'Address);
end if;
end Set_Icon_Tooltip_Text;
----------------------
-- Set_Inner_Border --
----------------------
procedure Set_Inner_Border
(The_Entry : access Gtk_Entry_Record;
Border : Gtk.Style.Gtk_Border)
is
procedure Internal
(The_Entry : System.Address;
Border : System.Address);
pragma Import (C, Internal, "gtk_entry_set_inner_border");
begin
Internal (Get_Object (The_Entry), Border.all'Address);
end Set_Inner_Border;
------------------------
-- Set_Invisible_Char --
------------------------
procedure Set_Invisible_Char
(The_Entry : access Gtk_Entry_Record; Char : Gunichar)
is
procedure Internal (The_Entry : System.Address; Char : Gunichar);
pragma Import (C, Internal, "gtk_entry_set_invisible_char");
begin
Internal (Get_Object (The_Entry), Char);
end Set_Invisible_Char;
--------------------
-- Set_Max_Length --
--------------------
procedure Set_Max_Length
(The_Entry : access Gtk_Entry_Record;
Max : Gint)
is
procedure Internal (The_Entry : System.Address; Max : Gint);
pragma Import (C, Internal, "gtk_entry_set_max_length");
begin
Internal (Get_Object (The_Entry), Max);
end Set_Max_Length;
------------------------
-- Set_Overwrite_Mode --
------------------------
procedure Set_Overwrite_Mode
(The_Entry : access Gtk_Entry_Record;
Overwrite : Boolean)
is
procedure Internal
(The_Entry : System.Address;
Overwrite : Gboolean);
pragma Import (C, Internal, "gtk_entry_set_overwrite_mode");
begin
Internal (Get_Object (The_Entry), Boolean'Pos (Overwrite));
end Set_Overwrite_Mode;
---------------------------
-- Set_Progress_Fraction --
---------------------------
procedure Set_Progress_Fraction
(The_Entry : access Gtk_Entry_Record;
Fraction : Gdouble)
is
procedure Internal
(The_Entry : System.Address;
Fraction : Gdouble);
pragma Import (C, Internal, "gtk_entry_set_progress_fraction");
begin
Internal (Get_Object (The_Entry), Fraction);
end Set_Progress_Fraction;
-----------------------------
-- Set_Progress_Pulse_Step --
-----------------------------
procedure Set_Progress_Pulse_Step
(The_Entry : access Gtk_Entry_Record;
Fraction : Gdouble)
is
procedure Internal
(The_Entry : System.Address;
Fraction : Gdouble);
pragma Import (C, Internal, "gtk_entry_set_progress_pulse_step");
begin
Internal (Get_Object (The_Entry), Fraction);
end Set_Progress_Pulse_Step;
--------------
-- Set_Text --
--------------
procedure Set_Text
(The_Entry : access Gtk_Entry_Record; Text : UTF8_String)
is
procedure Internal (The_Entry : System.Address; Text : UTF8_String);
pragma Import (C, Internal, "gtk_entry_set_text");
begin
Internal (Get_Object (The_Entry), Text & ASCII.NUL);
end Set_Text;
--------------------
-- Set_Visibility --
--------------------
procedure Set_Visibility
(The_Entry : access Gtk_Entry_Record; Visible : Boolean)
is
procedure Internal (The_Entry : System.Address; Visible : Gint);
pragma Import (C, Internal, "gtk_entry_set_visibility");
begin
Internal (Get_Object (The_Entry), Boolean'Pos (Visible));
end Set_Visibility;
---------------------
-- Set_Width_Chars --
---------------------
procedure Set_Width_Chars
(The_Entry : access Gtk_Entry_Record'Class; Width : Gint)
is
procedure Internal (The_Entry : System.Address; Width : Gint);
pragma Import (C, Internal, "gtk_entry_set_width_chars");
begin
Internal (Get_Object (The_Entry), Width);
end Set_Width_Chars;
--------------------------------
-- Text_Index_To_Layout_Index --
--------------------------------
function Text_Index_To_Layout_Index
(Ent : access Gtk_Entry_Record;
Text_Index : Gint)
return Gint
is
function Internal
(Ent : System.Address;
Text_Index : Gint)
return Gint;
pragma Import (C, Internal, "gtk_entry_text_index_to_layout_index");
begin
return Internal (Get_Object (Ent), Text_Index);
end Text_Index_To_Layout_Index;
--------------------------
-- Unset_Invisible_Char --
--------------------------
procedure Unset_Invisible_Char (The_Entry : access Gtk_Entry_Record) is
procedure Internal (The_Entry : System.Address);
pragma Import (C, Internal, "gtk_entry_unset_invisible_char");
begin
Internal (Get_Object (The_Entry));
end Unset_Invisible_Char;
end Gtk.GEntry;
|