Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
gtk
Commits
1cb70ed4
Commit
1cb70ed4
authored
Sep 30, 2004
by
Paolo Borelli
Committed by
Paolo Borelli
Sep 30, 2004
Browse files
exit on close.
2004-09-30 Paolo Borelli <pborelli@katamail.com> * tests/testellipsize.c: exit on close.
parent
3fd60e6a
Changes
5
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
1cb70ed4
2004
-
09
-
30
Paolo
Borelli
<
pborelli
@
katamail
.
com
>
*
tests
/
testellipsize
.
c
:
exit
on
close
.
2004
-
09
-
29
Matthias
Clasen
<
mclasen
@
redhat
.
com
>
*
gtk
/
gtkmain
.
c
:
Make
--
g
-
fatal
-
warnings
a
G_OPTION_ARG_NONE
,
...
...
ChangeLog.pre-2-10
View file @
1cb70ed4
2004
-
09
-
30
Paolo
Borelli
<
pborelli
@
katamail
.
com
>
*
tests
/
testellipsize
.
c
:
exit
on
close
.
2004
-
09
-
29
Matthias
Clasen
<
mclasen
@
redhat
.
com
>
*
gtk
/
gtkmain
.
c
:
Make
--
g
-
fatal
-
warnings
a
G_OPTION_ARG_NONE
,
...
...
ChangeLog.pre-2-6
View file @
1cb70ed4
2004
-
09
-
30
Paolo
Borelli
<
pborelli
@
katamail
.
com
>
*
tests
/
testellipsize
.
c
:
exit
on
close
.
2004
-
09
-
29
Matthias
Clasen
<
mclasen
@
redhat
.
com
>
*
gtk
/
gtkmain
.
c
:
Make
--
g
-
fatal
-
warnings
a
G_OPTION_ARG_NONE
,
...
...
ChangeLog.pre-2-8
View file @
1cb70ed4
2004
-
09
-
30
Paolo
Borelli
<
pborelli
@
katamail
.
com
>
*
tests
/
testellipsize
.
c
:
exit
on
close
.
2004
-
09
-
29
Matthias
Clasen
<
mclasen
@
redhat
.
com
>
*
gtk
/
gtkmain
.
c
:
Make
--
g
-
fatal
-
warnings
a
G_OPTION_ARG_NONE
,
...
...
tests/testellipsise.c
View file @
1cb70ed4
...
...
@@ -45,6 +45,7 @@ main (int argc, char *argv[])
gtk_init
(
&
argc
,
&
argv
);
window
=
gtk_window_new
(
GTK_WINDOW_TOPLEVEL
);
g_signal_connect
(
window
,
"destroy"
,
G_CALLBACK
(
gtk_main_quit
),
NULL
);
vbox
=
gtk_vbox_new
(
0
,
FALSE
);
gtk_container_add
(
GTK_CONTAINER
(
window
),
vbox
);
hbox
=
gtk_hbox_new
(
0
,
FALSE
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment