Annotation of nono/wx/wxfitframe.h, revision 1.1.1.1

1.1       root        1: //
                      2: // nono
                      3: // Copyright (C) 2021 nono project
                      4: // Licensed under nono-license.txt
                      5: //
                      6: 
                      7: #pragma once
                      8: 
                      9: #include "wxheader.h"
                     10: 
                     11: class WXFitFrame : public wxFrame
                     12: {
                     13:        using inherited = wxFrame;
                     14:  public:
                     15:        WXFitFrame(wxWindow *parent, wxWindowID id, const wxString& title,
                     16:                long style);
                     17: 
                     18:  private:
                     19:        void OnPaint(wxPaintEvent&);
                     20: };

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.