Show
Ignore:
Timestamp:
03/25/08 18:16:02 (8 months ago)
Author:
Mike Wey
Message:

Support for dmd 2.012

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/atk/EditableText.d

    r428 r480  
    4747 * module aliases: 
    4848 * local aliases: 
     49 * overrides: 
    4950 */ 
    5051 
     
    127128     * string =  string to set for text contents of text 
    128129     */ 
    129     public void setTextContents(char[] string) 
     130    public void setTextContents(string string) 
    130131    { 
    131132        // void atk_editable_text_set_text_contents (AtkEditableText *text,  const gchar *string); 
     
    142143     * points at the position after the newly inserted text. 
    143144     */ 
    144     public void insertText(char[] string, int length, int* position) 
     145    public void insertText(string string, int length, int* position) 
    145146    { 
    146147        // void atk_editable_text_insert_text (AtkEditableText *text,  const gchar *string,  gint length,  gint *position);