Home
last modified time | relevance | path

Searched defs:ag_window (Results 1 – 1 of 1) sorted by relevance

/dports/devel/agar/agar-1.5.0/gui/
H A Dwindow.h61 typedef struct ag_window { struct
62 struct ag_widget wid;
64 Uint flags;
104 enum ag_window_alignment alignment; /* Initial position */ argument
115 struct ag_window *parent; /* Logical parent window */ argument
116 struct ag_window *transientFor; /* Transient parent window */ argument
117 struct ag_window *pinnedTo; /* Pinned to parent window */ argument
134 enum ag_window_wm_type wmType; /* Window function */ argument
136 AG_TAILQ_ENTRY(ag_window) visibility; /* In agWindow{Show,Hide}Q */ argument