mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
init request entry class
This commit is contained in:
parent
d1a08ce8de
commit
86f4313a1d
6 changed files with 46 additions and 0 deletions
19
src/app/browser/main/tab/data/navbar/request.hpp
Normal file
19
src/app/browser/main/tab/data/navbar/request.hpp
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
#ifndef APP_BROWSER_MAIN_TAB_DATA_NAVBAR_REQUEST_HPP
|
||||
#define APP_BROWSER_MAIN_TAB_DATA_NAVBAR_REQUEST_HPP
|
||||
|
||||
#include <glibmm/i18n.h>
|
||||
#include <gtkmm/entry.h>
|
||||
|
||||
namespace app::browser::main::tab::data::navbar
|
||||
{
|
||||
class Request : public Gtk::Entry
|
||||
{
|
||||
public:
|
||||
|
||||
Request();
|
||||
|
||||
~Request();
|
||||
};
|
||||
}
|
||||
|
||||
#endif // APP_BROWSER_MAIN_TAB_DATA_NAVBAR_REQUEST_HPP
|
||||
Loading…
Add table
Add a link
Reference in a new issue