Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 50906 Details for
Bug 81476
scim+gtk-sharp: glibc detected free(): invalid pointer
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
hello.cs
hello.cs (text/plain), 408 bytes, created by
Gábor Farkas
on 2005-02-10 02:59:11 UTC
(
hide
)
Description:
hello.cs
Filename:
MIME Type:
Creator:
Gábor Farkas
Created:
2005-02-10 02:59:11 UTC
Size:
408 bytes
patch
obsolete
> > > >// helloworld.cs - Gtk# Tutorial example > >namespace GtkSharpTutorial { > using Gtk; > using GtkSharp; > > > public class helloworld { > > public static void Main(string[] args) > { > Application.Init (); > > Window window = new Window ("hello"); > window.SetSizeRequest(200,100); > TextView tv = new TextView (); > > window.Add (tv); > window.ShowAll (); > > > Application.Run (); > > } > } > >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 81476
: 50906 |
50943