summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2011-02-12 12:08:52 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2011-02-12 12:08:52 +0000
commit3bb11b999318d90632d1d9a412f7c04df1aa86d3 (patch)
tree69a0845d90e28d96ea3f9a86a81521e5856cd852 /FL
parentf8c0dd01101139c7b79e02d33c2e7dad5219056c (diff)
Common dialogs like fl_message() and fl_ask() can now have a window
title (STR #2562). Added a test case for disabling the hotspot and using a window title to test/ask.cxx. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8417 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
-rw-r--r--FL/fl_ask.H4
1 files changed, 3 insertions, 1 deletions
diff --git a/FL/fl_ask.H b/FL/fl_ask.H
index ade7f05ad..553419334 100644
--- a/FL/fl_ask.H
+++ b/FL/fl_ask.H
@@ -3,7 +3,7 @@
//
// Standard dialog header file for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2010 by Bill Spitzak and others.
+// Copyright 1998-2011 by Bill Spitzak and others.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
@@ -67,6 +67,8 @@ inline void fl_message_font(Fl_Font f, Fl_Fontsize s) {
FL_EXPORT void fl_message_hotspot(int enable);
FL_EXPORT int fl_message_hotspot(void);
+FL_EXPORT void fl_message_title(const char *title);
+
// pointers you can use to change FLTK to a foreign language:
extern FL_EXPORT const char* fl_no;
extern FL_EXPORT const char* fl_yes;