Button changed to a FbWindow
This commit is contained in:
parent
671e2688b6
commit
447486fd8b
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@
|
||||||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
// DEALINGS IN THE SOFTWARE.
|
// DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
// $Id: IconButton.cc,v 1.3 2003/08/12 01:19:22 fluxgen Exp $
|
// $Id: IconButton.cc,v 1.4 2003/08/13 10:03:45 fluxgen Exp $
|
||||||
|
|
||||||
#include "IconButton.hh"
|
#include "IconButton.hh"
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@ IconButton::IconButton(const FbTk::FbWindow &parent, const FbTk::Font &font,
|
||||||
FluxboxWindow &win):
|
FluxboxWindow &win):
|
||||||
TextButton(parent, font, win.winClient().title()),
|
TextButton(parent, font, win.winClient().title()),
|
||||||
m_win(win),
|
m_win(win),
|
||||||
m_icon_window(window(), 1, 1, 1, 1,
|
m_icon_window(*this, 1, 1, 1, 1,
|
||||||
ExposureMask | ButtonPressMask | ButtonReleaseMask) {
|
ExposureMask | ButtonPressMask | ButtonReleaseMask) {
|
||||||
|
|
||||||
FbTk::RefCount<FbTk::Command> focus(new FbTk::SimpleCommand<FluxboxWindow>(m_win, &FluxboxWindow::raiseAndFocus));
|
FbTk::RefCount<FbTk::Command> focus(new FbTk::SimpleCommand<FluxboxWindow>(m_win, &FluxboxWindow::raiseAndFocus));
|
||||||
|
|
Loading…
Reference in a new issue