代码搜索:GLADE
找到约 1,310 项符合「GLADE」的源代码
代码结果 1,310
www.eeworm.com/read/337282/12379484
py autoconnect.py
#!/usr/bin/env python
#
# Small test to demonstrate glade.XML.signal_autoconnect on an instance
#
import pygtk
pygtk.require('2.0')
import gtk, gtk.glade
class SimpleTest:
def __init__(self):
www.eeworm.com/read/225991/14506513
po uk.po
# gedit.po for ukrainian language.
# Copyright (C) 1999,2000 Free Software Foundation, Inc.
# Yuri Syrota , 1999.
#
msgid ""
msgstr ""
"Project-Id-Version: gEdit 0.9.4\n"
"POT-C
www.eeworm.com/read/225991/14506629
in potfiles.in
plugins/browse/browse.c
plugins/browse/browse.glade.h
plugins/convert/convert.c
plugins/convert/convert.glade.h
plugins/diff/diff.c
plugins/diff/diff.glade.h
plugins/email/email.c
plugins/email/email.
www.eeworm.com/read/225991/14506644
po ru.po
# Copyright (C) 1999 Free Software Foundation, Inc.
# Valek Filippov
# Sergey Panov
msgid ""
msgstr ""
"Project-Id-Version: gedit-0.5.5\n"
"POT-Creation-Date: 2001-03-18 2
www.eeworm.com/read/225991/14506695
po de.po
# German translation for gedit.
# Copyright (C) 1999-2001 Free Software Foundation, Inc.
# Matthias Warkus , 1999-2001.
#
msgid ""
msgstr ""
"Project-Id-Version: gedit-0.9.x\n"
"PO
www.eeworm.com/read/225991/14506974
in makefile.in
# Makefile.in generated automatically by automake 1.4 from Makefile.am
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundat
www.eeworm.com/read/122682/14675713
h interface.h
/*
* DO NOT EDIT THIS FILE - it is generated by Glade.
*/
GtkWidget* create_ClockMainWindow (void);
GtkWidget* create_ClockSetWindow (void);
www.eeworm.com/read/294875/8196103
cc example-4.cc
/* This program shows a preferences window, which contains
* RadioButtons, a color selection widget, and a font selection
* widget. It pops up a (modal) window to confirm whether the user
* really
www.eeworm.com/read/294875/8196115
py example-2.py
#!/usr/bin/env python
# This program displays a "pulsing" (or whatever it's called)
# ProgressBar, adds a timeout function to keep it updated, and shows
# how to obtain an individual widget that libg
www.eeworm.com/read/369274/9657135
gnumakefile
.SUFFIXES :
# default install directories
include INSTALL
#
VERSION := $(shell grep "^version" meldapp.py | cut -d \" -f 2)
RELEASE := meld-$(VERSION)
MELD_CMD := ./meld #--profile
TESTNUM := 1
DE