Example #1
0
 public string GetStrAttributeId2(string name, int lin, int col)
 {
     return(UTF8ToStr(NativeIUP.IupGetAttributeId2(Handle, name, lin, col)));
 }
Example #2
0
 public IntPtr GetAttributeId2(string name, int lin, int col)
 {
     return(NativeIUP.IupGetAttributeId2(Handle, name, lin, col));
 }