Simon Steinbeiss
21cac5760b
Add application icon (Issue #23 )
2020-05-25 21:04:53 +02:00
Landry Breuil
1401057502
remove unneeded inline, fixes a warning (mismatching prototype)
2014-12-23 22:37:09 +01:00
Landry Breuil
5b68649063
Use #if GTK_CHECK_VERSION(3, 0, 0) instead of #ifdef HAVE_GTK3
2014-12-19 22:54:16 +01:00
Landry Breuil
74edf4be2a
properly initialize screen before using it
2014-12-19 22:48:36 +01:00
Landry Breuil
f721131703
use gtk_tool_button_set_icon_name() instead of gtk_tool_button_set_stock_id()
2014-12-11 22:52:35 +01:00
Landry Breuil
af176e4f87
gdk_spawn_command_line_on_screen() was removed, try to use g_app_info_launch()
2014-12-08 22:39:09 +01:00
Nick Schermer
b367fdd1a9
Fix compiler warnings.
2014-01-08 19:35:17 +01:00
Jannis Pohlmann
0ff08c3a95
Fix old-style function declarations.
2011-05-25 17:57:43 +02:00
Mike Massonnet
bfd7faf7c7
Use gtk-execute icon name for runner program
2010-09-26 08:42:27 +00:00
Mike Massonnet
4fc28e6b8b
Put "Settings" items within a sub-classed GtkMenuToolButton
...
New class XtmSettingsToolButton that replaces the old GtkToolButton for
the settings menu.
2010-08-04 19:39:08 +02:00
Mike Massonnet
b4d453b526
Put "Execute" items within a sub-classed GtkMenuToolButton
...
New class XtmExecToolButton that replaces the old GtkToolButton for the
execution menu.
The toolbar style is set to the default behavior (no forced labels).
2010-08-03 22:40:35 +02:00