Nemiver
0.3
src
uicommon
nmv-popup-tip.h
Go to the documentation of this file.
1
// Author: Dodji Seketeli
2
/*
3
*This file is part of the Nemiver project
4
*
5
*Nemiver is free software; you can redistribute
6
*it and/or modify it under the terms of
7
*the GNU General Public License as published by the
8
*Free Software Foundation; either version 2,
9
*or (at your option) any later version.
10
*
11
*Nemiver is distributed in the hope that it will
12
*be useful, but WITHOUT ANY WARRANTY;
13
*without even the implied warranty of
14
*MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
15
*See the GNU General Public License for more details.
16
*
17
*You should have received a copy of the
18
*GNU General Public License along with Nemiver;
19
*see the file COPYING.
20
*If not, write to the Free Software Foundation,
21
*Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
22
*
23
*See COPYRIGHT file copyright information.
24
*/
25
26
#ifndef __NMV_POPUP_TIP_H__
27
#define __NMV_POPUP_TIP_H__
28
29
#include <gtkmm/window.h>
30
#include "
common/nmv-ustring.h
"
31
#include "
common/nmv-safe-ptr-utils.h
"
32
33
using
nemiver::common::UString
;
34
using
nemiver::common::SafePtr
;
35
36
NEMIVER_BEGIN_NAMESPACE (
nemiver
)
37
38
class
PopupTip
: public
Gtk
::Window {
39
//non copyable
40
PopupTip
(
const
PopupTip
&);
41
PopupTip
& operator= (
const
PopupTip
&);
42
class
Priv;
43
SafePtr<Priv>
m_priv;
44
45
public
:
46
47
PopupTip
(
const
UString
&a_text=
""
);
48
virtual
~
PopupTip
();
49
void
text (
const
UString
&);
50
UString
text ()
const
;
51
void
set_child (Gtk::Widget &a_widget);
52
void
set_show_position (
int
a_x,
int
a_y);
53
void
show ();
54
void
show_all ();
55
void
show_at_position (
int
a_x,
int
a_y);
56
};
//end class PopupTip
57
58
NEMIVER_END_NAMESPACE (
nemiver
)
59
#endif //__NMV_POPUP_TIP_H__
60
nmv-safe-ptr-utils.h
nemiver
Definition:
nmv-address.h:31
nmv-ustring.h
nemiver::PopupTip
Definition:
nmv-popup-tip.h:38
nemiver::common::UString
Definition:
nmv-ustring.h:45
Gtk
Definition:
nmv-asm-utils.h:30
nemiver::common::SafePtr
Definition:
nmv-safe-ptr.h:71
Generated by
1.8.17