dashboard
repositories
filestore
activity
search
login
main
/
wx.image_viewer
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
Skeleton with icons
fszontagh
2024-02-25
780aaf9c1177ae3ead0cae1db57ba51aa83dd34a
[wx.image_viewer.git]
/
ui
/
ImageViewerImageWindow.cpp
1
2
3
4
5
6
7
8
#include "ImageViewerImageWindow.h"
ImageViewerImageWindow::ImageViewerImageWindow( wxWindow* parent )
:
ImageWindow( parent )
{
}