source: trunk/third/gnome-core/panel/title-item.gob @ 15328

Revision 15328, 162 bytes checked in by ghudson, 24 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r15327, which included commits to RCS files with non-trunk default branches.
Line 
1class :Title:Item from Gtk:Menu:Item {
2        override (Gtk:Item)
3        void select (Gtk:Item *self);
4
5        public GtkWidget *
6        new(void)
7        {
8                return GTK_WIDGET(GET_NEW);
9        }
10}
Note: See TracBrowser for help on using the repository browser.