|
From: Joe E. <jen...@fl...> - 2006-11-26 05:44:56
|
Tim Baker wrote: > My Tile-ified treectrl draws the headers and indicators using > Tile now. In addition to some already-exported symbols it > only requires the following exports: > > [... see below ...] > > There's no rush getting these exported (if they will be). It > is just to give an indication of what widget authors may need > in order to create Tile-ified widgets. OK, good! That's pretty much what I expected would need to be exported for widget authors. I don't like the names (more on that later), and the function signatures might need a few tweaks, but the following are all scheduled for inclusion in the public stubs table: > Ttk_CreateLayout > Ttk_CreateSublayout > Ttk_DrawLayout > Ttk_FreeLayout > Ttk_LayoutSize > Ttk_PlaceLayout > Ttk_RebindSublayout Two items on your list aren't planned for inclusion, I was hoping to get rid of these: > Ttk_LayoutFindNode > Ttk_LayoutNodeInternalParcel These don't seem quite right -- especially Ttk_LayoutNodeInternalParcel (the name itself is a sign that the interface isn't right yet) -- what did you need these for? --Joe English jen...@fl... |