GtkUI

Undocumented in source.

Constructors

this
this(string config_file)
Undocumented in source.

Members

Functions

addPost
void addPost(GtkPost post)
Undocumented in source. Be warned that the author may not have intended to support it.
findReferencedPosts
GtkPost[] findReferencedPosts(GtkPost origin)
Undocumented in source. Be warned that the author may not have intended to support it.
findReferencesToPost
GtkPostSegment[] findReferencesToPost(GtkPost post)
Undocumented in source. Be warned that the author may not have intended to support it.
makeMenuBar
MenuBar makeMenuBar()
Undocumented in source. Be warned that the author may not have intended to support it.
makeTribuneInput
TribuneInput makeTribuneInput()
Undocumented in source. Be warned that the author may not have intended to support it.
makeTribuneMainViewer
TribuneMainViewer makeTribuneMainViewer()
Undocumented in source. Be warned that the author may not have intended to support it.
makeTribunePreviewer
TribunePreviewer makeTribunePreviewer()
Undocumented in source. Be warned that the author may not have intended to support it.
makeTribunesList
Box makeTribunesList()
Undocumented in source. Be warned that the author may not have intended to support it.
onMenuActivate
void onMenuActivate(MenuItem menuItem)
Undocumented in source. Be warned that the author may not have intended to support it.
onPostClockClick
void onPostClockClick(GtkPost post)
Undocumented in source. Be warned that the author may not have intended to support it.
onPostClockHover
void onPostClockHover(GtkPost post)
Undocumented in source. Be warned that the author may not have intended to support it.
onPostHighlight
void onPostHighlight(GtkPost post)
Undocumented in source. Be warned that the author may not have intended to support it.
onPostLoginClick
void onPostLoginClick(GtkPost post)
Undocumented in source. Be warned that the author may not have intended to support it.
onPostSegmentClick
void onPostSegmentClick(GtkPost post, GtkPostSegment segment)
Undocumented in source. Be warned that the author may not have intended to support it.
onPostSegmentHover
void onPostSegmentHover(GtkPost post, GtkPostSegment segment)
Undocumented in source. Be warned that the author may not have intended to support it.
onResetHighlight
void onResetHighlight()
Undocumented in source. Be warned that the author may not have intended to support it.
post
void post(string text, void delegate(bool) success)
Undocumented in source. Be warned that the author may not have intended to support it.
reloadTick
void reloadTick()
Undocumented in source. Be warned that the author may not have intended to support it.
renderPostsQueue
void renderPostsQueue()
Undocumented in source. Be warned that the author may not have intended to support it.
setCurrentTribune
void setCurrentTribune(GtkTribune tribune)
Undocumented in source. Be warned that the author may not have intended to support it.
setup
void setup()
Undocumented in source. Be warned that the author may not have intended to support it.
showAll
void showAll()
Undocumented in source. Be warned that the author may not have intended to support it.
updatePost
void updatePost(GtkPost post)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

active
ulong active;
Undocumented in source.
config
Config config;
Undocumented in source.
config_file
string config_file;
Undocumented in source.
currentTribune
GtkTribune currentTribune;
Undocumented in source.
input
TribuneInput input;
Undocumented in source.
inputScroll
ScrolledWindow inputScroll;
Undocumented in source.
latestPost
GtkPost latestPost;
Undocumented in source.
overlay
Overlay overlay;
Undocumented in source.
postsQueue
GtkPost[] postsQueue;
Undocumented in source.
preview
TribunePreviewer preview;
Undocumented in source.
reloadRemaining
int[GtkTribune] reloadRemaining;
reloadTimeout
DCCTimeout reloadTimeout;
Undocumented in source.
renderTimeout
DCCTimeout renderTimeout;
Undocumented in source.
tribune_names
string[] tribune_names;
Undocumented in source.
tribunes
GtkTribune[string] tribunes;
Undocumented in source.
tribunesList
TreeView tribunesList;
Undocumented in source.
tribunesListStore
ListStore tribunesListStore;
Undocumented in source.
viewer
TribuneMainViewer viewer;
Undocumented in source.

Meta